|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use EdgeMetadata | |
---|---|
edu.uci.ics.jung.io.graphml | |
edu.uci.ics.jung.io.graphml.parser |
Uses of EdgeMetadata in edu.uci.ics.jung.io.graphml |
---|
Methods in edu.uci.ics.jung.io.graphml that return EdgeMetadata | |
---|---|
EdgeMetadata |
GraphMetadata.getEdgeMetadata(Object edge)
|
Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type EdgeMetadata | |
---|---|
Map<Object,EdgeMetadata> |
GraphMetadata.getEdgeMap()
|
Methods in edu.uci.ics.jung.io.graphml with parameters of type EdgeMetadata | |
---|---|
void |
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 EdgeMetadata | |
---|---|
EdgeMetadata |
EdgeElementParser.parse(XMLEventReader xmlEventReader,
StartElement start)
|
Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type EdgeMetadata | |
---|---|
E |
ParserContext.createEdge(EdgeMetadata metadata)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |