Interface RederivableNodeRecipe
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ProductionRecipe
,SingleColumnAggregatorRecipe
,UniquenessEnforcerRecipe
- All Known Implementing Classes:
ProductionRecipeImpl
,RederivableNodeRecipeImpl
,SingleColumnAggregatorRecipeImpl
,UniquenessEnforcerRecipeImpl
public interface RederivableNodeRecipe
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rederivable Node Recipe'.
The following features are supported:
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Optional Monotonicity Info' containment reference.boolean
Returns the value of the 'Delete Rederive Evaluation' attribute.void
setDeleteRederiveEvaluation
(boolean value) Sets the value of the 'Delete Rederive Evaluation
' attribute.void
Sets the value of the 'Optional Monotonicity Info
' containment reference.
-
Field Details
-
Method Details
-
isDeleteRederiveEvaluation
boolean isDeleteRederiveEvaluation()Returns the value of the 'Delete Rederive Evaluation' attribute. The default value is"false"
.- Returns:
- the value of the 'Delete Rederive Evaluation' attribute.
- See Also:
-
setDeleteRederiveEvaluation
void setDeleteRederiveEvaluation(boolean value) Sets the value of the 'Delete Rederive Evaluation
' attribute.- Parameters:
value
- the new value of the 'Delete Rederive Evaluation' attribute.- See Also:
-
getOptionalMonotonicityInfo
MonotonicityInfo getOptionalMonotonicityInfo()Returns the value of the 'Optional Monotonicity Info' containment reference.- Returns:
- the value of the 'Optional Monotonicity Info' containment reference.
- See Also:
-
setOptionalMonotonicityInfo
Sets the value of the 'Optional Monotonicity Info
' containment reference.- Parameters:
value
- the new value of the 'Optional Monotonicity Info' containment reference.- See Also:
-