Uses of Class
org.processmining.specpp.componenting.system.FulfilledRequirementsCollection
-
-
Uses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.data
Subclasses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.data Modifier and Type Class Description classDataSourceCollectionclassParameterSourceCollection -
Uses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.evaluation
Subclasses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.evaluation Modifier and Type Class Description classEvaluatorCollection -
Uses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.supervision
Subclasses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.supervision Modifier and Type Class Description classGlobalSupervisorCollectionclassSupervisorCollection -
Uses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.system
Methods in org.processmining.specpp.componenting.system that return FulfilledRequirementsCollection Modifier and Type Method Description FulfilledRequirementsCollection<?>ComponentType. createCollection()<R extends Requirement<?,R>>
FulfilledRequirementsCollection<R>ComponentCollection. getProvisions(ComponentType componentType)Methods in org.processmining.specpp.componenting.system that return types with arguments of type FulfilledRequirementsCollection Modifier and Type Method Description java.util.Map<ComponentType,FulfilledRequirementsCollection<?>>ComponentCollection. componentProvisions()java.lang.Class<? extends FulfilledRequirementsCollection<?>>ComponentType. getCollectionClass()Methods in org.processmining.specpp.componenting.system with parameters of type FulfilledRequirementsCollection Modifier and Type Method Description <R extends Requirement<?,R>>
voidComponentCollection. absorb(FulfilledRequirementsCollection<R> frp)<R extends Requirement<?,R>>
voidComponentCollection. fulfilFrom(FulfilledRequirementsCollection<R> other)<R extends Requirement<?,R>>
voidComponentCollection. overridingAbsorb(FulfilledRequirementsCollection<R> frp) -
Uses of FulfilledRequirementsCollection in org.processmining.specpp.componenting.traits
Methods in org.processmining.specpp.componenting.traits that return FulfilledRequirementsCollection Modifier and Type Method Description default FulfilledRequirementsCollection<SupervisionRequirement>ProvidesSupervisors. supervisors()Methods in org.processmining.specpp.componenting.traits that return types with arguments of type FulfilledRequirementsCollection Modifier and Type Method Description java.util.Map<ComponentType,FulfilledRequirementsCollection<?>>ProvisionsComponents. componentProvisions()Methods in org.processmining.specpp.componenting.traits with parameters of type FulfilledRequirementsCollection Modifier and Type Method Description static <R extends Requirement<?,R>>
booleanRequiresComponents. canBeSatisfiedBy(R requirement, FulfilledRequirementsCollection<R> fulfilledRequirementProvider)default <R extends Requirement<?,R>>
voidRequiresComponents. instantiateFrom(FulfilledRequirementsCollection<R> exposer)
-