Class InputDataScenario.MW<T>
java.lang.Object
fr.inria.rules.integraal.component_builder.InputDataScenario.MW<T>
- Type Parameters:
T- the wrapped value type
- Enclosing class:
InputDataScenario
Mutable wrapper used to track optional scenario values and their origin names.
-
Constructor Details
-
MW
-
-
Method Details
-
getValue
-
setValue
-
isSet
public boolean isSet()Indicates whether the wrapper currently holds a set value.- Returns:
trueif the value is set
-
setFlagToTrue
public void setFlagToTrue()Marks the wrapper as set. -
getBaseName
-