Package tools.refinery.logic.term.real
Class RealMinTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<Double>
tools.refinery.logic.term.BinaryTerm<Double,Double,Double>
tools.refinery.logic.term.real.RealBinaryTerm
tools.refinery.logic.term.real.RealMinTerm
- All Implemented Interfaces:
AnyTerm
,AssignedValue<Double>
,Term<Double>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Double
doEvaluate
(Double leftValue, Double rightValue) doSubstitute
(Substitution substitution, Term<Double> substitutedLeft, Term<Double> substitutedRight) toString()
Methods inherited from class tools.refinery.logic.term.BinaryTerm
equalsWithSubstitution, evaluate, getInputVariables, getLeft, getLeftType, getRight, getRightType, hashCodeWithSubstitution, substitute
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
RealMinTerm
-
-
Method Details
-
doSubstitute
public Term<Double> doSubstitute(Substitution substitution, Term<Double> substitutedLeft, Term<Double> substitutedRight) - Specified by:
doSubstitute
in classBinaryTerm<Double,
Double, Double>
-
doEvaluate
- Specified by:
doEvaluate
in classBinaryTerm<Double,
Double, Double>
-
toString
-