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.edgesprotected com.google.common.base.Function<EdgeMetadata, E> GraphMLReader2.edgeTransformerMethods 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 TypeMethodDescriptionvoidGraphMetadata.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.edgeTransformerMethods 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 voidGraphElementParser.addEdgesToGraph(G graph, Collection<EdgeMetadata> metadata, Map<String, V> idToVertexMap)