Class TreePrinter
- java.lang.Object
-
- org.processmining.specpp.supervision.piping.AbstractObservable<O>
-
- org.processmining.specpp.supervision.piping.AbstractAsyncAwareObservable<StringObservation>
-
- org.processmining.specpp.datastructures.tree.base.impls.TreePrinter
-
- All Implemented Interfaces:
AdHocObservable<StringObservation>,AsyncAdHocObservable<StringObservation>,AsyncAwareObservable<StringObservation>,AsyncObservable<StringObservation>,Observable<StringObservation>,Triggerable
public class TreePrinter extends AbstractAsyncAwareObservable<StringObservation> implements AsyncAdHocObservable<StringObservation>
-
-
Constructor Summary
Constructors Constructor Description TreePrinter(BiDiTree<? extends AnnotatableBiDiNode<?,?>> tree, int fromLevel, int toLevel, long nodeLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringObservationcomputeObservation()-
Methods inherited from class org.processmining.specpp.supervision.piping.AbstractAsyncAwareObservable
addObserver, getAsyncObservers, getNonAsyncObservers
-
Methods inherited from class org.processmining.specpp.supervision.piping.AbstractObservable
clearObservers, getObservers, publish, removeObserver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.supervision.piping.AsyncAdHocObservable
computeObservationAsync, trigger
-
Methods inherited from interface org.processmining.specpp.supervision.piping.AsyncAwareObservable
getAsyncObservers, getNonAsyncObservers, publishFutureToAsyncObservers, publishFutureToNonAsyncObservers
-
Methods inherited from interface org.processmining.specpp.supervision.piping.AsyncObservable
publishAsync
-
Methods inherited from interface org.processmining.specpp.supervision.piping.Observable
addObserver, beObservedBy, clearObservers, getObservers, publish, removeObserver
-
-
-
-
Constructor Detail
-
TreePrinter
public TreePrinter(BiDiTree<? extends AnnotatableBiDiNode<?,?>> tree, int fromLevel, int toLevel, long nodeLimit)
-
-
Method Detail
-
computeObservation
public StringObservation computeObservation()
- Specified by:
computeObservationin interfaceAdHocObservable<StringObservation>
-
-