Class KeyElementParser<G extends Hypergraph<V,​E>,​V,​E>

  • All Implemented Interfaces:
    ElementParser

    public class KeyElementParser<G extends Hypergraph<V,​E>,​V,​E>
    extends AbstractElementParser<G,​V,​E>
    Parses key elements.
    Author:
    Nathan Mittler - nathan.mittler@gmail.com
    • Constructor Detail

      • KeyElementParser

        public KeyElementParser​(ParserContext<G,​V,​E> parserContext)
    • Method Detail

      • convertFor

        public static Key.ForType convertFor​(java.lang.String value)