Uses of Class
org.projog.core.term.TermType
-
Packages that use TermType Package Description org.projog.core.predicate.builtin.clp Predicates to support constraint logic programming.org.projog.core.predicate.builtin.construct Predicates for inspecting the structure of terms.org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
-
Uses of TermType in org.projog.core.predicate.builtin.clp
Methods in org.projog.core.predicate.builtin.clp that return TermType Modifier and Type Method Description TermTypeClpVariable. getType() -
Uses of TermType in org.projog.core.predicate.builtin.construct
Methods in org.projog.core.predicate.builtin.construct with parameters of type TermType Modifier and Type Method Description private booleanUniv. isList(TermType tt) -
Uses of TermType in org.projog.core.term
Methods in org.projog.core.term that return TermType Modifier and Type Method Description TermTypeAtom. getType()ReturnsATOM.TermTypeDecimalFraction. getType()ReturnsFRACTION.TermTypeEmptyList. getType()ReturnsEMPTY_LIST.TermTypeIntegerNumber. getType()ReturnsINTEGER.TermTypeList. getType()ReturnsLIST.TermTypeStructure. getType()ReturnsSTRUCTURE.TermTypeTerm. getType()Returns theTermTyperepresented by this term.TermTypeVariable. getType()static TermTypeTermType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TermType[]TermType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projog.core.term with parameters of type TermType Modifier and Type Method Description static voidTermUtils. assertType(Term t, TermType type)
-