llnl.visit
Class avtSimulationCommandSpecification

java.lang.Object
  extended by llnl.visit.AttributeSubject
      extended by llnl.visit.avtSimulationCommandSpecification

public class avtSimulationCommandSpecification
extends AttributeSubject


Field Summary
static int COMMANDARGUMENTTYPE_CMDARGFLOAT
           
static int COMMANDARGUMENTTYPE_CMDARGINT
           
static int COMMANDARGUMENTTYPE_CMDARGNONE
           
static int COMMANDARGUMENTTYPE_CMDARGSTRING
           
static int RUNMODE_RUNNING
           
static int RUNMODE_STOPPED
           
static int RUNMODE_UNKNOWN
           
 
Constructor Summary
avtSimulationCommandSpecification()
           
avtSimulationCommandSpecification(avtSimulationCommandSpecification obj)
           
avtSimulationCommandSpecification(int nMoreFields)
           
 
Method Summary
 boolean equals(avtSimulationCommandSpecification obj)
           
 int GetArgumentType()
           
 java.lang.String GetClassName()
          Returns the name of the state object's class.
 boolean GetEnabled()
           
 boolean GetIsOn()
           
 java.lang.String GetName()
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 java.lang.String GetParent()
           
 java.lang.String GetSignal()
           
 java.lang.String GetText()
           
 java.lang.String GetUiType()
           
 java.lang.String GetValue()
           
 int Offset()
          Returns the offset into the selected table where this state object's fields begin.
 void ReadAtts(int index, CommunicationBuffer buf)
          Reads the specified index's data from the buffer into the object.
 void SetArgumentType(int argumentType_)
           
 void SetClassName(java.lang.String className_)
           
 void SetEnabled(boolean enabled_)
           
 void SetIsOn(boolean isOn_)
           
 void SetName(java.lang.String name_)
           
 void SetParent(java.lang.String parent_)
           
 void SetSignal(java.lang.String signal_)
           
 void SetText(java.lang.String text_)
           
 void SetUiType(java.lang.String uiType_)
           
 void SetValue(java.lang.String value_)
           
 java.lang.String toString(java.lang.String indent)
           
 void WriteAtts(CommunicationBuffer buf)
          Writes the selected fields of the object to the buffer.
 
Methods inherited from class llnl.visit.AttributeSubject
Attach, boolToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RUNMODE_UNKNOWN

public static final int RUNMODE_UNKNOWN
See Also:
Constant Field Values

RUNMODE_RUNNING

public static final int RUNMODE_RUNNING
See Also:
Constant Field Values

RUNMODE_STOPPED

public static final int RUNMODE_STOPPED
See Also:
Constant Field Values

COMMANDARGUMENTTYPE_CMDARGNONE

public static final int COMMANDARGUMENTTYPE_CMDARGNONE
See Also:
Constant Field Values

COMMANDARGUMENTTYPE_CMDARGINT

public static final int COMMANDARGUMENTTYPE_CMDARGINT
See Also:
Constant Field Values

COMMANDARGUMENTTYPE_CMDARGFLOAT

public static final int COMMANDARGUMENTTYPE_CMDARGFLOAT
See Also:
Constant Field Values

COMMANDARGUMENTTYPE_CMDARGSTRING

public static final int COMMANDARGUMENTTYPE_CMDARGSTRING
See Also:
Constant Field Values
Constructor Detail

avtSimulationCommandSpecification

public avtSimulationCommandSpecification()

avtSimulationCommandSpecification

public avtSimulationCommandSpecification(int nMoreFields)

avtSimulationCommandSpecification

public avtSimulationCommandSpecification(avtSimulationCommandSpecification obj)
Method Detail

Offset

public int Offset()
Description copied from class: AttributeSubject
Returns the offset into the selected table where this state object's fields begin.

Overrides:
Offset in class AttributeSubject
Returns:
An offset into the selected table.

GetNumAdditionalAttributes

public int GetNumAdditionalAttributes()
Description copied from class: AttributeSubject
Returns the number of attributes added in this level of the state object.

Overrides:
GetNumAdditionalAttributes in class AttributeSubject
Returns:
The number of attributes added in this level of the state object.

equals

public boolean equals(avtSimulationCommandSpecification obj)

SetName

public void SetName(java.lang.String name_)

SetArgumentType

public void SetArgumentType(int argumentType_)

SetClassName

public void SetClassName(java.lang.String className_)

SetEnabled

public void SetEnabled(boolean enabled_)

SetParent

public void SetParent(java.lang.String parent_)

SetIsOn

public void SetIsOn(boolean isOn_)

SetSignal

public void SetSignal(java.lang.String signal_)

SetText

public void SetText(java.lang.String text_)

SetUiType

public void SetUiType(java.lang.String uiType_)

SetValue

public void SetValue(java.lang.String value_)

GetName

public java.lang.String GetName()

GetArgumentType

public int GetArgumentType()

GetClassName

public java.lang.String GetClassName()
Description copied from class: AttributeSubject
Returns the name of the state object's class.

Overrides:
GetClassName in class AttributeSubject
Returns:
The name of the state object's class.

GetEnabled

public boolean GetEnabled()

GetParent

public java.lang.String GetParent()

GetIsOn

public boolean GetIsOn()

GetSignal

public java.lang.String GetSignal()

GetText

public java.lang.String GetText()

GetUiType

public java.lang.String GetUiType()

GetValue

public java.lang.String GetValue()

WriteAtts

public void WriteAtts(CommunicationBuffer buf)
Description copied from class: AttributeSubject
Writes the selected fields of the object to the buffer.

Overrides:
WriteAtts in class AttributeSubject
Parameters:
buf - The communication buffer to which the object will be written.

ReadAtts

public void ReadAtts(int index,
                     CommunicationBuffer buf)
Description copied from class: AttributeSubject
Reads the specified index's data from the buffer into the object.

Specified by:
ReadAtts in class AttributeSubject
buf - The communication buffer to from which the object will be read.

toString

public java.lang.String toString(java.lang.String indent)
Overrides:
toString in class AttributeSubject