Uses of Class
edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry

Packages that use ElementParserRegistry
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
protected  ElementParserRegistry<G,V,E> GraphMLReader2.parserRegistry
           
 

Uses of ElementParserRegistry in edu.uci.ics.jung.io.graphml.parser
 

Methods in edu.uci.ics.jung.io.graphml.parser that return ElementParserRegistry
 ElementParserRegistry<G,V,E> ParserContext.getElementParserRegistry()
           
 

Constructors in edu.uci.ics.jung.io.graphml.parser with parameters of type ElementParserRegistry
ParserContext(ElementParserRegistry<G,V,E> elementParserRegistry, KeyMap keyMap, org.apache.commons.collections15.Transformer<GraphMetadata,G> graphTransformer, org.apache.commons.collections15.Transformer<NodeMetadata,V> vertexTransformer, org.apache.commons.collections15.Transformer<EdgeMetadata,E> edgeTransformer, org.apache.commons.collections15.Transformer<HyperEdgeMetadata,E> hyperEdgeTransformer)
           
 



Copyright © 2009. All Rights Reserved.