Uses of Class
edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry
Packages that use ElementParserRegistry
-
Uses of ElementParserRegistry in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml declared as ElementParserRegistryModifier and TypeFieldDescriptionprotected final 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 ElementParserRegistryModifier and TypeFieldDescriptionprivate final ElementParserRegistry
<G, V, E> ParserContext.elementParserRegistry
Methods in edu.uci.ics.jung.io.graphml.parser that return ElementParserRegistryConstructors in edu.uci.ics.jung.io.graphml.parser with parameters of type ElementParserRegistryModifierConstructorDescriptionParserContext
(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)