Свойство | Тип | Описание | |
---|---|---|---|
program | AgentProgram |
Метод | Описание | |
---|---|---|
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 | ||
Результат | System.Collections.Generic |
public AbstractAgent ( AgentProgram aProgram ) : System.Collections.Generic | ||
aProgram | AgentProgram | |
Результат | System.Collections.Generic |