|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--EDU.gatech.cc.is.abstractrobot.ControlSystemS
|
+--EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150
|
+--nslj.src.lang.NslBase
|
+--nslj.src.lang.NslData
|
+--nslj.src.lang.NslNumeric
|
+--nslj.src.lang.NslNumeric0
| Fields inherited from class nslj.src.lang.NslBase |
_accessChar, _name, _parent |
| Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150 |
abstract_robot |
| Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS |
CSSTAT_DONE, CSSTAT_ERROR, CSSTAT_OK, seed |
| Constructor Summary | |
NslNumeric0()
|
|
NslNumeric0(java.lang.String label)
|
|
NslNumeric0(java.lang.String label,
NslHierarchy parent)
|
|
NslNumeric0(java.lang.String label,
NslHierarchy parent,
char desiredAccess)
|
|
| Method Summary | |
int |
getDimensions()
get the dimensions of this object |
abstract double |
getdouble()
Get the value of this number in double precision floating point number |
abstract float |
getfloat()
Get the value of this number in single precision floating point number |
abstract int |
getint()
Get the value of this number in integer |
abstract NslDouble0 |
getNslDouble0()
Get the value of this number in double precision floating point NslNumeric override for NslDouble0 for efficency |
abstract NslFloat0 |
getNslFloat0()
Get the value of this number in floating point NslNumeric override for NslFloat0 for efficency |
abstract NslInt0 |
getNslInt0()
Get the value of this number in integer override for NslInt0 for efficency |
void |
getNslSize(NslInt0 size)
get the size of this array and put it into size |
int |
getSize()
get the size of this array |
int |
getSize1()
get the size of this array at the rightmost dimension |
int |
getSize2()
get the size of this array at the second to right dimension |
int |
getSize3()
get the size of this array at the third to right dimension |
int |
getSize4()
get the size of this array at the fourth to right dimension |
int[] |
getSizes()
get the size of this array and put it into size |
abstract void |
set(double value)
set the value of this object to value |
abstract void |
set(float value)
set the value of this object to value |
abstract void |
set(int value)
set the value of this object to value |
abstract void |
set(NslNumeric0 value)
Set the value of this object to value |
| Methods inherited from class nslj.src.lang.NslData |
duplicateData, duplicateThis, getDataType, getInport, getNslSizes, getOutport, isDataSet, nslGetPort, resetData, setReference, toString |
| Methods inherited from class nslj.src.lang.NslBase |
nslGetAccess, nslGetName, nslGetParent, nslGetParentClass, nslGetParentModule, nslGetRealName, nslNullifyParent, nslSetAccess, nslSetName, nslSetParent |
| Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150 |
init |
| Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS |
configure, Configure, getAbstractRobot, Init, quit, takeStep, TakeStep, trialEnd, TrialEnd, trialInit, TrialInit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NslNumeric0()
public NslNumeric0(java.lang.String label)
public NslNumeric0(java.lang.String label,
NslHierarchy parent)
public NslNumeric0(java.lang.String label,
NslHierarchy parent,
char desiredAccess)
| Method Detail |
public abstract double getdouble()
public abstract float getfloat()
public abstract int getint()
public abstract NslDouble0 getNslDouble0()
public abstract NslFloat0 getNslFloat0()
public abstract NslInt0 getNslInt0()
public abstract void set(double value)
value - - value to be defined.public abstract void set(float value)
value - - value to be defined.public abstract void set(int value)
value - - value to be defined.public abstract void set(NslNumeric0 value)
value - - value to be set.public int getDimensions()
getDimensions in class NslDatapublic int getSize()
public void getNslSize(NslInt0 size)
size - public int[] getSizes()
getSizes in class NslDatapublic int getSize1()
getSize1 in class NslDatapublic int getSize2()
getSize2 in class NslDatapublic int getSize3()
getSize3 in class NslDatapublic int getSize4()
getSize4 in class NslData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||