| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.rete.recipes | |
| org.eclipse.incquery.runtime.rete.recipes.impl | |
| org.eclipse.incquery.runtime.rete.recipes.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregatorIndexerRecipe
A representation of the model object 'Aggregator Indexer Recipe'.
|
interface |
ProjectionIndexerRecipe
A representation of the model object 'Projection Indexer Recipe'.
|
| Modifier and Type | Method and Description |
|---|---|
IndexerRecipe |
BetaRecipe.getRightParent()
Returns the value of the 'Right Parent' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BetaRecipe.setRightParent(IndexerRecipe value)
Sets the value of the '
Right Parent' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorIndexerRecipeImpl
An implementation of the model object 'Aggregator Indexer Recipe'.
|
class |
IndexerRecipeImpl
An implementation of the model object 'Indexer Recipe'.
|
class |
ProjectionIndexerRecipeImpl
An implementation of the model object 'Projection Indexer Recipe'.
|
| Modifier and Type | Method and Description |
|---|---|
IndexerRecipe |
BetaRecipeImpl.getRightParent() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
BetaRecipeImpl.basicSetRightParent(IndexerRecipe newRightParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BetaRecipeImpl.setRightParent(IndexerRecipe newRightParent) |
| Modifier and Type | Method and Description |
|---|---|
T |
RecipesSwitch.caseIndexerRecipe(IndexerRecipe object)
Returns the result of interpreting the object as an instance of 'Indexer Recipe'.
|