Modifier and Type | Method and Description |
---|---|
ProjectionIndexerRecipe |
RecipesFactory.createProjectionIndexerRecipe()
Returns a new object of class 'Projection Indexer Recipe'.
|
ProjectionIndexerRecipe |
BetaRecipe.getLeftParent()
Returns the value of the 'Left Parent' containment reference.
|
ProjectionIndexerRecipe |
AggregatorRecipe.getParent()
Returns the value of the 'Parent' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
BetaRecipe.setLeftParent(ProjectionIndexerRecipe value)
Sets the value of the '
Left Parent ' containment reference. |
void |
AggregatorRecipe.setParent(ProjectionIndexerRecipe value)
Sets the value of the '
Parent ' containment reference. |
Modifier and Type | Method and Description |
---|---|
static ProjectionIndexerRecipe |
RecipesHelper.projectionIndexerRecipe(ReteNodeRecipe parent,
Mask mask) |
Modifier and Type | Class and Description |
---|---|
class |
ProjectionIndexerRecipeImpl
An implementation of the model object 'Projection Indexer Recipe'.
|
Modifier and Type | Method and Description |
---|---|
ProjectionIndexerRecipe |
RecipesFactoryImpl.createProjectionIndexerRecipe() |
ProjectionIndexerRecipe |
BetaRecipeImpl.getLeftParent() |
ProjectionIndexerRecipe |
AggregatorRecipeImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
BetaRecipeImpl.basicSetLeftParent(ProjectionIndexerRecipe newLeftParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AggregatorRecipeImpl.basicSetParent(ProjectionIndexerRecipe newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BetaRecipeImpl.setLeftParent(ProjectionIndexerRecipe newLeftParent) |
void |
AggregatorRecipeImpl.setParent(ProjectionIndexerRecipe newParent) |
Modifier and Type | Method and Description |
---|---|
T |
RecipesSwitch.caseProjectionIndexerRecipe(ProjectionIndexerRecipe object)
Returns the result of interpreting the object as an instance of 'Projection Indexer Recipe'.
|