Uses of Interface
org.projog.core.term.VariableAttribute
Packages that use VariableAttribute
Package
Description
Contains the building blocks used to construct Prolog programs and queries.
-
Uses of VariableAttribute in org.projog.core.term
Methods in org.projog.core.term with parameters of type VariableAttributeModifier and TypeMethodDescriptionVariable.getAttributeOrDefault(VariableAttribute attributeKey, Term defaultValue) voidVariable.putAttribute(VariableAttribute attributeKey, Term attributeValue) voidVariable.removeAttribute(VariableAttribute attributeKey)