|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.expressions.ExpressionsStandardNames
public abstract class ExpressionsStandardNames
Abstract class used for supplying some standard names.
| Field Summary | |
|---|---|
static java.lang.String |
AUXILIARY_BASE_NAME
String object holding the standard base name for a auxiliary. |
static java.lang.String |
DISCRETE_NAME
String object holding the standard name for the "time". |
static java.lang.String |
NEGATIVE_INFINITY
String holding the abbreviation for negative infinity. |
static java.lang.String |
PARAMETER_BASE_NAME
String object holding the standard base name for a parameter. |
static java.lang.String |
POSITIVE_INFINITY
String holding the abbreviation for positive infinity. |
static java.lang.String |
SETTINGS_TITLE
String object holding the standard title for a settings frame. |
static java.lang.String |
STATE_BASE_NAME
String object holding the standard base name for a state variable. |
static java.lang.String |
TIME_CONTINUOUS_NAME
String object holding the standard name for the time. |
| Constructor Summary | |
|---|---|
ExpressionsStandardNames()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
nameOfAuxiliary(int i)
Return a String object holding the standard name of the ith auxiliary. |
static java.lang.String |
nameOfParameter(int i)
Return a String object holding the standard name of the ith parameter. |
static java.lang.String |
nameOfState(int i)
Return a String object holding the standard name of the ith state variable. |
| 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 STATE_BASE_NAME
public static final java.lang.String PARAMETER_BASE_NAME
public static final java.lang.String AUXILIARY_BASE_NAME
public static final java.lang.String TIME_CONTINUOUS_NAME
public static final java.lang.String DISCRETE_NAME
public static final java.lang.String POSITIVE_INFINITY
public static final java.lang.String NEGATIVE_INFINITY
public static final java.lang.String SETTINGS_TITLE
| Constructor Detail |
|---|
public ExpressionsStandardNames()
| Method Detail |
|---|
public static java.lang.String nameOfState(int i)
i - DOCUMENT ME!
public static java.lang.String nameOfParameter(int i)
i - DOCUMENT ME!
public static java.lang.String nameOfAuxiliary(int i)
i - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||