Uses of Class
edu.uci.ics.jung.io.graphml.EndpointMetadata
-
Packages that use EndpointMetadata Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of EndpointMetadata in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type EndpointMetadata Modifier and Type Field Description private java.util.List<EndpointMetadata>HyperEdgeMetadata. endpointsMethods in edu.uci.ics.jung.io.graphml that return types with arguments of type EndpointMetadata Modifier and Type Method Description java.util.List<EndpointMetadata>HyperEdgeMetadata. getEndpoints()Methods in edu.uci.ics.jung.io.graphml with parameters of type EndpointMetadata Modifier and Type Method Description voidHyperEdgeMetadata. 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 Modifier and Type Method Description EndpointMetadataEndpointElementParser. parse(javax.xml.stream.XMLEventReader xmlEventReader, javax.xml.stream.events.StartElement start)
-