Class ObservableMOAObject
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.classifiers.rules.multilabel.core.ObservableMOAObject
-
- All Implemented Interfaces:
Serializable
,MOAObject
- Direct Known Subclasses:
MultiLabelRule
public abstract class ObservableMOAObject extends AbstractMOAObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObservableMOAObject()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
addObserver(ObserverMOAObject o)
void
notify(ObserverMOAObject o, FeatureRankingMessage message)
void
notifyAll(FeatureRankingMessage message)
-
Methods inherited from class moa.AbstractMOAObject
copy, copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.MOAObject
getDescription
-
-
-
-
Method Detail
-
addObserver
public abstract void addObserver(ObserverMOAObject o)
-
notifyAll
public void notifyAll(FeatureRankingMessage message)
-
notify
public void notify(ObserverMOAObject o, FeatureRankingMessage message)
-
-