Uses of Interface
de.rwth.swc.coffee4j.engine.process.phase.model.ModelModificationPhaseFactory
-
Packages that use ModelModificationPhaseFactory Package Description de.rwth.swc.coffee4j.engine.process.interleaving de.rwth.swc.coffee4j.engine.process.manager.sequential -
-
Uses of ModelModificationPhaseFactory in de.rwth.swc.coffee4j.engine.process.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.interleaving that return ModelModificationPhaseFactory Modifier and Type Method Description ModelModificationPhaseFactoryDynamicInterleavingPhaseManagerConfiguration. getModelModificationPhaseFactory()ModelModificationPhaseFactoryInterleavingPhaseManagerConfiguration. getModelModificationPhaseFactory()Methods in de.rwth.swc.coffee4j.engine.process.interleaving with parameters of type ModelModificationPhaseFactory Modifier and Type Method Description DynamicInterleavingPhaseManagerConfiguration.BuilderDynamicInterleavingPhaseManagerConfiguration.Builder. modelModificationPhaseFactory(ModelModificationPhaseFactory modelModificationPhaseFactory)InterleavingPhaseManagerConfiguration.BuilderInterleavingPhaseManagerConfiguration.Builder. modelModificationPhaseFactory(ModelModificationPhaseFactory modelModificationPhaseFactory) -
Uses of ModelModificationPhaseFactory in de.rwth.swc.coffee4j.engine.process.manager.sequential
Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential that return ModelModificationPhaseFactory Modifier and Type Method Description ModelModificationPhaseFactorySequentialPhaseManagerConfiguration. getModelModificationPhaseFactory()Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential with parameters of type ModelModificationPhaseFactory Modifier and Type Method Description SequentialPhaseManagerConfiguration.BuilderSequentialPhaseManagerConfiguration.Builder. modelModificationPhaseFactory(ModelModificationPhaseFactory modelModificationPhaseFactory)Sets theModelModificationPhaseFactory.
-