Uses of Interface
org.projog.core.term.VariableAttribute
-
Packages that use VariableAttribute Package Description org.projog.core.predicate.builtin.reif org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
-
Uses of VariableAttribute in org.projog.core.predicate.builtin.reif
Classes in org.projog.core.predicate.builtin.reif that implement VariableAttribute Modifier and Type Class Description private static classDif.DifVariableAttribute -
Uses of VariableAttribute in org.projog.core.term
Fields in org.projog.core.term with type parameters of type VariableAttribute Modifier and Type Field Description private java.util.Map<VariableAttribute,Term>Variable. attributesA collection of attributes associated with the variable.Methods in org.projog.core.term with parameters of type VariableAttribute Modifier and Type Method Description TermVariable. getAttributeOrDefault(VariableAttribute attributeKey, Term defaultValue)voidVariable. putAttribute(VariableAttribute attributeKey, Term attributeValue)voidVariable. removeAttribute(VariableAttribute attributeKey)Constructor parameters in org.projog.core.term with type arguments of type VariableAttribute Constructor Description Variable(java.lang.String id, java.util.Map<VariableAttribute,Term> attributes)
-