Uses of Class
edu.uci.ics.jung.io.graphml.NodeMetadata
-
Packages that use NodeMetadata Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of NodeMetadata in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type NodeMetadata Modifier and Type Field Description protected com.google.common.base.Function<NodeMetadata,V>GraphMLReader2. vertexTransformerMethods in edu.uci.ics.jung.io.graphml that return NodeMetadata Modifier and Type Method Description NodeMetadataGraphMetadata. getNodeMetadata(java.lang.Object vertex)Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type NodeMetadata Modifier and Type Method Description java.util.Map<java.lang.Object,NodeMetadata>GraphMetadata. getNodeMap()com.google.common.base.Function<NodeMetadata,V>GraphMLReader2. getVertexTransformer()Gets the current Function that is being used for vertex objects.Methods in edu.uci.ics.jung.io.graphml with parameters of type NodeMetadata Modifier and Type Method Description voidGraphMetadata. addNodeMetadata(java.lang.Object vertex, NodeMetadata metadata) -
Uses of NodeMetadata in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser that return NodeMetadata Modifier and Type Method Description NodeMetadataNodeElementParser. parse(javax.xml.stream.XMLEventReader xmlEventReader, javax.xml.stream.events.StartElement start)Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type NodeMetadata Modifier and Type Method Description VParserContext. createVertex(NodeMetadata metadata)
-