Uses of Class
org.processmining.specpp.componenting.system.ComponentCollection
-
-
Uses of ComponentCollection in org.processmining.specpp.componenting.delegators
Methods in org.processmining.specpp.componenting.delegators that return ComponentCollection Modifier and Type Method Description ComponentCollectionAbstractFCSUDelegator. getComponentCollection()ComponentCollectionAbstractFCSUDelegator. globalComponentSystem()ComponentCollectionAbstractFCSUDelegator. localComponentSystem() -
Uses of ComponentCollection in org.processmining.specpp.componenting.system
Subclasses of ComponentCollection in org.processmining.specpp.componenting.system Modifier and Type Class Description classGlobalComponentRepositoryclassLocalComponentRepositoryMethods in org.processmining.specpp.componenting.system that return ComponentCollection Modifier and Type Method Description default ComponentCollectionFullComponentSystemUser. getComponentCollection()ComponentCollectionGlobalComponentRepository. globalComponentSystem()ComponentCollectionLocalComponentRepository. localComponentSystem()<R extends Requirement<?,R>>
ComponentCollectionComponentCollection. provide(FulfilledRequirement<?,R> req)<R extends Requirement<?,R>>
ComponentCollectionComponentCollection. require(Requirement<?,R> r, Container<?> delegator)Methods in org.processmining.specpp.componenting.system with parameters of type ComponentCollection Modifier and Type Method Description voidComponentCollection. consumeEntirely(ComponentCollection other) -
Uses of ComponentCollection in org.processmining.specpp.componenting.system.link
Methods in org.processmining.specpp.componenting.system.link that return ComponentCollection Modifier and Type Method Description ComponentCollectionAbstractBaseClass. getComponentCollection()ComponentCollectionAbstractBaseClass. globalComponentSystem()ComponentCollectionAbstractBaseClass. localComponentSystem() -
Uses of ComponentCollection in org.processmining.specpp.componenting.traits
Methods in org.processmining.specpp.componenting.traits that return ComponentCollection Modifier and Type Method Description ComponentCollectionHasComponentCollection. getComponentCollection()default ComponentCollectionUsesGlobalComponentSystem. getComponentCollection()default ComponentCollectionUsesLocalComponentSystem. getComponentCollection()ComponentCollectionUsesGlobalComponentSystem. globalComponentSystem()ComponentCollectionUsesLocalComponentSystem. localComponentSystem()
-