Uses of Interface
de.rwth.swc.coffee4j.engine.converter.model.ModelConverter
-
-
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.converter.model
Classes in de.rwth.swc.coffee4j.engine.converter.model that implement ModelConverter Modifier and Type Class Description classIndexBasedModelConverterMethods in de.rwth.swc.coffee4j.engine.converter.model that return ModelConverter Modifier and Type Method Description ModelConverterModelConverterFactory. create(InputParameterModel model)Creates a newModelConverterwhich converts the given testModel and its parameters, values, and constraints. -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.process.manager
Methods in de.rwth.swc.coffee4j.engine.process.manager with parameters of type ModelConverter Modifier and Type Method Description ConflictDetectorConflictDetectorFactory. create(ConflictDetectionConfiguration conflictDetectionConfiguration, ModelConverter modelConverter)Creates aConflictDetectorConstructors in de.rwth.swc.coffee4j.engine.process.manager with parameters of type ModelConverter Constructor Description ConflictDetector(ConflictDetectionConfiguration conflictDetectionConfiguration, ModelConverter modelConverter) -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.process.phase.interleaving.classification
Fields in de.rwth.swc.coffee4j.engine.process.phase.interleaving.classification declared as ModelConverter Modifier and Type Field Description protected ModelConverterInterleavingClassificationPhase. modelConverter -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Fields in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation declared as ModelConverter Modifier and Type Field Description protected ModelConverterAbstractGenerationPhase. converterMethods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation that return ModelConverter Modifier and Type Method Description ModelConverterInterleavingGenerationContext. getModelConverter()Constructors in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with parameters of type ModelConverter Constructor Description InterleavingExecutionReporterToGenerationReporterAdapter(InterleavingExecutionReporter reporter, ArgumentConverter argumentConverter, ModelConverter converter) -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification
Fields in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification declared as ModelConverter Modifier and Type Field Description protected ModelConverterAbstractIdentificationPhase. converter -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.process.phase.sequential.classification
Fields in de.rwth.swc.coffee4j.engine.process.phase.sequential.classification declared as ModelConverter Modifier and Type Field Description protected ModelConverterSequentialClassificationPhase. modelConverter -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation that return ModelConverter Modifier and Type Method Description ModelConverterSequentialGenerationContext. getModelConverter()Constructors in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with parameters of type ModelConverter Constructor Description SequentialExecutionReporterToGenerationReporterAdapter(SequentialExecutionReporter reporter, ArgumentConverter argumentConverter, ModelConverter modelConverter) -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.process.report
Constructors in de.rwth.swc.coffee4j.engine.process.report with parameters of type ModelConverter Constructor Description LoggingConflictDetectionReporter(ModelConverter modelConverter)Creates a newLoggingConflictDetectionReporterconfigured with the suppliedModelConverterPrintStreamConflictDetectionReporter(PrintStream printStream, ModelConverter modelConverter) -
Uses of ModelConverter in de.rwth.swc.coffee4j.engine.report
Fields in de.rwth.swc.coffee4j.engine.report declared as ModelConverter Modifier and Type Field Description protected ModelConverterModelBasedArgumentConverter. modelConverterMethods in de.rwth.swc.coffee4j.engine.report with parameters of type ModelConverter Modifier and Type Method Description voidDelegatingModelBasedArgumentConverter. initialize(ModelConverter modelConverter)voidModelBasedArgumentConverter. initialize(ModelConverter modelConverter)Initializes the testModel converter to be used by the implementing class.
-