Uses of Class
edu.uci.ics.jung.io.graphml.EndpointMetadata

Packages that use EndpointMetadata
edu.uci.ics.jung.io.graphml   
edu.uci.ics.jung.io.graphml.parser   
 

Uses of EndpointMetadata in edu.uci.ics.jung.io.graphml
 

Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type EndpointMetadata
 List<EndpointMetadata> HyperEdgeMetadata.getEndpoints()
           
 

Methods in edu.uci.ics.jung.io.graphml with parameters of type EndpointMetadata
 void HyperEdgeMetadata.addEndpoint(EndpointMetadata endpoint)
           
 

Uses of EndpointMetadata in edu.uci.ics.jung.io.graphml.parser
 

Methods in edu.uci.ics.jung.io.graphml.parser that return EndpointMetadata
 EndpointMetadata EndpointElementParser.parse(XMLEventReader xmlEventReader, StartElement start)
           
 



Copyright © 2009. All Rights Reserved.