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 TypeFieldDescriptionprivate final Map
<Object, EdgeMetadata> GraphMetadata.edges
protected 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
Fields in edu.uci.ics.jung.io.graphml.parser with type parameters of type EdgeMetadataModifier and TypeFieldDescriptionprivate final com.google.common.base.Function
<EdgeMetadata, E> ParserContext.edgeTransformer
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 EdgeMetadataMethod parameters in edu.uci.ics.jung.io.graphml.parser with type arguments of type EdgeMetadataModifier and TypeMethodDescriptionprivate void
GraphElementParser.addEdgesToGraph
(G graph, Collection<EdgeMetadata> metadata, Map<String, V> idToVertexMap)