Uses of Class
edu.uci.ics.jung.io.graphml.EdgeMetadata
Packages that use EdgeMetadata
-
Uses of EdgeMetadata in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type EdgeMetadataModifier and TypeFieldDescriptionprotected com.google.common.base.Function<EdgeMetadata,
E> GraphMLReader2.edgeTransformer
Methods in edu.uci.ics.jung.io.graphml that return EdgeMetadataMethods in edu.uci.ics.jung.io.graphml that return types with arguments of type EdgeMetadataModifier and TypeMethodDescriptionGraphMetadata.getEdgeMap()
com.google.common.base.Function<EdgeMetadata,
E> GraphMLReader2.getEdgeTransformer()
Gets the current Function that is being used for edge objects.Methods in edu.uci.ics.jung.io.graphml with parameters of type EdgeMetadataModifier and TypeMethodDescriptionvoid
GraphMetadata.addEdgeMetadata
(Object edge, EdgeMetadata metadata) -
Uses of EdgeMetadata in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser that return EdgeMetadataModifier and TypeMethodDescriptionEdgeElementParser.parse
(XMLEventReader xmlEventReader, StartElement start) Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type EdgeMetadata