T - The internal state of the Agent.public class PublishedState<T extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
PublishedState(T state)
Create a PublishedState object containing an Agent's internal state.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getState()
The the Agent's internal state contained in this object.
|
String |
toString() |
public PublishedState(T state)
state - The Agent's internal state.Copyright © 2015 LSST. All rights reserved.