Uses of Class
edu.uci.ics.jung.io.graphml.NodeMetadata
Packages that use NodeMetadata
-
Uses of NodeMetadata in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type NodeMetadataModifier and TypeFieldDescriptionprivate final Map
<Object, NodeMetadata> GraphMetadata.nodes
protected com.google.common.base.Function
<NodeMetadata, V> GraphMLReader2.vertexTransformer
Methods in edu.uci.ics.jung.io.graphml that return NodeMetadataMethods in edu.uci.ics.jung.io.graphml that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionGraphMetadata.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 NodeMetadataModifier and TypeMethodDescriptionvoid
GraphMetadata.addNodeMetadata
(Object vertex, NodeMetadata metadata) -
Uses of NodeMetadata in edu.uci.ics.jung.io.graphml.parser
Fields in edu.uci.ics.jung.io.graphml.parser with type parameters of type NodeMetadataModifier and TypeFieldDescriptionprivate final com.google.common.base.Function
<NodeMetadata, V> ParserContext.vertexTransformer
Methods in edu.uci.ics.jung.io.graphml.parser that return NodeMetadataModifier and TypeMethodDescriptionNodeElementParser.parse
(XMLEventReader xmlEventReader, StartElement start) Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type NodeMetadata