Interface ToMany<O extends Observation>
-
- All Superinterfaces:
DimensionalityTrait,Observable<Observations<O>>
- All Known Subinterfaces:
ManyToMany<I,O>,OneToMany<I,O>
- All Known Implementing Classes:
AsyncBufferPipe,BufferPipe,CountingAsyncBufferPipe,CountingBufferPipe,FilterPipe,PackingPipe
public interface ToMany<O extends Observation> extends Observable<Observations<O>>, DimensionalityTrait
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.supervision.piping.Observable
addObserver, beObservedBy, clearObservers, getObservers, publish, removeObserver
-
-