Class FormulaToken


  • public class FormulaToken
    extends LexicalUnit
    Allows to parse a formula in RDF N3 notation. Please note that this kind of feature is not supported yet.
    • Constructor Detail

      • FormulaToken

        public FormulaToken​(RdfN3Reader contentHandler,
                            Context context)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • parse

        public void parse()
                   throws java.io.IOException
        Description copied from class: LexicalUnit
        Contains the parsing logic of this lexical unit.
        Specified by:
        parse in class LexicalUnit
        Throws:
        java.io.IOException
      • resolve

        public java.lang.Object resolve()
        Description copied from class: LexicalUnit
        Resolves the current value as a reference or a literal or a graph of links according to the current context.
        Specified by:
        resolve in class LexicalUnit
        Returns:
        The current value as a reference or a literal or a graph of links according to the current context.