Package weka.core

Class ProtectedProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, RevisionHandler

public class ProtectedProperties extends Properties implements RevisionHandler
Simple class that extends the Properties class so that the properties are unable to be modified.
Version:
$Revision: 10203 $
Author:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
See Also: