Uses of Interface
de.rwth.swc.coffee4j.engine.converter.model.ModelConverterFactory
-
Packages that use ModelConverterFactory Package Description de.rwth.swc.coffee4j.engine.configuration.execution -
-
Uses of ModelConverterFactory in de.rwth.swc.coffee4j.engine.configuration.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.execution that return ModelConverterFactory Modifier and Type Method Description ModelConverterFactoryInterleavingExecutionConfiguration. getModelConverterFactory()ModelConverterFactorySequentialExecutionConfiguration. getModelConverterFactory()Methods in de.rwth.swc.coffee4j.engine.configuration.execution with parameters of type ModelConverterFactory Modifier and Type Method Description InterleavingExecutionConfiguration.BuilderInterleavingExecutionConfiguration.Builder. modelConverterFactory(ModelConverterFactory modelConverterFactory)SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. modelConverterFactory(ModelConverterFactory modelConverterFactory)Sets which factory shall be used to create newModelConverterinstances.
-