public class avtSimulationInformation extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
RUNMODE_RUNNING |
static int |
RUNMODE_STOPPED |
static int |
RUNMODE_UNKNOWN |
Constructor and Description |
---|
avtSimulationInformation() |
avtSimulationInformation(avtSimulationInformation obj) |
avtSimulationInformation(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
void |
AddCustomCommands(avtSimulationCommandSpecification obj) |
void |
AddGenericCommands(avtSimulationCommandSpecification obj) |
void |
ClearCustomCommands() |
void |
ClearGenericCommands() |
boolean |
equals(avtSimulationInformation obj) |
java.util.Vector |
GetCustomCommands() |
avtSimulationCommandSpecification |
GetCustomCommands(int i) |
java.util.Vector |
GetGenericCommands() |
avtSimulationCommandSpecification |
GetGenericCommands(int i) |
java.lang.String |
GetHost() |
java.lang.String |
GetMessage() |
int |
GetMode() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumCustomCommands() |
int |
GetNumGenericCommands() |
java.util.Vector |
GetOtherNames() |
java.util.Vector |
GetOtherValues() |
int |
GetPort() |
java.lang.String |
GetSecurityKey() |
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 |
RemoveCustomCommands(int index) |
void |
RemoveGenericCommands(int index) |
void |
SetHost(java.lang.String host_) |
void |
SetMessage(java.lang.String message_) |
void |
SetMode(int mode_) |
void |
SetOtherNames(java.util.Vector otherNames_) |
void |
SetOtherValues(java.util.Vector otherValues_) |
void |
SetPort(int port_) |
void |
SetSecurityKey(java.lang.String securityKey_) |
java.lang.String |
toString(java.lang.String indent) |
void |
WriteAtts(CommunicationBuffer buf)
Writes the selected fields of the object to the buffer.
|
Attach, boolArrayToString, boolToString, boolVectorToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
public static final int RUNMODE_UNKNOWN
public static final int RUNMODE_RUNNING
public static final int RUNMODE_STOPPED
public avtSimulationInformation()
public avtSimulationInformation(int nMoreFields)
public avtSimulationInformation(avtSimulationInformation obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(avtSimulationInformation obj)
public void SetHost(java.lang.String host_)
public void SetPort(int port_)
public void SetSecurityKey(java.lang.String securityKey_)
public void SetOtherNames(java.util.Vector otherNames_)
public void SetOtherValues(java.util.Vector otherValues_)
public void SetMode(int mode_)
public void SetMessage(java.lang.String message_)
public java.lang.String GetHost()
public int GetPort()
public java.lang.String GetSecurityKey()
public java.util.Vector GetOtherNames()
public java.util.Vector GetOtherValues()
public java.util.Vector GetGenericCommands()
public int GetMode()
public java.util.Vector GetCustomCommands()
public java.lang.String GetMessage()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject
public void AddGenericCommands(avtSimulationCommandSpecification obj)
public void ClearGenericCommands()
public void RemoveGenericCommands(int index)
public int GetNumGenericCommands()
public avtSimulationCommandSpecification GetGenericCommands(int i)
public void AddCustomCommands(avtSimulationCommandSpecification obj)
public void ClearCustomCommands()
public void RemoveCustomCommands(int index)
public int GetNumCustomCommands()
public avtSimulationCommandSpecification GetCustomCommands(int i)