public interface BetaRecipe extends ReteNodeRecipe
The following features are supported:
RecipesPackage.getBetaRecipe()| Modifier and Type | Method and Description |
|---|---|
ProjectionIndexerRecipe |
getLeftParent()
Returns the value of the 'Left Parent' containment reference.
|
IndexerRecipe |
getRightParent()
Returns the value of the 'Right Parent' containment reference.
|
void |
setLeftParent(ProjectionIndexerRecipe value)
Sets the value of the '
Left Parent' containment reference. |
void |
setRightParent(IndexerRecipe value)
Sets the value of the '
Right Parent' containment reference. |
getArity, getTraceInfo, setTraceInfoProjectionIndexerRecipe getLeftParent()
If the meaning of the 'Left Parent' containment reference isn't clear, there really should be more of a description here...
setLeftParent(ProjectionIndexerRecipe),
RecipesPackage.getBetaRecipe_LeftParent()void setLeftParent(ProjectionIndexerRecipe value)
Left Parent' containment reference.
value - the new value of the 'Left Parent' containment reference.getLeftParent()IndexerRecipe getRightParent()
setRightParent(IndexerRecipe),
RecipesPackage.getBetaRecipe_RightParent()void setRightParent(IndexerRecipe value)
Right Parent' containment reference.
value - the new value of the 'Right Parent' containment reference.getRightParent()