Uses of Class
org.processmining.specpp.componenting.system.ComponentType
-
-
Uses of ComponentType in org.processmining.specpp.componenting.data
Methods in org.processmining.specpp.componenting.data that return ComponentType Modifier and Type Method Description ComponentTypeDataRequirement. componentType()ComponentTypeDataSourceCollection. componentType()ComponentTypeFulfilledDataRequirement. componentType()ComponentTypeParameterRequirement. componentType()ComponentTypeParameterSourceCollection. componentType() -
Uses of ComponentType in org.processmining.specpp.componenting.evaluation
Methods in org.processmining.specpp.componenting.evaluation that return ComponentType Modifier and Type Method Description ComponentTypeEvaluatorCollection. componentType()ComponentTypeEvaluatorRequirement. componentType()ComponentTypeFulfilledEvaluatorRequirement. componentType() -
Uses of ComponentType in org.processmining.specpp.componenting.supervision
Methods in org.processmining.specpp.componenting.supervision that return ComponentType Modifier and Type Method Description ComponentTypeAbstractFulfilledSupervisionRequirement. componentType()ComponentTypeSupervisionRequirement. componentType()ComponentTypeSupervisorCollection. componentType() -
Uses of ComponentType in org.processmining.specpp.componenting.system
Methods in org.processmining.specpp.componenting.system that return ComponentType Modifier and Type Method Description abstract ComponentTypeFulfilledRequirementsCollection. componentType()ComponentTypeRequirement. componentType()static ComponentTypeComponentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComponentType[]ComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.specpp.componenting.system that return types with arguments of type ComponentType Modifier and Type Method Description java.util.Map<ComponentType,FulfilledRequirementsCollection<?>>ComponentCollection. componentProvisions()com.google.common.collect.Table<ComponentType,Requirement<?,?>,Container<?>>ComponentCollection. componentRequirements()Methods in org.processmining.specpp.componenting.system with parameters of type ComponentType Modifier and Type Method Description voidComponentCollection. addComponent(ComponentType componentType)<R extends Requirement<?,R>>
FulfilledRequirementsCollection<R>ComponentCollection. getProvisions(ComponentType componentType) -
Uses of ComponentType in org.processmining.specpp.componenting.traits
Methods in org.processmining.specpp.componenting.traits that return types with arguments of type ComponentType Modifier and Type Method Description java.util.Map<ComponentType,FulfilledRequirementsCollection<?>>ProvisionsComponents. componentProvisions()com.google.common.collect.Table<ComponentType,Requirement<?,?>,Container<?>>RequiresComponents. componentRequirements()
-