|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFRAMES2API.DataSet
public class DataSet
Nested Class Summary | |
---|---|
static class |
DataSet.ByReferenceBoolean
|
static class |
DataSet.ByReferenceDouble
|
static class |
DataSet.ByReferenceInteger
|
static class |
DataSet.ByReferenceLong
|
static class |
DataSet.ByReferenceString
|
Constructor Summary | |
---|---|
DataSet()
|
Method Summary | |
---|---|
int |
ClearVariable(int PID,
java.lang.String dataset,
java.lang.String variable,
int[] indices)
Documentation for: ClearVariable Deletes all values associated with a variable. |
void |
CloseIO(int PID,
int cancel)
Documentation for: CloseIO This functions closes the INI file and cleans all resources associated with SystemIO.dll. |
int |
GetDicId(int PID,
java.lang.String dataset,
DataSet.ByReferenceString dictionary)
Documentation for: GetDicId Gets dictionary for specified dataset. |
int |
GetFloat(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
DataSet.ByReferenceDouble value)
Documentation for: GetFloat Get an Float from a dataset given the variable name, units and a set of indices. |
int |
GetIDataSet(int PID,
java.lang.String moduleId,
java.lang.String inputModuleId,
int index,
DataSet.ByReferenceString inputDataset)
Documentation for: GetIDataSet Get the input dataset name at _idx returned via _set. |
int |
GetIDicDataSet(int PID,
java.lang.String moduleId,
java.lang.String dictionary,
int index,
DataSet.ByReferenceString inputDataset)
Documentation for: GetIDicDataSet Get the input dataset name at _idx returned via _set. |
int |
GetIDicList(int PID,
java.lang.String moduleId,
java.lang.String fromId,
java.lang.String delimiter,
DataSet.ByReferenceString list)
Documentation for: GetIDicList List of input module dictionaries. |
int |
GetIDictionary(int PID,
java.lang.String moduleId,
java.lang.String inputModuleId,
int index,
DataSet.ByReferenceString inputDictionary)
Documentation for: GetIDictionary Get an input dictionary name at _idx returned via _dic. |
int |
GetIModId(int PID,
java.lang.String moduleId,
int index,
DataSet.ByReferenceString inputModuleId)
Documentation for: GetIModId Get an input modules ID at _idx returned via _modId, _idx from 1 to _NumIMod. |
int |
GetIModList(int PID,
java.lang.String moduleId,
java.lang.String delimiter,
DataSet.ByReferenceString list)
Documentation for: GetIModList List of input module names. |
int |
GetInteger(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
DataSet.ByReferenceInteger value)
Documentation for: GetInteger Get an Integer from a dataset given the variable name, units and a set of indices. |
int |
GetISetList(int PID,
java.lang.String moduleId,
java.lang.String fromId,
java.lang.String delimiter,
DataSet.ByReferenceString list)
Documentation for: GetISetList List of input module dataset names. |
int |
GetLogical(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
DataSet.ByReferenceInteger value)
Documentation for: GetLogical Get an Boolean(Logical) from a dataset given the variable name, units and a set of indices. |
int |
GetODataSet(int PID,
java.lang.String moduleId,
java.lang.String outputModuleId,
int index,
DataSet.ByReferenceString outputDataset)
Documentation for: GetODataSet Get the output dataset name at _idx returned via _set. |
int |
GetODicDataSet(int PID,
java.lang.String moduleId,
java.lang.String dictionary,
int index,
DataSet.ByReferenceString outputDataset)
Documentation for: GetODicDataSet Get the output dataset name at _idx returned via _set. |
int |
GetODicList(int PID,
java.lang.String moduleId,
java.lang.String toId,
java.lang.String delimiter,
DataSet.ByReferenceString list)
Documentation for: GetODicList List of output module dictionaries. |
int |
GetODictionary(int PID,
java.lang.String moduleId,
java.lang.String outputModuleId,
int index,
DataSet.ByReferenceString outputDictionary)
Documentation for: GetODictionary Get an output dictionary name at _idx returned via _dic. |
int |
GetOModId(int PID,
java.lang.String moduleId,
int index,
DataSet.ByReferenceString outputModuleId)
Documentation for: GetOModId Get an output modules ID at _idx returned via _modId, _idx from 1 to _NumOMod. |
int |
GetOModList(int PID,
java.lang.String moduleId,
java.lang.String delimiter,
DataSet.ByReferenceString list)
Documentation for: GetOModList List of output module names. |
int |
GetOSetList(int PID,
java.lang.String moduleId,
java.lang.String toId,
java.lang.String delimiter,
DataSet.ByReferenceString list)
Documentation for: GetOSetList List of output module dataset names. |
int |
GetString(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
DataSet.ByReferenceString value)
Documentation for: GetString Get an String(Character(*)) from a dataset given the variable name, units and a set of indices. |
int |
GetVarDescription(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceString description)
Documentation for: GetVarDescription Get the variable description. |
int |
GetVarDimension(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceInteger dimension)
Documentation for: GetVarDimension Get the variables scalar flag. |
int |
GetVarDimSize(int PID,
java.lang.String dataset,
java.lang.String variable,
int[] indices,
DataSet.ByReferenceInteger count)
Documentation for: GetVarDimSize Gets the size of the specified dimensions. |
int |
GetVarMax(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceDouble max)
Documentation for: GetVarMax Get the max value for ints and doubles, length for strings, empty for logicals. |
int |
GetVarMeasure(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceString measure)
Documentation for: GetVarMeasure Get the variable measurement type. |
int |
GetVarMin(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceDouble min)
Documentation for: GetVarMin Get the min value for ints and doubles, length for strings, empty for logicals. |
int |
GetVarPreposition(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceString preposition)
Documentation for: GetVarPreposition Get the variables preposition. |
int |
GetVarPrimaryKey(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceInteger flag)
Documentation for: GetVarPrimaryKey Get the variables primarykey flag. |
int |
GetVarScalar(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceInteger flag)
Documentation for: GetVarScalar Get the variables scalar flag. |
int |
GetVarStochastic(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceInteger flag)
Documentation for: GetVarStochastic Get the variables stochastic flag. |
int |
GetVarType(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceString vtype)
Documentation for: GetVarType Get the varible data type. |
int |
GetVarUnit(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceString unit)
Documentation for: GetVarUnit Get the variable unit of measure. |
int |
IOOk(int PID)
Documentation for: IOOk This function checks to see if the status of the Input/Output system. |
int |
NumIDicDataSet(int PID,
java.lang.String moduleId,
java.lang.String dictionary,
DataSet.ByReferenceInteger count)
Documentation for: NumIDicDataSet Get the number of datasets related to this input dictionary. |
int |
NumIMod(int PID,
java.lang.String moduleId,
DataSet.ByReferenceInteger count)
Documentation for: NumIMod Get the number of modules this module is consuming |
int |
NumIModSet(int PID,
java.lang.String moduleId,
java.lang.String inputModuleId,
DataSet.ByReferenceInteger count)
Documentation for: NumIModSet Get the number of input datasets from _modId. |
int |
NumODicDataSet(int PID,
java.lang.String moduleId,
java.lang.String dictionary,
DataSet.ByReferenceInteger count)
Documentation for: NumODicDataSet Get the number of datasets related to this output dictionary. |
int |
NumOMod(int PID,
java.lang.String moduleId,
DataSet.ByReferenceInteger count)
Documentation for: NumOMod Get the number of modules this module is producing to |
int |
NumOModSet(int PID,
java.lang.String moduleId,
java.lang.String outputModuleId,
DataSet.ByReferenceInteger count)
Documentation for: NumOModSet Get the number of output datasets from _modId. |
int |
OpenIO(java.lang.String path,
java.lang.String simulation,
java.lang.String moduleId)
Documentation for: OpenIO OpenIO returns the modules Process IDentification (PID). |
int |
PutFloat(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
double value)
Documentation for: PutFloat Put an Floating Point (Real) in a dataset given the variable name, units and a set of indices. |
int |
PutInteger(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
int value)
Documentation for: PutInteger Put an Integer in a dataset given the variable name, units and a set of indices. |
int |
PutLogical(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
int value)
Documentation for: PutLogical Put an Boolean(Logical) in a dataset given the variable name, units and a set of indices. |
int |
PutString(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
java.lang.String value)
Documentation for: PutString Put an String(Character(*)) in a dataset given the variable name, units and a set of indices. |
int |
ReadInt(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit)
Documentation for: ReadInt Read an Integer in a dataset given the variable name, units. |
int |
ReadInt1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1)
Documentation for: ReadInt1 Read an Integer in a dataset given the variable name, units. |
int |
ReadInt2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2)
Documentation for: ReadInt2 Read an Integer in a dataset given the variable name, units. |
int |
ReadInt3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3)
Documentation for: ReadInt3 Read an Integer in a dataset given the variable name, units. |
int |
ReadInt4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4)
Documentation for: ReadInt4 Read an Integer in a dataset given the variable name, units. |
int |
ReadInt5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5)
Documentation for: ReadInt5 Read an Integer in a dataset given the variable name, units. |
int |
ReadInt6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6)
Documentation for: ReadInt6 Read an Integer in a dataset given the variable name, units. |
int |
ReadLog(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit)
Documentation for: ReadLog Read an Logical in a dataset given the variable name, units. |
int |
ReadLog1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1)
Documentation for: ReadLog1 Read an Logical in a dataset given the variable name, units. |
int |
ReadLog2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2)
Documentation for: ReadLog2 Read an Logical in a dataset given the variable name, units. |
int |
ReadLog3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3)
Documentation for: ReadLog3 Read an Logical in a dataset given the variable name, units. |
int |
ReadLog4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4)
Documentation for: ReadLog4 Read an Logical in a dataset given the variable name, units. |
int |
ReadLog5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5)
Documentation for: ReadLog5 Read an Logical in a dataset given the variable name, units. |
int |
ReadLog6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6)
Documentation for: ReadLog6 Read an Logical in a dataset given the variable name, units. |
double |
ReadReal(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit)
Documentation for: ReadReal Read a real(float) in a dataset given the variable name, units. |
double |
ReadReal1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1)
Documentation for: ReadReal1 Read a real(float) in a dataset given the variable name, units. |
double |
ReadReal2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2)
Documentation for: ReadReal2 Read a real(float) in a dataset given the variable name, units. |
double |
ReadReal3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3)
Documentation for: ReadReal3 Read a real(float) in a dataset given the variable name, units. |
double |
ReadReal4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4)
Documentation for: ReadReal4 Read a real(float) in a dataset given the variable name, units. |
double |
ReadReal5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5)
Documentation for: ReadReal5 Read a real(float) in a dataset given the variable name, units. |
double |
ReadReal6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6)
Documentation for: ReadReal6 Read a real(float) in a dataset given the variable name, units. |
void |
ReadString(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
DataSet.ByReferenceString value)
Documentation for: ReadString The space for strings (char *) is expected to be managed by the calling program. |
void |
ReadString1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
DataSet.ByReferenceString value)
Documentation for: ReadString1 Read a string in a dataset given the variable name, units. |
void |
ReadString2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
DataSet.ByReferenceString value)
Documentation for: ReadString2 Read a string in a dataset given the variable name, units. |
void |
ReadString3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
DataSet.ByReferenceString value)
Documentation for: ReadString3 Read a string in a dataset given the variable name, units. |
void |
ReadString4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
DataSet.ByReferenceString value)
Documentation for: ReadString4 Read a string in a dataset given the variable name, units. |
void |
ReadString5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
DataSet.ByReferenceString value)
Documentation for: ReadString5 Read a string in a dataset given the variable name, units. |
void |
ReadString6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6,
DataSet.ByReferenceString value)
Documentation for: ReadString6 Read a string in a dataset given the variable name, units. |
int |
VarLookUp(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String value,
DataSet.ByReferenceInteger indices)
Documentation for: VarLookUp Lookup an index into the array. |
void |
WriteInt(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int value)
Documentation for: WriteInt Write an Integer in a dataset given the variable name, units. |
void |
WriteInt1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int value)
Documentation for: WriteInt1 Write an Integer in a dataset given the variable name, units. |
void |
WriteInt2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int value)
Documentation for: WriteInt2 Write an Integer in a dataset given the variable name, units. |
void |
WriteInt3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int value)
Documentation for: WriteInt3 Write an Integer in a dataset given the variable name, units. |
void |
WriteInt4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int value)
Documentation for: WriteInt4 Write an Integer in a dataset given the variable name, units. |
void |
WriteInt5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int value)
Documentation for: WriteInt5 Write an Integer in a dataset given the variable name, units. |
void |
WriteInt6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6,
int value)
Documentation for: WriteInt6 Write an Integer in a dataset given the variable name, units. |
void |
WriteLog(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int value)
Documentation for: WriteLog Write an Logical in a dataset given the variable name, units. |
void |
WriteLog1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int value)
Documentation for: WriteLog1 Write an Logical in a dataset given the variable name, units. |
void |
WriteLog2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int value)
Documentation for: WriteLog2 Write an Logical in a dataset given the variable name, units. |
void |
WriteLog3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int value)
Documentation for: WriteLog3 Write an Logical in a dataset given the variable name, units. |
void |
WriteLog4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int value)
Documentation for: WriteLog4 Write an Logical in a dataset given the variable name, units. |
void |
WriteLog5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int value)
Documentation for: WriteLog5 Write an Logical in a dataset given the variable name, units. |
void |
WriteLog6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6,
int value)
Documentation for: WriteLog6 Write an Logical in a dataset given the variable name, units. |
void |
WriteReal(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
double value)
Documentation for: WriteReal Write a real(float) to a dataset given the variable name, units. |
void |
WriteReal1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
double value)
Documentation for: WriteReal1 Write a real(float) to a dataset given the variable name, units. |
void |
WriteReal2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
double value)
Documentation for: WriteReal2 Write a real(float) to a dataset given the variable name, units. |
void |
WriteReal3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
double value)
Documentation for: WriteReal3 Write a real(float) to a dataset given the variable name, units. |
void |
WriteReal4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
double value)
Documentation for: WriteReal4 Write a real(float) to a dataset given the variable name, units. |
void |
WriteReal5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
double value)
Documentation for: WriteReal5 Write a real(float) to a dataset given the variable name, units. |
void |
WriteReal6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6,
double value)
Documentation for: WriteReal6 Write a real(float) to a dataset given the variable name, units. |
void |
WriteString(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
java.lang.String value)
Documentation for: WriteString Write a string to a dataset given the variable name, units. |
void |
WriteString1(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
java.lang.String value)
Documentation for: WriteString1 Write a string to a dataset given the variable name, units. |
void |
WriteString2(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
java.lang.String value)
Documentation for: WriteString2 Write a string to a dataset given the variable name, units. |
void |
WriteString3(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
java.lang.String value)
Documentation for: WriteString3 Write a string to a dataset given the variable name, units. |
void |
WriteString4(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
java.lang.String value)
Documentation for: WriteString4 Write a string to a dataset given the variable name, units. |
void |
WriteString5(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
java.lang.String value)
Documentation for: WriteString5 Write a string to a dataset given the variable name, units. |
void |
WriteString6(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int index1,
int index2,
int index3,
int index4,
int index5,
int index6,
java.lang.String value)
Documentation for: WriteString6 Write a string to a dataset given the variable name, units. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSet()
Method Detail |
---|
public int IOOk(int PID)
PID
- The ProcessID from OpenIO or OpenINIpublic int OpenIO(java.lang.String path, java.lang.String simulation, java.lang.String moduleId)
path
- A simulation pathsimulation
- A simulation namemoduleId
- A valid module idpublic void CloseIO(int PID, int cancel)
PID
- The ProcessID from OpenIO or OpenINIcancel
- Cancel update to datasetspublic int NumIMod(int PID, java.lang.String moduleId, DataSet.ByReferenceInteger count)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idcount
- The number of input modulespublic int NumOMod(int PID, java.lang.String moduleId, DataSet.ByReferenceInteger count)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idcount
- The number of output modulespublic int NumIModSet(int PID, java.lang.String moduleId, java.lang.String inputModuleId, DataSet.ByReferenceInteger count)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idinputModuleId
- The input module Idcount
- The number of input datasetpublic int NumOModSet(int PID, java.lang.String moduleId, java.lang.String outputModuleId, DataSet.ByReferenceInteger count)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idoutputModuleId
- The output module Idcount
- The number of output datasetpublic int NumIDicDataSet(int PID, java.lang.String moduleId, java.lang.String dictionary, DataSet.ByReferenceInteger count)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module iddictionary
- The input dictionarycount
- The number of input datasetspublic int NumODicDataSet(int PID, java.lang.String moduleId, java.lang.String dictionary, DataSet.ByReferenceInteger count)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module iddictionary
- The output dictionarycount
- The number of output datasetspublic int GetIDicDataSet(int PID, java.lang.String moduleId, java.lang.String dictionary, int index, DataSet.ByReferenceString inputDataset)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module iddictionary
- The input module Idindex
- The index of the input module datasetinputDataset
- The name of the input datasetpublic int GetODicDataSet(int PID, java.lang.String moduleId, java.lang.String dictionary, int index, DataSet.ByReferenceString outputDataset)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module iddictionary
- The output module Idindex
- The index of the output module datasetoutputDataset
- The name of the output datasetpublic int GetIModId(int PID, java.lang.String moduleId, int index, DataSet.ByReferenceString inputModuleId)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idindex
- The index of the input moduleinputModuleId
- The input module Idpublic int GetOModId(int PID, java.lang.String moduleId, int index, DataSet.ByReferenceString outputModuleId)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idindex
- The index of the output moduleoutputModuleId
- The output module Idpublic int GetIDictionary(int PID, java.lang.String moduleId, java.lang.String inputModuleId, int index, DataSet.ByReferenceString inputDictionary)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idinputModuleId
- The input module Idindex
- The index of the input module datasetinputDictionary
- The name of the input dictionarypublic int GetODictionary(int PID, java.lang.String moduleId, java.lang.String outputModuleId, int index, DataSet.ByReferenceString outputDictionary)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idoutputModuleId
- The output module Idindex
- The index of the output module datasetoutputDictionary
- The name of the output dictionarypublic int GetDicId(int PID, java.lang.String dataset, DataSet.ByReferenceString dictionary)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetdictionary
- The associated dictionary namepublic int GetIDataSet(int PID, java.lang.String moduleId, java.lang.String inputModuleId, int index, DataSet.ByReferenceString inputDataset)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idinputModuleId
- The input module Idindex
- The index of the input module datasetinputDataset
- The name of the input datasetpublic int GetODataSet(int PID, java.lang.String moduleId, java.lang.String outputModuleId, int index, DataSet.ByReferenceString outputDataset)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idoutputModuleId
- The output module Idindex
- The index of the output module datasetoutputDataset
- The name of the output datasetpublic int GetIModList(int PID, java.lang.String moduleId, java.lang.String delimiter, DataSet.ByReferenceString list)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module iddelimiter
- The delimiter to be used between names of modules. Such as (",",";" etc)list
- A single string containing all the modules in a delimited list.public int GetOModList(int PID, java.lang.String moduleId, java.lang.String delimiter, DataSet.ByReferenceString list)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module iddelimiter
- The delimiter to be used between values. Such as (",",";" etc)list
- A single string containing all the modules in a delimited list.public int GetIDicList(int PID, java.lang.String moduleId, java.lang.String fromId, java.lang.String delimiter, DataSet.ByReferenceString list)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idfromId
- A valid module iddelimiter
- The delimiter to be used between values. Such as (",",";" etc)list
- A single string containing all the dictionaries in a delimited list.public int GetODicList(int PID, java.lang.String moduleId, java.lang.String toId, java.lang.String delimiter, DataSet.ByReferenceString list)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idtoId
- A valid module iddelimiter
- The delimiter to be used between values. Such as (",",";" etc)list
- A single string containing all the dictionaries in a delimited list.public int GetISetList(int PID, java.lang.String moduleId, java.lang.String fromId, java.lang.String delimiter, DataSet.ByReferenceString list)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idfromId
- A valid module iddelimiter
- The delimiter to be used between values. Such as (",",";" etc)list
- A single string containing all the datasets in a delimited list.public int GetOSetList(int PID, java.lang.String moduleId, java.lang.String toId, java.lang.String delimiter, DataSet.ByReferenceString list)
PID
- The ProcessID from OpenIO or OpenINImoduleId
- A valid module idtoId
- A valid module iddelimiter
- The delimiter to be used between values. Such as (",",";" etc)list
- A single string containing all the datasets in a delimited list.public int GetVarDescription(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceString description)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionarydescription
- The variable's descriptionpublic int GetVarType(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceString vtype)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionaryvtype
- The variable's typepublic int GetVarScalar(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceInteger flag)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionaryflag
- The variable's scalar flagpublic int GetVarMin(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceDouble min)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionarymin
- The variable's minimum value or lengthpublic int GetVarMax(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceDouble max)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionarymax
- The variable's maximum value or lengthpublic int GetVarMeasure(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceString measure)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionarymeasure
- The variable's measurepublic int GetVarUnit(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceString unit)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionaryunit
- The variable's units of measurepublic int GetVarStochastic(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceInteger flag)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionaryflag
- The variable's stochastic flagpublic int GetVarPreposition(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceString preposition)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionarypreposition
- The variable's prepositionpublic int GetVarPrimaryKey(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceInteger flag)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionaryflag
- The variable's primary key flagpublic int GetVarDimension(int PID, java.lang.String dictionary, java.lang.String variable, DataSet.ByReferenceInteger dimension)
PID
- The ProcessID from OpenIO or OpenINIdictionary
- A valid dictionary namevariable
- A variable from the dictionarydimension
- The variable's dimensionpublic int GetVarDimSize(int PID, java.lang.String dataset, java.lang.String variable, int[] indices, DataSet.ByReferenceInteger count)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableindices
- The set of indexs from which to get the sizecount
- The number of elements at the specified indexspublic int VarLookUp(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String value, DataSet.ByReferenceInteger indices)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variablevalue
- The string to find in the vector at the specified indexsindices
- The index within the vector of the element.public int ClearVariable(int PID, java.lang.String dataset, java.lang.String variable, int[] indices)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableindices
- The index within the vector of the element.public int GetInteger(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, DataSet.ByReferenceInteger value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The integer that was retrievedpublic int GetFloat(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, DataSet.ByReferenceDouble value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The float(real) that was retrievedpublic int GetLogical(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, DataSet.ByReferenceInteger value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The boolean(logical) that was retrievedpublic int GetString(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The string that was retrievedpublic int PutInteger(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The integer to be storedpublic int PutFloat(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The float(real) to be storedpublic int PutLogical(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The boolean(logical) to be storedpublic int PutString(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int[] indices, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindices
- An array of integers that contains the indexsvalue
- The string to be storedpublic int ReadInt(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurepublic int ReadInt1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexpublic int ReadInt2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexpublic int ReadInt3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexpublic int ReadInt4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexpublic int ReadInt5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexpublic int ReadInt6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexpublic double ReadReal(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurepublic double ReadReal1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexpublic double ReadReal2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexpublic double ReadReal3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexpublic double ReadReal4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexpublic double ReadReal5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexpublic double ReadReal6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexpublic int ReadLog(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurepublic int ReadLog1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexpublic int ReadLog2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexpublic int ReadLog3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexpublic int ReadLog4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexpublic int ReadLog5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexpublic int ReadLog6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexpublic void ReadString(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurevalue
- The value to that was retrievedpublic void ReadString1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexvalue
- The value to that was retrievedpublic void ReadString2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexvalue
- The value to that was retrievedpublic void ReadString3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexvalue
- The value to that was retrievedpublic void ReadString4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexvalue
- The value to that was retrievedpublic void ReadString5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexvalue
- The value to that was retrievedpublic void ReadString6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6, DataSet.ByReferenceString value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexvalue
- The value to that was retrievedpublic void WriteInt(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurevalue
- The value to be storedpublic void WriteInt1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexvalue
- The value to be storedpublic void WriteInt2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexvalue
- The value to be storedpublic void WriteInt3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexvalue
- The value to be storedpublic void WriteInt4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexvalue
- The value to be storedpublic void WriteInt5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexvalue
- The value to be storedpublic void WriteInt6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexvalue
- The value to be storedpublic void WriteReal(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurevalue
- The value to be storedpublic void WriteReal1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexvalue
- The value to be storedpublic void WriteReal2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexvalue
- The value to be storedpublic void WriteReal3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexvalue
- The value to be storedpublic void WriteReal4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexvalue
- The value to be storedpublic void WriteReal5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexvalue
- The value to be storedpublic void WriteReal6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6, double value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexvalue
- The value to be storedpublic void WriteLog(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurevalue
- The value to be storedpublic void WriteLog1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexvalue
- The value to be storedpublic void WriteLog2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexvalue
- The value to be storedpublic void WriteLog3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexvalue
- The value to be storedpublic void WriteLog4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexvalue
- The value to be storedpublic void WriteLog5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexvalue
- The value to be storedpublic void WriteLog6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6, int value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexvalue
- The value to be storedpublic void WriteString(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measurevalue
- The value to be storedpublic void WriteString1(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexvalue
- The value to be storedpublic void WriteString2(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexvalue
- The value to be storedpublic void WriteString3(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexvalue
- The value to be storedpublic void WriteString4(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexvalue
- The value to be storedpublic void WriteString5(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexvalue
- The value to be storedpublic void WriteString6(int PID, java.lang.String dataset, java.lang.String variable, java.lang.String unit, int index1, int index2, int index3, int index4, int index5, int index6, java.lang.String value)
PID
- The ProcessID from OpenIO or OpenINIdataset
- The name of a datasetvariable
- The name of a variableunit
- A unit within the same measureindex1
- An indexindex2
- An indexindex3
- An indexindex4
- An indexindex5
- An indexindex6
- An indexvalue
- The value to be stored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |