public interface RederivableNodeRecipe
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipesPackage.getRederivableNodeRecipe()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
MonotonicityInfo |
getOptionalMonotonicityInfo()
Returns the value of the 'Optional Monotonicity Info' containment reference.
|
boolean |
isDeleteRederiveEvaluation()
Returns the value of the 'Delete Rederive Evaluation' attribute.
|
void |
setDeleteRederiveEvaluation(boolean value)
Sets the value of the '
Delete Rederive Evaluation ' attribute. |
void |
setOptionalMonotonicityInfo(MonotonicityInfo value)
Sets the value of the '
Optional Monotonicity Info ' containment reference. |
static final java.lang.String copyright
boolean isDeleteRederiveEvaluation()
"false"
.
setDeleteRederiveEvaluation(boolean)
,
RecipesPackage.getRederivableNodeRecipe_DeleteRederiveEvaluation()
void setDeleteRederiveEvaluation(boolean value)
Delete Rederive Evaluation
' attribute.
value
- the new value of the 'Delete Rederive Evaluation' attribute.isDeleteRederiveEvaluation()
MonotonicityInfo getOptionalMonotonicityInfo()
setOptionalMonotonicityInfo(MonotonicityInfo)
,
RecipesPackage.getRederivableNodeRecipe_OptionalMonotonicityInfo()
void setOptionalMonotonicityInfo(MonotonicityInfo value)
Optional Monotonicity Info
' containment reference.
value
- the new value of the 'Optional Monotonicity Info' containment reference.getOptionalMonotonicityInfo()