|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A function
| Field Summary | |
static String |
DOMAIN_MAXIMUM_CLOSED
Indicates that valid input must be less than or equal to the minimum, as "Closed" refers to an interval that includes the endpoints, i.e. |
static String |
DOMAIN_MAXIMUM_OPEN
Indicates that valid input must be less than the minimum, as "Open" refers to an interval that does not include the endpoints, i.e. |
static String |
DOMAIN_MINIMUM_CLOSED
Indicates that valid input must be greater than or equal to the minimum, as "Closed" refers to an interval that includes the endpoints, i.e. |
static String |
DOMAIN_MINIMUM_OPEN
Indicates that valid input must be greater than the minimum, as "Open" refers to an interval that does not include the endpoints, i.e. |
| Fields inherited from interface org.escot.EscotFeature |
COLOR_ATTRIBUTE, DESCRIPTION_ATTRIBUTE, ICON16x16_ATTRIBUTE, TYPE_ATTRIBUTE |
| Method Summary | |
void |
addChangeListener(ChangeListener l)
adds a change listener to this function, to be notified when the function definition changes |
Number |
evaluateAt(Number input)
Evaluates the function at the given input. |
void |
removeChangeListener(ChangeListener l)
removes a change listener from this function |
String |
toString()
converts the function to a string representation |
| Methods inherited from interface org.escot.EscotFeature |
addPropertyChangeListener, duplicate, getAttribute, getName, putAttribute, removePropertyChangeListener |
| Field Detail |
public static final String DOMAIN_MINIMUM_OPEN
public static final String DOMAIN_MINIMUM_CLOSED
public static final String DOMAIN_MAXIMUM_OPEN
public static final String DOMAIN_MAXIMUM_CLOSED
| Method Detail |
public Number evaluateAt(Number input)
input - the number to evaluate the function at.public void addChangeListener(ChangeListener l)
l - a ChangeListener that wants to be notified of changes to this
functionpublic void removeChangeListener(ChangeListener l)
l - a ChangeListener that no longer wants to listen to change events
from this functionpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||