Class ParserContext<G extends Hypergraph<V,​E>,​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 java.lang.Object
    Provides resources related to the current parsing context.
    Author:
    Nathan Mittler - nathan.mittler@gmail.com