net.sourceforge.cilib.problem.dataset
Class ClusterableDataSet.Pattern

java.lang.Object
  extended by net.sourceforge.cilib.problem.dataset.ClusterableDataSet.Pattern
All Implemented Interfaces:
Serializable, Cloneable
Enclosing interface:
ClusterableDataSet

public static class ClusterableDataSet.Pattern
extends Object
implements Cloneable

TODO: Complete this javadoc.

See Also:
Serialized Form

Field Summary
 Vector data
           
 
Constructor Summary
ClusterableDataSet.Pattern(ClusterableDataSet.Pattern rhs)
           
ClusterableDataSet.Pattern(String c, Vector d)
           
 
Method Summary
 ClusterableDataSet.Pattern getClone()
          Create a cloned copy of the current object and return it.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public Vector data
Constructor Detail

ClusterableDataSet.Pattern

public ClusterableDataSet.Pattern(String c,
                                  Vector d)

ClusterableDataSet.Pattern

public ClusterableDataSet.Pattern(ClusterableDataSet.Pattern rhs)
Method Detail

getClone

public ClusterableDataSet.Pattern getClone()
Description copied from interface: Cloneable
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()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 CIRG. All Rights Reserved.