Uses of Class
org.projog.core.term.IntegerNumber
-
Packages that use IntegerNumber Package Description org.projog.core.parser Provides classes for constructingTermobjects from Prolog syntax.org.projog.core.predicate.builtin.construct Predicates for inspecting the structure of terms.org.projog.core.predicate.builtin.db Predicates to support working with the recorded database.org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
-
Uses of IntegerNumber in org.projog.core.parser
Methods in org.projog.core.parser that return IntegerNumber Modifier and Type Method Description private IntegerNumberSentenceParser. toIntegerNumber(java.lang.String value) -
Uses of IntegerNumber in org.projog.core.predicate.builtin.construct
Methods in org.projog.core.predicate.builtin.construct that return IntegerNumber Modifier and Type Method Description private IntegerNumberTermSplit. toInteger(java.lang.String s) -
Uses of IntegerNumber in org.projog.core.predicate.builtin.db
Fields in org.projog.core.predicate.builtin.db declared as IntegerNumber Modifier and Type Field Description private IntegerNumberRecord. reference(package private) IntegerNumberRecordedDatabase.Link. referenceMethods in org.projog.core.predicate.builtin.db that return IntegerNumber Modifier and Type Method Description (package private) IntegerNumberRecordedDatabase. add(PredicateKey key, Term value, boolean addLast)Associates a value with a key.private IntegerNumberRecordedDatabase. createReference()(package private) IntegerNumberRecord. getReference()Methods in org.projog.core.predicate.builtin.db with parameters of type IntegerNumber Modifier and Type Method Description private voidRecordedDatabase. addReference(IntegerNumber reference, RecordedDatabase.Link link, boolean addLast)Constructors in org.projog.core.predicate.builtin.db with parameters of type IntegerNumber Constructor Description Link(RecordedDatabase.Chain chain, IntegerNumber reference, Term value)Record(PredicateKey key, IntegerNumber reference, Term value) -
Uses of IntegerNumber in org.projog.core.term
Fields in org.projog.core.term declared as IntegerNumber Modifier and Type Field Description (package private) static IntegerNumber[]IntegerNumberCache. CACHEstatic IntegerNumberIntegerNumberCache. ZEROMethods in org.projog.core.term that return IntegerNumber Modifier and Type Method Description IntegerNumberIntegerNumber. calculate(Term[] args)IntegerNumberIntegerNumber. copy(java.util.Map<Variable,Variable> sharedVariables)IntegerNumberIntegerNumber. getTerm()static IntegerNumberIntegerNumberCache. valueOf(long l)
-