|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.molae.pipe.comod.DummyMark
public final class DummyMark
Implementation of ModificationMark that never changes its state. Implements singleton design pattern.
Method Summary | |
---|---|
void |
checkForComodification()
Does nothing. |
ModificationMark |
createChild()
Creates a new child of this mark. |
static DummyMark |
getInstance()
Returns the singleton instance of this class. |
void |
markModification()
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DummyMark getInstance()
public ModificationMark createChild()
ModificationMark
createChild
in interface ModificationMark
public void checkForComodification()
checkForComodification
in interface ModificationMark
public void markModification()
markModification
in interface ModificationMark
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |