net.sourceforge.cilib.games.result
Class DrawResult

java.lang.Object
  extended by net.sourceforge.cilib.games.result.AbstractGameResult
      extended by net.sourceforge.cilib.games.result.DrawResult
All Implemented Interfaces:
Serializable, Cloneable

public class DrawResult
extends AbstractGameResult

Author:
leo the game resulted in a draw
See Also:
Serialized Form

Constructor Summary
DrawResult()
           
 
Method Summary
 DrawResult 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

DrawResult

public DrawResult()
Method Detail

getClone

public DrawResult 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
Specified by:
getClone in class AbstractGameResult
Returns:
An exact clone of the current object instance.
See Also:
Object.clone()


Copyright © 2009 CIRG. All Rights Reserved.