Class KeyElementParser<G extends edu.uci.ics.jung.graph.Hypergraph<V,​E>,​V,​E>

  • All Implemented Interfaces:
    ElementParser

    public class KeyElementParser<G extends edu.uci.ics.jung.graph.Hypergraph<V,​E>,​V,​E>
    extends AbstractElementParser<G,​V,​E>
    Parses key elements.
    • Constructor Detail

      • KeyElementParser

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

      • convertFor

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