Package eu.bandm.tools.d2d2.base
Class Classifier.Instance
java.lang.Object
eu.bandm.tools.d2d2.base.Classifier.Instance
- All Implemented Interfaces:
Cloneable
- Enclosing class:
Classifier
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected Classifier.Instanceclone()Makes shallow copy.format()/voidvoidbooleanisBound()booleanisClass()void
-
Field Details
-
cyclic
protected boolean cyclic
-
-
Method Details
-
clone
Makes shallow copy. Delegates toObject.clone(). -
setIsClass
public void setIsClass() -
isClass
public boolean isClass() -
isBound
public boolean isBound() -
representative
-
hypothesisConfirmed
public void hypothesisConfirmed() -
hypothesisFalsified
public void hypothesisFalsified() -
format
/
-