All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.core.Copyable

public interface Copyable
Interface implemented by classes that can produce "shallow" copies of their objects. (As opposed to clone(), which is supposed to produce a "deep" copy.)

Version:
$Revision: 1.2 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)

Method Index

 o copy()
This method produces a shallow copy of an object.

Methods

 o copy
 public abstract Object copy()
This method produces a shallow copy of an object. It does the same as the clone() method in Object, which also produces a shallow copy.


All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home