Package org.processmining.specpp.base
Interface Result
-
- All Superinterfaces:
Evaluable
- All Known Subinterfaces:
AdvancedComposition<C>,Composition<C>,CompositionComponent<C>,IntermediateResult,MutableCappedComposition<C>
- All Known Implementing Classes:
AbstractComposition,ArrayListComposition,BasePlaceComposition,CollectionOfPlaces,ConstrainingPlaceCollection,InstrumentedAdvancedComposition,InstrumentedComposition,LightweightPlaceComposition,ProMPetrinetWrapper,StatefulPlaceComposition
public interface Result extends Evaluable
Marker Interface for result types. E.g. CollectionOfPlaces. Result types are also inherently marked as evaluable. These types are used as the intermediate and final result of composers, as well as post-processors.