|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.usar2004.agent.module.state.MissionPackageState
public class MissionPackageState
State message representative for Mission package.
| Field Summary | |
|---|---|
protected MissionPackageMessage |
lastMessage
|
| Constructor Summary | |
|---|---|
MissionPackageState()
|
|
| Method Summary | |
|---|---|
List<LinkState> |
GetLinkStateList()
This parameter gives the link number that will be described by the next two parameters (Value and Torque). |
String |
getName()
Name of the mission package |
double |
getTime()
Timestamp form the UT since server start in seconds. |
Boolean |
isReady()
Used to make sure the object is filled. |
void |
updateMessage(MissionPackageMessage message)
Method used for updating the message object that provides particular properties for given type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MissionPackageMessage lastMessage
| Constructor Detail |
|---|
public MissionPackageState()
| Method Detail |
|---|
public void updateMessage(MissionPackageMessage message)
message - Mission package message from server.public double getTime()
public Boolean isReady()
public String getName()
public List<LinkState> GetLinkStateList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||