Uses of Class
org.ddolib.ddo.core.compilation.CompilationConfig
Packages that use CompilationConfig
Package
Description
This package contains defining the compilation type and the compilation input
This package contains the classes that are used to implement a
restricted/relaxed MDD.
-
Uses of CompilationConfig in org.ddolib.ddo.core.compilation
Methods in org.ddolib.ddo.core.compilation that return CompilationConfigModifier and TypeMethodDescriptionCompilationConfig.copy()Creates a shallow copy of this configuration. -
Uses of CompilationConfig in org.ddolib.ddo.core.mdd
Constructors in org.ddolib.ddo.core.mdd with parameters of type CompilationConfigModifierConstructorDescriptionLinkedDecisionDiagram(CompilationConfig<T> config) Creates a new linked decision diagram.