|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.games.measurement.AgentMeasure
public abstract class AgentMeasure
Constructor Summary | |
---|---|
AgentMeasure()
|
|
AgentMeasure(AgentMeasure other)
|
Method Summary | |
---|---|
abstract void |
clearData()
Clear all measured data. |
abstract AgentMeasure |
getClone()
Create a cloned copy of the current object and return it. |
abstract Type |
getMeasuredData()
return the measured data |
abstract void |
measure(Game<GameState> game)
Measure game specific information and store it |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentMeasure()
public AgentMeasure(AgentMeasure other)
Method Detail |
---|
public abstract void measure(Game<GameState> game)
game
- the game to measure information frompublic abstract Type getMeasuredData()
public abstract void clearData()
public abstract AgentMeasure getClone()
getClone
in interface Cloneable
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |