|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface implements the RELATE SensedEnvironment.
A SensedEnvironment is a complex data structure unique to the simulation and defined by the developer. It must contain appropriate data members to store all aspects of the perceived environment. This interface requires the developer to implement methods to get the SensedEnvironment object, as well as a vector of the sensed agents that is used by the RelationshipManager.
Method Summary | |
java.util.Vector |
getSensedAgents()
Vector containing all sensed agents. |
SensedEnvironment |
getSensedEnvironment()
Returns an Object that contains all required elements of the SensedEnvironment. |
Method Detail |
public SensedEnvironment getSensedEnvironment()
public java.util.Vector getSensedAgents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |