|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 AgentMeasurepublic AgentMeasure getClone()
getClone in interface CloneablegetClone in class AgentMeasureObject.clone()public Type getMeasuredData()
getMeasuredData in class AgentMeasurepublic void measure(Game<GameState> game)
measure in class AgentMeasuregame - the game to measure information from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||