net.sourceforge.cilib.games.result
Class AbstractGameResult

java.lang.Object
  extended by 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

Constructor Summary
AbstractGameResult()
           
 
Method Summary
abstract  AbstractGameResult getClone()
          Create a cloned copy of the current object and return it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGameResult

public AbstractGameResult()
Method Detail

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.