Modifier and Type | Method and Description |
---|---|
static Mask |
CompilerHelper.makeProjectionMask(PlanningTrace compiledParent,
java.lang.Iterable<PVariable> projectedVariables) |
Modifier and Type | Method and Description |
---|---|
Mask |
RecipesFactory.createMask()
Returns a new object of class 'Mask'.
|
Mask |
TrimmerRecipe.getMask()
Returns the value of the 'Mask' containment reference.
|
Mask |
InputFilterRecipe.getMask()
Returns the value of the 'Mask' containment reference.
|
Mask |
IndexerRecipe.getMask()
Returns the value of the 'Mask' containment reference.
|
Mask |
JoinRecipe.getRightParentComplementaryMask()
Returns the value of the 'Right Parent Complementary Mask' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
TrimmerRecipe.setMask(Mask value)
Sets the value of the '
Mask ' containment reference. |
void |
InputFilterRecipe.setMask(Mask value)
Sets the value of the '
Mask ' containment reference. |
void |
IndexerRecipe.setMask(Mask value)
Sets the value of the '
Mask ' containment reference. |
void |
JoinRecipe.setRightParentComplementaryMask(Mask value)
Sets the value of the '
Right Parent Complementary Mask ' containment reference. |
Modifier and Type | Method and Description |
---|---|
static Mask |
RecipesHelper.mask(int sourceArity,
int... sourceIndices) |
static Mask |
RecipesHelper.mask(int sourceArity,
java.lang.Iterable<java.lang.Integer> sourceIndices) |
Modifier and Type | Method and Description |
---|---|
static InputFilterRecipe |
RecipesHelper.inputFilterRecipe(ReteNodeRecipe parent,
java.lang.Object inputKey,
java.lang.String inputKeyID,
Mask mask)
Mask can be null in case no tuple reordering or trimming is needed
|
static ProjectionIndexerRecipe |
RecipesHelper.projectionIndexerRecipe(ReteNodeRecipe parent,
Mask mask) |
Modifier and Type | Class and Description |
---|---|
class |
MaskImpl
An implementation of the model object 'Mask'.
|
Modifier and Type | Method and Description |
---|---|
Mask |
RecipesFactoryImpl.createMask() |
Mask |
TrimmerRecipeImpl.getMask() |
Mask |
InputFilterRecipeImpl.getMask() |
Mask |
IndexerRecipeImpl.getMask() |
Mask |
JoinRecipeImpl.getRightParentComplementaryMask() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TrimmerRecipeImpl.basicSetMask(Mask newMask,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
InputFilterRecipeImpl.basicSetMask(Mask newMask,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
IndexerRecipeImpl.basicSetMask(Mask newMask,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
JoinRecipeImpl.basicSetRightParentComplementaryMask(Mask newRightParentComplementaryMask,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TrimmerRecipeImpl.setMask(Mask newMask) |
void |
InputFilterRecipeImpl.setMask(Mask newMask) |
void |
IndexerRecipeImpl.setMask(Mask newMask) |
void |
JoinRecipeImpl.setRightParentComplementaryMask(Mask newRightParentComplementaryMask) |
Modifier and Type | Method and Description |
---|---|
T |
RecipesSwitch.caseMask(Mask object)
Returns the result of interpreting the object as an instance of 'Mask'.
|