Package tools.refinery.logic.term.int_
Class IntPlusTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<Integer>
tools.refinery.logic.term.UnaryTerm<Integer,Integer>
tools.refinery.logic.term.int_.IntUnaryTerm
tools.refinery.logic.term.int_.IntPlusTerm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructWithBody
(Term<Integer> newBody) protected Integer
doEvaluate
(Integer bodyValue) toString()
Methods inherited from class tools.refinery.logic.term.UnaryTerm
equalsWithSubstitution, evaluate, getBody, getBodyType, getInputVariables, getPrivateVariables, getVariables, hashCodeWithSubstitution, reduce, rewriteSubTerms, substitute, withBody
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
IntPlusTerm
-
-
Method Details
-
constructWithBody
- Specified by:
constructWithBody
in classUnaryTerm<Integer,
Integer>
-
doEvaluate
- Specified by:
doEvaluate
in classUnaryTerm<Integer,
Integer>
-
toString
-