Uses of Class
org.projog.core.parser.Operands
Packages that use Operands
Package
Description
Provides classes for constructing
Term objects from Prolog syntax.Contains the building blocks used to construct Prolog programs and queries.
-
Uses of Operands in org.projog.core.kb
Methods in org.projog.core.kb that return Operands -
Uses of Operands in org.projog.core.parser
Methods in org.projog.core.parser with parameters of type OperandsModifier and TypeMethodDescriptionstatic SentenceParserSentenceParser.getInstance(Reader reader, Operands operands) Returns a newSentenceParserthat will parse Prolog syntax read from the specifiedReaderusing the specifiedOperands.static SentenceParserSentenceParser.getInstance(String prologSyntax, Operands operands) Returns a newSentenceParserwill parse the specifiedStringusing the specifiedOperands. -
Uses of Operands in org.projog.core.predicate
Methods in org.projog.core.predicate that return OperandsModifier and TypeMethodDescriptionprotected final OperandsAbstractPredicateFactory.getOperands()Deprecated.protected final OperandsAbstractSingleResultPredicate.getOperands() -
Uses of Operands in org.projog.core.term
Constructors in org.projog.core.term with parameters of type Operands