Uses of Class
org.projog.core.parser.Operands
-
Packages that use Operands Package Description org.projog.core.kb org.projog.core.parser Provides classes for constructingTermobjects from Prolog syntax.org.projog.core.predicate org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
-
Uses of Operands in org.projog.core.kb
Fields in org.projog.core.kb declared as Operands Modifier and Type Field Description private OperandsKnowledgeBase. operandsMethods in org.projog.core.kb that return Operands Modifier and Type Method Description OperandsKnowledgeBase. getOperands() -
Uses of Operands in org.projog.core.parser
Fields in org.projog.core.parser declared as Operands Modifier and Type Field Description private OperandsSentenceParser. operandsprivate OperandsTokenParser. operandsMethods in org.projog.core.parser with parameters of type Operands Modifier and Type Method Description static SentenceParserSentenceParser. getInstance(java.io.Reader reader, Operands operands)Returns a newSentenceParserthat will parse Prolog syntax read from the specifiedReaderusing the specifiedOperands.static SentenceParserSentenceParser. getInstance(java.lang.String prologSyntax, Operands operands)Returns a newSentenceParserwill parse the specifiedStringusing the specifiedOperands.Constructors in org.projog.core.parser with parameters of type Operands Constructor Description SentenceParser(java.io.Reader reader, Operands operands)TokenParser(java.io.Reader reader, Operands operands) -
Uses of Operands in org.projog.core.predicate
Methods in org.projog.core.predicate that return Operands Modifier and Type Method Description protected OperandsAbstractPredicateFactory. getOperands()protected OperandsAbstractSingleResultPredicate. getOperands() -
Uses of Operands in org.projog.core.term
Fields in org.projog.core.term declared as Operands Modifier and Type Field Description private OperandsTermFormatter. operandsConstructors in org.projog.core.term with parameters of type Operands Constructor Description TermFormatter(Operands operands)
-