weka.core
Interface Copyable

All Known Implementing Classes:
Attribute, FastVector, Instance, Rule

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.5 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)

Method Summary
 java.lang.Object copy()
          This method produces a shallow copy of an object.
 

Method Detail

copy

public java.lang.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.



Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London