| Package | Description |
|---|---|
| edu.uci.ics.jung.io.graphml | |
| edu.uci.ics.jung.io.graphml.parser |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<NodeMetadata,V> |
GraphMLReader2.vertexTransformer |
| Modifier and Type | Method and Description |
|---|---|
NodeMetadata |
GraphMetadata.getNodeMetadata(Object vertex) |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,NodeMetadata> |
GraphMetadata.getNodeMap() |
com.google.common.base.Function<NodeMetadata,V> |
GraphMLReader2.getVertexTransformer()
Gets the current Function that is being used for vertex objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphMetadata.addNodeMetadata(Object vertex,
NodeMetadata metadata) |
| Constructor and Description |
|---|
GraphMLReader2(InputStream inputStream,
com.google.common.base.Function<GraphMetadata,G> graphTransformer,
com.google.common.base.Function<NodeMetadata,V> vertexTransformer,
com.google.common.base.Function<EdgeMetadata,E> edgeTransformer,
com.google.common.base.Function<HyperEdgeMetadata,E> hyperEdgeTransformer)
Constructs a GraphML reader around the given reader.
|
GraphMLReader2(Reader fileReader,
com.google.common.base.Function<GraphMetadata,G> graphTransformer,
com.google.common.base.Function<NodeMetadata,V> vertexTransformer,
com.google.common.base.Function<EdgeMetadata,E> edgeTransformer,
com.google.common.base.Function<HyperEdgeMetadata,E> hyperEdgeTransformer)
Constructs a GraphML reader around the given reader.
|
| Modifier and Type | Method and Description |
|---|---|
NodeMetadata |
NodeElementParser.parse(XMLEventReader xmlEventReader,
StartElement start) |
| Modifier and Type | Method and Description |
|---|---|
V |
ParserContext.createVertex(NodeMetadata metadata) |
| Constructor and Description |
|---|
ElementParserRegistry(KeyMap keyMap,
com.google.common.base.Function<GraphMetadata,G> graphTransformer,
com.google.common.base.Function<NodeMetadata,V> vertexTransformer,
com.google.common.base.Function<EdgeMetadata,E> edgeTransformer,
com.google.common.base.Function<HyperEdgeMetadata,E> hyperEdgeTransformer) |
ParserContext(ElementParserRegistry<G,V,E> elementParserRegistry,
KeyMap keyMap,
com.google.common.base.Function<GraphMetadata,G> graphTransformer,
com.google.common.base.Function<NodeMetadata,V> vertexTransformer,
com.google.common.base.Function<EdgeMetadata,E> edgeTransformer,
com.google.common.base.Function<HyperEdgeMetadata,E> hyperEdgeTransformer) |
Copyright © 2016. All rights reserved.