public class RecipesAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
RecipesPackage
Constructor and Description |
---|
RecipesAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target . |
org.eclipse.emf.common.notify.Adapter |
createAggregatorIndexerRecipeAdapter()
Creates a new adapter for an object of class '
Aggregator Indexer Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createAggregatorRecipeAdapter()
Creates a new adapter for an object of class '
Aggregator Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createAlphaRecipeAdapter()
Creates a new adapter for an object of class '
Alpha Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createAntiJoinRecipeAdapter()
Creates a new adapter for an object of class '
Anti Join Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createBetaRecipeAdapter()
Creates a new adapter for an object of class '
Beta Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createCheckRecipeAdapter()
Creates a new adapter for an object of class '
Check Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createConstantRecipeAdapter()
Creates a new adapter for an object of class '
Constant Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createCountAggregatorRecipeAdapter()
Creates a new adapter for an object of class '
Count Aggregator Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEqualityFilterRecipeAdapter()
Creates a new adapter for an object of class '
Equality Filter Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createEvalRecipeAdapter()
Creates a new adapter for an object of class '
Eval Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createExistenceJoinRecipeAdapter()
Creates a new adapter for an object of class '
Existence Join Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createExpressionDefinitionAdapter()
Creates a new adapter for an object of class '
Expression Definition '. |
org.eclipse.emf.common.notify.Adapter |
createExpressionEnforcerRecipeAdapter()
Creates a new adapter for an object of class '
Expression Enforcer Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createFilterRecipeAdapter()
Creates a new adapter for an object of class '
Filter Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createIndexerRecipeAdapter()
Creates a new adapter for an object of class '
Indexer Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createInequalityFilterRecipeAdapter()
Creates a new adapter for an object of class '
Inequality Filter Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createInputFilterRecipeAdapter()
Creates a new adapter for an object of class '
Input Filter Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createInputRecipeAdapter()
Creates a new adapter for an object of class '
Input Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createJoinRecipeAdapter()
Creates a new adapter for an object of class '
Join Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createMaskAdapter()
Creates a new adapter for an object of class '
Mask '. |
org.eclipse.emf.common.notify.Adapter |
createMultiParentNodeRecipeAdapter()
Creates a new adapter for an object of class '
Multi Parent Node Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createProductionRecipeAdapter()
Creates a new adapter for an object of class '
Production Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createProjectionIndexerRecipeAdapter()
Creates a new adapter for an object of class '
Projection Indexer Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createReteNodeRecipeAdapter()
Creates a new adapter for an object of class '
Rete Node Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createReteRecipeAdapter()
Creates a new adapter for an object of class '
Rete Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createSemiJoinRecipeAdapter()
Creates a new adapter for an object of class '
Semi Join Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createSingleParentNodeRecipeAdapter()
Creates a new adapter for an object of class '
Single Parent Node Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createStringIndexMapEntryAdapter()
Creates a new adapter for an object of class '
String Index Map Entry '. |
org.eclipse.emf.common.notify.Adapter |
createTransitiveClosureRecipeAdapter()
Creates a new adapter for an object of class '
Transitive Closure Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createTransparentRecipeAdapter()
Creates a new adapter for an object of class '
Transparent Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createTrimmerRecipeAdapter()
Creates a new adapter for an object of class '
Trimmer Recipe '. |
org.eclipse.emf.common.notify.Adapter |
createUniquenessEnforcerRecipeAdapter()
Creates a new adapter for an object of class '
Uniqueness Enforcer Recipe '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public RecipesAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createReteRecipeAdapter()
Rete Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ReteRecipe
public org.eclipse.emf.common.notify.Adapter createReteNodeRecipeAdapter()
Rete Node Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ReteNodeRecipe
public org.eclipse.emf.common.notify.Adapter createSingleParentNodeRecipeAdapter()
Single Parent Node Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SingleParentNodeRecipe
public org.eclipse.emf.common.notify.Adapter createAlphaRecipeAdapter()
Alpha Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AlphaRecipe
public org.eclipse.emf.common.notify.Adapter createMultiParentNodeRecipeAdapter()
Multi Parent Node Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MultiParentNodeRecipe
public org.eclipse.emf.common.notify.Adapter createUniquenessEnforcerRecipeAdapter()
Uniqueness Enforcer Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
UniquenessEnforcerRecipe
public org.eclipse.emf.common.notify.Adapter createProductionRecipeAdapter()
Production Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ProductionRecipe
public org.eclipse.emf.common.notify.Adapter createIndexerRecipeAdapter()
Indexer Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IndexerRecipe
public org.eclipse.emf.common.notify.Adapter createProjectionIndexerRecipeAdapter()
Projection Indexer Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ProjectionIndexerRecipe
public org.eclipse.emf.common.notify.Adapter createAggregatorIndexerRecipeAdapter()
Aggregator Indexer Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AggregatorIndexerRecipe
public org.eclipse.emf.common.notify.Adapter createBetaRecipeAdapter()
Beta Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
BetaRecipe
public org.eclipse.emf.common.notify.Adapter createMaskAdapter()
Mask
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Mask
public org.eclipse.emf.common.notify.Adapter createStringIndexMapEntryAdapter()
String Index Map Entry
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Map.Entry
public org.eclipse.emf.common.notify.Adapter createInputRecipeAdapter()
Input Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InputRecipe
public org.eclipse.emf.common.notify.Adapter createConstantRecipeAdapter()
Constant Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ConstantRecipe
public org.eclipse.emf.common.notify.Adapter createTransitiveClosureRecipeAdapter()
Transitive Closure Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TransitiveClosureRecipe
public org.eclipse.emf.common.notify.Adapter createFilterRecipeAdapter()
Filter Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FilterRecipe
public org.eclipse.emf.common.notify.Adapter createInequalityFilterRecipeAdapter()
Inequality Filter Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InequalityFilterRecipe
public org.eclipse.emf.common.notify.Adapter createEqualityFilterRecipeAdapter()
Equality Filter Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EqualityFilterRecipe
public org.eclipse.emf.common.notify.Adapter createTransparentRecipeAdapter()
Transparent Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TransparentRecipe
public org.eclipse.emf.common.notify.Adapter createTrimmerRecipeAdapter()
Trimmer Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TrimmerRecipe
public org.eclipse.emf.common.notify.Adapter createExpressionDefinitionAdapter()
Expression Definition
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ExpressionDefinition
public org.eclipse.emf.common.notify.Adapter createExpressionEnforcerRecipeAdapter()
Expression Enforcer Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ExpressionEnforcerRecipe
public org.eclipse.emf.common.notify.Adapter createCheckRecipeAdapter()
Check Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CheckRecipe
public org.eclipse.emf.common.notify.Adapter createEvalRecipeAdapter()
Eval Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EvalRecipe
public org.eclipse.emf.common.notify.Adapter createAggregatorRecipeAdapter()
Aggregator Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AggregatorRecipe
public org.eclipse.emf.common.notify.Adapter createCountAggregatorRecipeAdapter()
Count Aggregator Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CountAggregatorRecipe
public org.eclipse.emf.common.notify.Adapter createJoinRecipeAdapter()
Join Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
JoinRecipe
public org.eclipse.emf.common.notify.Adapter createExistenceJoinRecipeAdapter()
Existence Join Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ExistenceJoinRecipe
public org.eclipse.emf.common.notify.Adapter createSemiJoinRecipeAdapter()
Semi Join Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SemiJoinRecipe
public org.eclipse.emf.common.notify.Adapter createAntiJoinRecipeAdapter()
Anti Join Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AntiJoinRecipe
public org.eclipse.emf.common.notify.Adapter createInputFilterRecipeAdapter()
Input Filter Recipe
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InputFilterRecipe
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()