Uses of Class
edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry
-
Packages that use ElementParserRegistry Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of ElementParserRegistry in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml declared as ElementParserRegistry Modifier and Type Field Description protected ElementParserRegistry<G,V,E>
GraphMLReader2. parserRegistry
-
Uses of ElementParserRegistry in edu.uci.ics.jung.io.graphml.parser
Fields in edu.uci.ics.jung.io.graphml.parser declared as ElementParserRegistry Modifier and Type Field Description private ElementParserRegistry<G,V,E>
ParserContext. elementParserRegistry
Methods in edu.uci.ics.jung.io.graphml.parser that return ElementParserRegistry Modifier and Type Method Description ElementParserRegistry<G,V,E>
ParserContext. getElementParserRegistry()
Constructors in edu.uci.ics.jung.io.graphml.parser with parameters of type ElementParserRegistry Constructor Description 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)
-