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