Property | Type | Description | |
---|---|---|---|
program | AgentProgram |
Method | Description | |
---|---|---|
AbstractAgent ( ) : System.Collections.Generic | ||
AbstractAgent ( AgentProgram aProgram ) : System.Collections.Generic | ||
execute ( Percept p ) : Action | ||
isAlive ( ) : bool | ||
setAlive ( bool alive ) : void |
public AbstractAgent ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public AbstractAgent ( AgentProgram aProgram ) : System.Collections.Generic | ||
aProgram | AgentProgram | |
return | System.Collections.Generic |