slicing
Class SlicingObserver

java.lang.Object
  extended by slicing.SlicingObserver
All Implemented Interfaces:
peersim.core.Control

public class SlicingObserver
extends java.lang.Object
implements peersim.core.Control


Field Summary
static java.lang.String PAR_PROT
          The protocol to be observed
static java.lang.String PAR_STOP
          If present, the protocol will stop when perfect ordering has been obtained
 
Constructor Summary
SlicingObserver(java.lang.String prefix)
           
 
Method Summary
 boolean execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAR_PROT

public static final java.lang.String PAR_PROT
The protocol to be observed

See Also:
Constant Field Values

PAR_STOP

public static final java.lang.String PAR_STOP
If present, the protocol will stop when perfect ordering has been obtained

See Also:
Constant Field Values
Constructor Detail

SlicingObserver

public SlicingObserver(java.lang.String prefix)
Method Detail

execute

public boolean execute()
Specified by:
execute in interface peersim.core.Control