Class ParserContext<G extends Hypergraph<V,E>,V,E>

java.lang.Object
edu.uci.ics.jung.io.graphml.parser.ParserContext<G,V,E>
Type Parameters:
G - The graph type
V - The vertex type
E - The edge type

public class ParserContext<G extends Hypergraph<V,E>,V,E> extends Object
Provides resources related to the current parsing context.