Class MovementCapa
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.movement.MovementCapa
 
- 
- All Implemented Interfaces:
- IEnvAccess
 
 public class MovementCapa extends java.lang.Object implements IEnvAccess 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classMovementCapa.MoveThe move goal.
 - 
Field SummaryFields Modifier and Type Field Description protected ICapabilitycapaprotected ContinuousSpace2DenvThe environment.protected IVector2homeposThe home position (=first position).protected ISpaceObjectmyselfThe environment.
 - 
Constructor SummaryConstructors Constructor Description MovementCapa()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ICapabilitygetCapability()Get the capa.ContinuousSpace2DgetEnvironment()Get the env.IVector2getHomePosition()ISpaceObjectgetMyself()Get the myself.IVector2getPosition()
 
- 
- 
- 
Field Detail- 
capaprotected ICapability capa 
 - 
envprotected ContinuousSpace2D env The environment.
 - 
myselfprotected ISpaceObject myself The environment.
 - 
homeposprotected IVector2 homepos The home position (=first position).
 
- 
 - 
Method Detail- 
getPositionpublic IVector2 getPosition() 
 - 
getHomePositionpublic IVector2 getHomePosition() 
 - 
getEnvironmentpublic ContinuousSpace2D getEnvironment() Get the env.- Specified by:
- getEnvironmentin interface- IEnvAccess
- Returns:
- The env.
 
 - 
getMyselfpublic ISpaceObject getMyself() Get the myself.- Specified by:
- getMyselfin interface- IEnvAccess
- Returns:
- The myself.
 
 - 
getCapabilitypublic ICapability getCapability() Get the capa.- Returns:
- The capa.
 
 
- 
 
-