Uses of Class
edu.uci.ics.jung.io.graphml.PortMetadata
-
Packages that use PortMetadata Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of PortMetadata in edu.uci.ics.jung.io.graphml
Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type PortMetadata Modifier and Type Method Description java.util.List<PortMetadata>
NodeMetadata. getPorts()
Methods in edu.uci.ics.jung.io.graphml with parameters of type PortMetadata Modifier and Type Method Description void
NodeMetadata. addPort(PortMetadata port)
-
Uses of PortMetadata in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser that return PortMetadata Modifier and Type Method Description PortMetadata
PortElementParser. parse(javax.xml.stream.XMLEventReader xmlEventReader, javax.xml.stream.events.StartElement start)
-