| 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 |
AntiJoinRecipe
A representation of the model object 'Anti Join Recipe'.
|
interface |
ExistenceJoinRecipe
A representation of the model object 'Existence Join Recipe'.
|
interface |
JoinRecipe
A representation of the model object 'Join Recipe'.
|
interface |
SemiJoinRecipe
A representation of the model object 'Semi Join Recipe'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntiJoinRecipeImpl
An implementation of the model object 'Anti Join Recipe'.
|
class |
BetaRecipeImpl
An implementation of the model object 'Beta Recipe'.
|
class |
ExistenceJoinRecipeImpl
An implementation of the model object 'Existence Join Recipe'.
|
class |
JoinRecipeImpl
An implementation of the model object 'Join Recipe'.
|
class |
SemiJoinRecipeImpl
An implementation of the model object 'Semi Join Recipe'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RecipesSwitch.caseBetaRecipe(BetaRecipe object)
Returns the result of interpreting the object as an instance of 'Beta Recipe'.
|