Uses of Interface
de.rwth.swc.coffee4j.engine.process.extension.ExtensionExecutorFactory
-
Packages that use ExtensionExecutorFactory Package Description de.rwth.swc.coffee4j.engine.process.interleaving de.rwth.swc.coffee4j.engine.process.manager.sequential -
-
Uses of ExtensionExecutorFactory in de.rwth.swc.coffee4j.engine.process.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.interleaving that return ExtensionExecutorFactory Modifier and Type Method Description ExtensionExecutorFactoryDynamicInterleavingPhaseManagerConfiguration. getExtensionExecutorFactory()ExtensionExecutorFactoryInterleavingPhaseManagerConfiguration. getExtensionExecutorFactory()Methods in de.rwth.swc.coffee4j.engine.process.interleaving with parameters of type ExtensionExecutorFactory Modifier and Type Method Description DynamicInterleavingPhaseManagerConfiguration.BuilderDynamicInterleavingPhaseManagerConfiguration.Builder. extensionExecutorFactory(ExtensionExecutorFactory extensionExecutorFactory)InterleavingPhaseManagerConfiguration.BuilderInterleavingPhaseManagerConfiguration.Builder. extensionExecutorFactory(ExtensionExecutorFactory extensionExecutorFactory) -
Uses of ExtensionExecutorFactory in de.rwth.swc.coffee4j.engine.process.manager.sequential
Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential that return ExtensionExecutorFactory Modifier and Type Method Description ExtensionExecutorFactorySequentialPhaseManagerConfiguration. getExtensionExecutorFactory()Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential with parameters of type ExtensionExecutorFactory Modifier and Type Method Description SequentialPhaseManagerConfiguration.BuilderSequentialPhaseManagerConfiguration.Builder. extensionExecutorFactory(ExtensionExecutorFactory extensionExecutorFactory)Sets theExtensionExecutorFactory
-