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 TypeFieldDescriptionprotected com.google.common.base.Function<NodeMetadata, V> GraphMLReader2.vertexTransformerMethods 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 TypeMethodDescriptionvoidGraphMetadata.addNodeMetadata(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 NodeMetadataModifier and TypeMethodDescriptionNodeElementParser.parse(XMLEventReader xmlEventReader, StartElement start) Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type NodeMetadata