|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAfederateState
State of the federate.
| Field Summary | |
static HLAfederateState |
ActiveFederate
Enumerator #0. |
static HLAfederateState |
FederateRestoreInProgress
Enumerator #2. |
static HLAfederateState |
FederateSaveInProgress
Enumerator #1. |
private int |
value
The value of the instance. |
| Constructor Summary | |
|
HLAfederateState()
Default constructor (ActiveFederate). |
|
HLAfederateState(HLAfederateState other)
Copy constructor. |
private |
HLAfederateState(int pValue)
Private constructor. |
| Method Summary | |
static HLAfederateState |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAfederateState from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAfederateState to the specified stream. |
boolean |
equals(java.lang.Object other)
Compares this HLAfederateState for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this HLAfederateState. |
java.lang.String |
toString()
Returns a string representation of this HLAfederateState |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final HLAfederateState ActiveFederate
public static final HLAfederateState FederateSaveInProgress
public static final HLAfederateState FederateRestoreInProgress
private int value
| Constructor Detail |
public HLAfederateState()
public HLAfederateState(HLAfederateState other)
other - the other HLAfederateState to copyprivate HLAfederateState(int pValue)
pValue - the instance value| Method Detail |
public static HLAfederateState decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurspublic boolean equals(java.lang.Object other)
other - the other HLAfederateState
true if the two enumerated types are equal,
false otherwisepublic int hashCode()
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||