|
||||||||||
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 net.sourceforge.cilib.games.game.tetris.AveTetrisFeaturesMeasure
public class AveTetrisFeaturesMeasure
Constructor Summary | |
---|---|
AveTetrisFeaturesMeasure()
|
|
AveTetrisFeaturesMeasure(AveTetrisFeaturesMeasure other)
Copy constructor |
Method Summary | |
---|---|
void |
clearData()
Clear all measured data. |
AgentMeasure |
getClone()
Create a cloned copy of the current object and return it. |
Type |
getMeasuredData()
return the measured data |
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 AveTetrisFeaturesMeasure()
public AveTetrisFeaturesMeasure(AveTetrisFeaturesMeasure other)
other
- Method Detail |
---|
public void clearData()
clearData
in class AgentMeasure
public AgentMeasure getClone()
getClone
in interface Cloneable
getClone
in class AgentMeasure
Object.clone()
public Type getMeasuredData()
getMeasuredData
in class AgentMeasure
public void measure(Game<GameState> game)
measure
in class AgentMeasure
game
- the game to measure information from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |