|
|||||||||
| 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.NslBoolean
|
+--nslj.src.lang.NslBoolean2
| Field Summary | |
boolean[][] |
_data
|
| 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 | |
NslBoolean2()
Constructor with default value null |
|
NslBoolean2(boolean[][] value)
Constructor, initialize the value to value |
|
NslBoolean2(int size1,
int size2)
Constructor, initialize the number to be size size 1-D array |
|
NslBoolean2(NslBoolean2 n)
Constructor, initialize the value to the same as another NslNumeric0 |
|
NslBoolean2(NslNumeric2 n)
Constructor, initialize the value to the same as another NslNumeric0 |
|
NslBoolean2(java.lang.String name)
This constructs a number with specified name |
|
NslBoolean2(java.lang.String name,
int size1,
int size2)
This constructs a number with specified name |
|
NslBoolean2(java.lang.String name,
NslBoolean2 value)
This constructs a number with specified name |
|
NslBoolean2(java.lang.String name,
NslHierarchy curParent)
|
|
NslBoolean2(java.lang.String name,
NslHierarchy curParent,
boolean[][] value)
|
|
NslBoolean2(java.lang.String name,
NslHierarchy curParent,
int size1,
int size2)
|
|
NslBoolean2(java.lang.String name,
NslHierarchy curParent,
NslBoolean2 value)
|
|
NslBoolean2(java.lang.String name,
NslHierarchy curParent,
NslNumeric2 value)
|
|
NslBoolean2(java.lang.String name,
NslNumeric2 value)
This constructs a number with specified name |
|
| Method Summary | |
void |
duplicateData(NslData n)
Copy all data from n to this number object. |
NslData |
duplicateThis()
Clone this number |
boolean[][] |
get()
Get the value of this number |
boolean[] |
get(int pos)
|
boolean |
get(int pos1,
int pos2)
|
boolean |
getboolean(int pos1,
int pos2)
Get the posth element of this one-dimensional array |
boolean[] |
getboolean1(int pos)
Get the value of this number in integer |
boolean[][] |
getboolean2()
Get the value of this number in integer |
int |
getDimensions()
get the dimensions of this object |
double |
getdouble(int pos1,
int pos2)
Get the posth element of this one-dimensional array |
double[] |
getdouble1(int pos)
Get the value of this number in double precision floating point number |
double[][] |
getdouble2()
Get the value of this number in double precision floating point number |
float |
getfloat(int pos1,
int pos2)
Get the posth element of this one-dimensional array |
float[] |
getfloat1(int pos)
Get the value of this number in single precision floating point number |
float[][] |
getfloat2()
Get the value of this number in single precision floating point number |
int |
getint(int pos1,
int pos2)
Get the posth element of this one-dimensional array |
int[] |
getint1(int pos)
Get the value of this number in integer |
int[][] |
getint2()
Get the value of this number in integer |
NslBoolean2 |
getNslBoolean2()
Get the value of this number in integer |
NslDouble2 |
getNslDouble2()
Get the value of this number in double precision floating point NslNumeric |
NslFloat2 |
getNslFloat2()
Get the value of this number in single precision floating point NslNumeric |
NslInt2 |
getNslInteger2()
Get the value of this number in integer |
void |
getNslSize(NslInt0 size1,
NslInt0 size2)
get the size of this array and put it into size |
boolean[][] |
getSector(int start1,
int start2,
int end1,
int end2)
|
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 |
boolean |
isDataSet()
Check if the internal number data is null |
void |
nslMemAlloc(int size1,
int size2)
allocate memory dynamically |
void |
resetData()
Reset the reference pointer to null |
void |
set(boolean value)
Set all elements of this array to value |
void |
set(boolean[][] value)
|
void |
set(double value)
Set all elements of this array to value |
void |
set(double[][] value)
|
void |
set(float value)
Set all elements of this array to value |
void |
set(float[][] value)
|
void |
set(int value)
Set all elements of this array to value |
void |
set(int[][] value)
Set the value of this number to value |
void |
set(int pos,
boolean[] value)
Set the value of this number to value |
void |
set(int pos,
double[] value)
|
void |
set(int pos,
float[] value)
Set the value of this number to value |
void |
set(int pos,
int[] value)
Set the value of this number to value |
void |
set(int pos1,
int pos2,
boolean value)
Set the posth element of this array to value |
void |
set(int pos1,
int pos2,
double value)
Set the posth element of this array to value |
void |
set(int pos1,
int pos2,
float value)
Set the posth element of this array to value |
void |
set(int pos1,
int pos2,
int value)
Set the posth element of this array to value |
void |
set(int pos1,
int pos2,
NslBoolean0 value)
|
void |
set(int pos1,
int pos2,
NslNumeric0 value)
|
void |
set(int pos,
NslBoolean1 value)
|
void |
set(int pos,
NslNumeric1 value)
|
void |
set(NslBoolean0 value)
Set all elements of this array to value |
void |
set(NslBoolean2 n)
Set the value of this array to value |
void |
set(NslNumeric0 value)
Set all elements of this array to value |
void |
set(NslNumeric2 n)
Set the value of this array to value |
void |
setReference(NslData n)
Set the reference to the wrapped data of n It is used in double buffered ports, to make the the ports reference different number object at different time. |
void |
setSector(boolean[][] d,
int startpos1,
int startpos2)
|
java.lang.String |
toString()
Print the value of the numberic |
| Methods inherited from class nslj.src.lang.NslData |
getDataType, getInport, getNslSizes, getOutport, nslGetPort |
| 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 |
| Field Detail |
public boolean[][] _data
| Constructor Detail |
public NslBoolean2()
public NslBoolean2(boolean[][] value)
value - - the init valuepublic NslBoolean2(NslNumeric2 n)
n - - a scalar numberpublic NslBoolean2(NslBoolean2 n)
n - - a scalar number
public NslBoolean2(int size1,
int size2)
size - - size of the new arraypublic NslBoolean2(java.lang.String name)
name - - name of the variable
public NslBoolean2(java.lang.String name,
int size1,
int size2)
name - - name of the variablesize - - size of the array
public NslBoolean2(java.lang.String name,
NslHierarchy curParent)
public NslBoolean2(java.lang.String name,
NslHierarchy curParent,
int size1,
int size2)
public NslBoolean2(java.lang.String name,
NslNumeric2 value)
name - - name of the variablevalue - - initialized values
public NslBoolean2(java.lang.String name,
NslBoolean2 value)
name - - name of the variablevalue - - initialized values
public NslBoolean2(java.lang.String name,
NslHierarchy curParent,
NslNumeric2 value)
public NslBoolean2(java.lang.String name,
NslHierarchy curParent,
NslBoolean2 value)
public NslBoolean2(java.lang.String name,
NslHierarchy curParent,
boolean[][] value)
| Method Detail |
public void nslMemAlloc(int size1,
int size2)
public void duplicateData(NslData n)
NslDataduplicateData in class NslDatanslj.src.lang.NslDatan - - number to be copiedpublic NslData duplicateThis()
duplicateThis in class NslDatapublic void setReference(NslData n)
setReference in class NslDatan - - number concernedpublic boolean isDataSet()
isDataSet in class NslDatapublic void resetData()
resetData in class NslDatapublic java.lang.String toString()
NslDatatoString in class NslDatapublic boolean[][] get()
public boolean[] get(int pos)
public boolean get(int pos1,
int pos2)
public double[][] getdouble2()
public float[][] getfloat2()
public int[][] getint2()
public boolean[][] getboolean2()
public double[] getdouble1(int pos)
public float[] getfloat1(int pos)
public int[] getint1(int pos)
public boolean[] getboolean1(int pos)
public double getdouble(int pos1,
int pos2)
public float getfloat(int pos1,
int pos2)
public int getint(int pos1,
int pos2)
public boolean getboolean(int pos1,
int pos2)
public NslDouble2 getNslDouble2()
public NslFloat2 getNslFloat2()
public NslInt2 getNslInteger2()
public NslBoolean2 getNslBoolean2()
public boolean[][] getSector(int start1,
int start2,
int end1,
int end2)
public void set(int[][] value)
value - public void set(float[][] value)
public void set(double[][] value)
public void set(boolean[][] value)
public void set(int pos,
double[] value)
public void set(int pos,
float[] value)
value -
public void set(int pos,
int[] value)
value -
public void set(int pos,
boolean[] value)
value -
public void set(int pos1,
int pos2,
double value)
pos - value -
public void set(int pos1,
int pos2,
float value)
pos - value -
public void set(int pos1,
int pos2,
int value)
pos - value -
public void set(int pos1,
int pos2,
boolean value)
pos - value - public void set(double value)
value - public void set(float value)
value - public void set(int value)
value - public void set(boolean value)
value - public void set(NslNumeric2 n)
value -
public void set(int pos,
NslNumeric1 value)
public void set(NslNumeric0 value)
value -
public void set(int pos1,
int pos2,
NslNumeric0 value)
public void set(NslBoolean2 n)
value -
public void set(int pos,
NslBoolean1 value)
public void set(NslBoolean0 value)
value -
public void set(int pos1,
int pos2,
NslBoolean0 value)
public void setSector(boolean[][] d,
int startpos1,
int startpos2)
public int getDimensions()
getDimensions in class NslDatapublic int getSize()
public void getNslSize(NslInt0 size1,
NslInt0 size2)
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 | ||||||||