net.sourceforge.cilib.games.result
Class AbstractGameResult
java.lang.Object
net.sourceforge.cilib.games.result.AbstractGameResult
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- DrawResult, ScoreGameResult, WinGameResult
public abstract class AbstractGameResult
- extends Object
- implements Cloneable
- Author:
- leo
This class represents the result of a game after it has beenplayed
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGameResult
public AbstractGameResult()
getClone
public abstract AbstractGameResult getClone()
- Create a cloned copy of the current object and return it. In general
the created copy will be a deep copy of the provided instance. As
a result this operation an be quite expensive if used incorrectly.
- Specified by:
getClone
in interface Cloneable
- Returns:
- An exact clone of the current object instance.
- See Also:
Object.clone()
Copyright © 2009 CIRG. All Rights Reserved.