|
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.GFConstraint
public class GFConstraint
Class GFConstraint represents relational constraints applicable to GF numeric quantity searches.
Version 1.0.0 21-DEC-2009 (NJB)
Field Summary | |
---|---|
static java.lang.String |
ABSOLUTE_MAXIMUM
|
static java.lang.String |
ABSOLUTE_MINIMUM
|
static java.lang.String |
ADJUSTED_ABSMAX
|
static java.lang.String |
ADJUSTED_ABSMIN
|
static java.lang.String |
EQUALS
|
static java.lang.String |
GREATER_THAN
|
static java.lang.String |
LESS_THAN
|
static java.lang.String |
LOCAL_MAXIMUM
|
static java.lang.String |
LOCAL_MINIMUM
|
Method Summary | |
---|---|
static GFConstraint |
createExtremumConstraint(java.lang.String extremumType)
Create a GF local or absolute extremum constraint. |
static GFConstraint |
createExtremumConstraint(java.lang.String extremumType,
double adjustmentValue)
Create a GF absolute extremum constraint with an adjustment value. |
static GFConstraint |
createReferenceConstraint(java.lang.String relation,
double referenceValue)
Create a GF relational constraint with a reference value. |
double |
getAdjustmentValue()
Get the adjustment value from this constraint. |
java.lang.String |
getCSPICERelation()
Get the CSPICE String representing the relation. |
double |
getReferenceValue()
Get the reference value from this constraint. |
java.lang.String |
getRelation()
Get the relation from this constraint. |
boolean |
isAdjustedExtremum()
Indicate whether this constraint is an adjusted extremum constraint. |
boolean |
isExtremum()
Indicate whether this constraint is an extremum constraint. |
boolean |
isOrder()
Indicate whether this constraint is an order constraint: that is, an equality or inequality. |
boolean |
isUnadjustedExtremum()
Indicate whether this constraint is an unadjusted extremum constraint. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ABSOLUTE_MAXIMUM
public static final java.lang.String ABSOLUTE_MINIMUM
public static final java.lang.String ADJUSTED_ABSMAX
public static final java.lang.String ADJUSTED_ABSMIN
public static final java.lang.String EQUALS
public static final java.lang.String GREATER_THAN
public static final java.lang.String LESS_THAN
public static final java.lang.String LOCAL_MAXIMUM
public static final java.lang.String LOCAL_MINIMUM
Method Detail |
---|
public static GFConstraint createExtremumConstraint(java.lang.String extremumType) throws SpiceException
SpiceException
public static GFConstraint createExtremumConstraint(java.lang.String extremumType, double adjustmentValue) throws SpiceException
SpiceException
public static GFConstraint createReferenceConstraint(java.lang.String relation, double referenceValue) throws SpiceException
SpiceException
public java.lang.String getRelation()
public double getReferenceValue()
public double getAdjustmentValue()
public java.lang.String getCSPICERelation()
public boolean isOrder()
public boolean isExtremum()
public boolean isUnadjustedExtremum()
public boolean isAdjustedExtremum()
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |