Package jscl.math.function.bool
Class Implies
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Bool
-
- jscl.math.function.bool.Bool2
-
- jscl.math.function.bool.Implies
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Implies extends Bool2
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JSCLBooleanapply(JSCLBoolean a, JSCLBoolean b)protected Variablenewinstance()-
Methods inherited from class jscl.math.function.Bool
antiderivative, derivative, evalelem, evalsimp
-
Methods inherited from class jscl.math.function.Function
antiderivative, compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML, toString
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Method Detail
-
apply
protected JSCLBoolean apply(JSCLBoolean a, JSCLBoolean b)
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-