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. edges
protected com.google.common.base.Function<EdgeMetadata,E>
GraphMLReader2. edgeTransformer
Methods in edu.uci.ics.jung.io.graphml that return EdgeMetadata Modifier and Type Method Description EdgeMetadata
GraphMetadata. 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 void
GraphMetadata. 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. edgeTransformer
Methods in edu.uci.ics.jung.io.graphml.parser that return EdgeMetadata Modifier and Type Method Description EdgeMetadata
EdgeElementParser. 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 E
ParserContext. 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 void
GraphElementParser. addEdgesToGraph(G graph, java.util.Collection<EdgeMetadata> metadata, java.util.Map<java.lang.String,V> idToVertexMap)
-