Class EnvironmentLocalAgent
- java.lang.Object
- 
- jadex.bdiv3.examples.cleanerworld.environment.EnvironmentLocalAgent
 
- 
 public class EnvironmentLocalAgent extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected Environmentenvironment
 - 
Constructor SummaryConstructors Constructor Description EnvironmentLocalAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.EnvironmentgetEnvironment()voidkilled()
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
environmentprotected Environment environment 
 
- 
 - 
Method Detail- 
bodypublic void body() The agent body.
 - 
killedpublic void killed() 
 - 
getEnvironmentpublic Environment getEnvironment() 
 
- 
 
-