Uses of Interface
de.rwth.swc.coffee4j.engine.configuration.Buildable
-
Packages that use Buildable Package Description de.rwth.swc.coffee4j.engine.configuration.execution de.rwth.swc.coffee4j.engine.configuration.model -
-
Uses of Buildable in de.rwth.swc.coffee4j.engine.configuration.execution
Classes in de.rwth.swc.coffee4j.engine.configuration.execution that implement Buildable Modifier and Type Class Description static classInterleavingExecutionConfiguration.Builderstatic classSequentialExecutionConfiguration.BuilderThe realization of the builder pattern for a quick and readable construction of a new configuration. -
Uses of Buildable in de.rwth.swc.coffee4j.engine.configuration.model
Classes in de.rwth.swc.coffee4j.engine.configuration.model that implement Buildable Modifier and Type Class Description static classInputParameterModel.BuilderRealization of the builder pattern for constructing aInputParameterModel.
-