Package tools.refinery.logic.term
Class CountTerm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoSubstitute
(Substitution substitution, List<Variable> substitutedArguments) reduce()
toString()
withArguments
(Constraint newTarget, List<Variable> newArguments) Methods inherited from class tools.refinery.logic.term.AbstractCallTerm
equalsWithSubstitution, evaluate, getArguments, getArgumentsOfDirection, getInputVariables, getPrivateVariables, getTarget, getVariables, hashCodeWithSubstitution, rewriteSubTerms, substitute, withTarget
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
CountTerm
-
-
Method Details
-
doSubstitute
protected Term<Integer> doSubstitute(Substitution substitution, List<Variable> substitutedArguments) - Specified by:
doSubstitute
in classAbstractCallTerm<Integer>
-
withArguments
- Specified by:
withArguments
in classAbstractCallTerm<Integer>
-
reduce
-
toString
-