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
Methods 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 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 Modifier and Type Method Description EndpointMetadata
EndpointElementParser. parse(javax.xml.stream.XMLEventReader xmlEventReader, javax.xml.stream.events.StartElement start)
-