|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspice.basic.GFScalarQuantity
public abstract class GFScalarQuantity
Abstract class GFScalarQuantity provides a template for user-defined classes representing scalar functions of time to be used in GF searches.
See the examples in
GFUserDefinedScalarSearch
.
The numerical results shown for these examples may differ across platforms. The results depend on the SPICE kernels used as input, the compiler and supporting libraries, and the machine specific arithmetic implementation.
Version 1.0.0 30-DEC-2009 (NJB)
Constructor Summary | |
---|---|
GFScalarQuantity()
|
Method Summary | |
---|---|
abstract double |
getQuantity(double et)
Return the value of a user-defined scalar quantity at a specified time. |
abstract boolean |
isQuantityDecreasing(double et)
Return a boolean value indicating whether the scalar function represented by getQuantity is decreasing at a specified time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GFScalarQuantity()
Method Detail |
---|
public abstract double getQuantity(double et) throws SpiceException
SpiceException
public abstract boolean isQuantityDecreasing(double et) throws SpiceException
SpiceException
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |