EVolve.util.phasedetectors
Class PhaseOperation

java.lang.Object
  |
  +--EVolve.util.phasedetectors.PhaseOperation

public class PhaseOperation
extends java.lang.Object


Constructor Summary
PhaseOperation()
           
 
Method Summary
 void add()
           
 boolean clipboardIsEmpty()
           
 void copyPhase()
           
 void pastePhase()
           
 void remove()
           
 void triggerPhases(int noiseTolerance)
           
 void undo()
           
 boolean undoable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseOperation

public PhaseOperation()
Method Detail

add

public void add()

remove

public void remove()

copyPhase

public void copyPhase()

pastePhase

public void pastePhase()

clipboardIsEmpty

public boolean clipboardIsEmpty()

triggerPhases

public void triggerPhases(int noiseTolerance)

undo

public void undo()

undoable

public boolean undoable()