|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dautelle.realtime.RealtimeObject
com.dautelle.math.functions.Function
com.dautelle.math.functions.Polynomial
com.dautelle.math.functions.Constant
This class represents a constant function (polynomial of degree 0).
Nested Class Summary |
Nested classes inherited from class com.dautelle.math.functions.Polynomial |
Polynomial.Term |
Nested classes inherited from class com.dautelle.math.functions.Function |
Function.Variable |
Nested classes inherited from class com.dautelle.realtime.RealtimeObject |
RealtimeObject.Factory |
Method Summary | |
Operable |
getValue()
Returns the constant value for this function. |
static Constant |
valueOf(Operable value)
Returns a constant function of specified value. |
Methods inherited from class com.dautelle.math.functions.Polynomial |
appendTo, compose, differentiate, equals, evaluate, export, getCoefficient, getOrder, getTerms, getVariables, hashCode, integrate, opposite, plus, times, toHeap, valueOf, valueOf |
Methods inherited from class com.dautelle.math.functions.Function |
pow, reciprocal, toString |
Methods inherited from class com.dautelle.realtime.RealtimeObject |
clone, isLocalObject, isPoolObject, recycle |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public static Constant valueOf(Operable value)
value
- the value returned by this function.
public Operable getValue()
getCoefficient(Term.CONSTANT)
|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |