Package net.sf.tweety.math.term
Class BinaryVariable
- java.lang.Object
-
- net.sf.tweety.math.term.Term
-
- net.sf.tweety.math.term.Variable
-
- net.sf.tweety.math.term.BinaryVariable
-
public class BinaryVariable extends Variable
This class models a binary variable as a mathematical term.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description BinaryVariable(java.lang.String name)
Creates a new binary variable with the given name.
-
Method Summary
Modifier and Type Method Description boolean
isInteger()
Checks whether this term represents an integer value.-
Methods inherited from class net.sf.tweety.math.term.Variable
collapseAssociativeOperations, derive, equals, expandAssociativeOperations, getAbsoluteValues, getLowerBound, getMaximums, getMinimums, getName, getProducts, getUpperBound, getVariables, hashCode, isContinuous, isPositive, replaceTerm, simplify, toLinearForm, toString, value
-
Methods inherited from class net.sf.tweety.math.term.Term
add, doubleValue, evaluateMatrix, evaluateVector, evaluateVector, isContinuous, isLinear, min, minus, mult, replaceAllTerms, replaceAllTerms
-
-