Interface FulfilledRequirement<C,R>
-
- All Superinterfaces:
PartiallyOrdered<R>,ProperlyHashable,ProperlyPrintable,Requirement<C,R>
- All Known Implementing Classes:
AbstractFulfilledRequirement,AbstractFulfilledSupervisionRequirement,FulfilledAdHocObservableRequirement,FulfilledDataRequirement,FulfilledEvaluatorRequirement,FulfilledObservableRequirement,FulfilledObservationPipeRequirement,FulfilledObserverRequirement
public interface FulfilledRequirement<C,R> extends Requirement<C,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgetComparable()CgetContent()-
Methods inherited from interface org.processmining.specpp.traits.PartiallyOrdered
equivalent, gt, lt
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
Methods inherited from interface org.processmining.specpp.componenting.system.Requirement
componentType, contentClass
-
-