Uses of Class
edu.uci.ics.jung.io.graphml.EdgeMetadata
-
Packages that use EdgeMetadata Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of EdgeMetadata in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type EdgeMetadata Modifier and Type Field Description private java.util.Map<java.lang.Object,EdgeMetadata>GraphMetadata. edgesprotected com.google.common.base.Function<EdgeMetadata,E>GraphMLReader2. edgeTransformerMethods in edu.uci.ics.jung.io.graphml that return EdgeMetadata Modifier and Type Method Description EdgeMetadataGraphMetadata. getEdgeMetadata(java.lang.Object edge)Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type EdgeMetadata Modifier and Type Method Description java.util.Map<java.lang.Object,EdgeMetadata>GraphMetadata. 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 EdgeMetadata Modifier and Type Method Description voidGraphMetadata. addEdgeMetadata(java.lang.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 EdgeMetadata Modifier and Type Field Description private com.google.common.base.Function<EdgeMetadata,E>ParserContext. edgeTransformerMethods in edu.uci.ics.jung.io.graphml.parser that return EdgeMetadata Modifier and Type Method Description EdgeMetadataEdgeElementParser. parse(javax.xml.stream.XMLEventReader xmlEventReader, javax.xml.stream.events.StartElement start)Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type EdgeMetadata Modifier and Type Method Description EParserContext. createEdge(EdgeMetadata metadata)Method parameters in edu.uci.ics.jung.io.graphml.parser with type arguments of type EdgeMetadata Modifier and Type Method Description private voidGraphElementParser. addEdgesToGraph(G graph, java.util.Collection<EdgeMetadata> metadata, java.util.Map<java.lang.String,V> idToVertexMap)
-