public class DecisiontableAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
DecisiontablePackage| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
protected static DecisiontablePackage |
modelPackage
The cached model package
|
protected DecisiontableSwitch |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
DecisiontableAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createActionItemAdapter()
Creates a new adapter for an object of class '
Action Item' |
org.eclipse.emf.common.notify.Adapter |
createActionSectionAdapter()
Creates a new adapter for an object of class '
Action Section' |
org.eclipse.emf.common.notify.Adapter |
createActionValueSetCellAdapter()
Creates a new adapter for an object of class '
Action Value Set Cell' |
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 |
createAmbiguityAdapter()
Creates a new adapter for an object of class '
Ambiguity' |
org.eclipse.emf.common.notify.Adapter |
createCellAdapter()
Creates a new adapter for an object of class '
Cell' |
org.eclipse.emf.common.notify.Adapter |
createConditionItemAdapter()
Creates a new adapter for an object of class '
Condition Item' |
org.eclipse.emf.common.notify.Adapter |
createConditionSectionAdapter()
Creates a new adapter for an object of class '
Condition Section' |
org.eclipse.emf.common.notify.Adapter |
createConditionValueSetCellAdapter()
Creates a new adapter for an object of class '
Condition Value Set Cell' |
org.eclipse.emf.common.notify.Adapter |
createDecisionTableAdapter()
Creates a new adapter for an object of class '
Decision Table' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createExpressionCellAdapter()
Creates a new adapter for an object of class '
Expression Cell' |
org.eclipse.emf.common.notify.Adapter |
createFilterItemAdapter()
Creates a new adapter for an object of class '
Filter Item' |
org.eclipse.emf.common.notify.Adapter |
createFilterSectionAdapter()
Creates a new adapter for an object of class '
Filter Section' |
org.eclipse.emf.common.notify.Adapter |
createOptimizerResultsAdapter()
Creates a new adapter for an object of class '
Optimizer Results' |
org.eclipse.emf.common.notify.Adapter |
createRuleColumnAdapter()
Creates a new adapter for an object of class '
Rule Column' |
org.eclipse.emf.common.notify.Adapter |
createRuleSectionAdapter()
Creates a new adapter for an object of class '
Rule Section' |
org.eclipse.emf.common.notify.Adapter |
createRulesheetViewAdapter()
Creates a new adapter for an object of class '
View' |
org.eclipse.emf.common.notify.Adapter |
createRuleStatementItemAdapter()
Creates a new adapter for an object of class '
Rule Statement Item' |
org.eclipse.emf.common.notify.Adapter |
createRuleStatementSectionAdapter()
Creates a new adapter for an object of class '
Rule Statement Section' |
org.eclipse.emf.common.notify.Adapter |
createScopeAliasAdapter()
Creates a new adapter for an object of class '
Scope Alias' |
org.eclipse.emf.common.notify.Adapter |
createScopeAssociationAdapter()
Creates a new adapter for an object of class '
Scope Association' |
org.eclipse.emf.common.notify.Adapter |
createScopeAttributeAdapter()
Creates a new adapter for an object of class '
Scope Attribute' |
org.eclipse.emf.common.notify.Adapter |
createScopeEntityAdapter()
Creates a new adapter for an object of class '
Scope Entity' |
org.eclipse.emf.common.notify.Adapter |
createScopeFilterAdapter()
Creates a new adapter for an object of class '
Scope Filter' |
org.eclipse.emf.common.notify.Adapter |
createScopeFolderAdapter()
Creates a new adapter for an object of class '
Scope Folder' |
org.eclipse.emf.common.notify.Adapter |
createScopeNodeAdapter()
Creates a new adapter for an object of class '
Scope Node' |
org.eclipse.emf.common.notify.Adapter |
createScopeSectionAdapter()
Creates a new adapter for an object of class '
Scope Section' |
org.eclipse.emf.common.notify.Adapter |
createScopeSortedAliasAdapter()
Creates a new adapter for an object of class '
Scope Sorted Alias' |
org.eclipse.emf.common.notify.Adapter |
createValidatableObjectAdapter()
Creates a new adapter for an object of class '
Validatable Object' |
org.eclipse.emf.common.notify.Adapter |
createValueSetCellAdapter()
Creates a new adapter for an object of class '
Value Set Cell' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
public static final java.lang.String copyright
protected static DecisiontablePackage modelPackage
protected DecisiontableSwitch modelSwitch
createXXX methods.
public DecisiontableAdapterFactory()
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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createActionItemAdapter()
Action Item'.
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.
ActionItempublic org.eclipse.emf.common.notify.Adapter createActionSectionAdapter()
Action Section'.
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.
ActionSectionpublic org.eclipse.emf.common.notify.Adapter createCellAdapter()
Cell'.
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.
Cellpublic org.eclipse.emf.common.notify.Adapter createConditionItemAdapter()
Condition Item'.
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.
ConditionItempublic org.eclipse.emf.common.notify.Adapter createConditionSectionAdapter()
Condition Section'.
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.
ConditionSectionpublic org.eclipse.emf.common.notify.Adapter createExpressionCellAdapter()
Expression Cell'.
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.
ExpressionCellpublic org.eclipse.emf.common.notify.Adapter createScopeAssociationAdapter()
Scope Association'.
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.
ScopeAssociationpublic org.eclipse.emf.common.notify.Adapter createScopeAttributeAdapter()
Scope Attribute'.
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.
ScopeAttributepublic org.eclipse.emf.common.notify.Adapter createScopeEntityAdapter()
Scope Entity'.
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.
ScopeEntitypublic org.eclipse.emf.common.notify.Adapter createScopeFolderAdapter()
Scope Folder'.
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.
ScopeFolderpublic org.eclipse.emf.common.notify.Adapter createScopeNodeAdapter()
Scope Node'.
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.
ScopeNodepublic org.eclipse.emf.common.notify.Adapter createScopeFilterAdapter()
Scope Filter'.
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.
ScopeFilterpublic org.eclipse.emf.common.notify.Adapter createScopeSectionAdapter()
Scope Section'.
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.
ScopeSectionpublic org.eclipse.emf.common.notify.Adapter createFilterItemAdapter()
Filter Item'.
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.
FilterItempublic org.eclipse.emf.common.notify.Adapter createFilterSectionAdapter()
Filter Section'.
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.
FilterSectionpublic org.eclipse.emf.common.notify.Adapter createRuleColumnAdapter()
Rule Column'.
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.
RuleColumnpublic org.eclipse.emf.common.notify.Adapter createRuleSectionAdapter()
Rule Section'.
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.
RuleSectionpublic org.eclipse.emf.common.notify.Adapter createDecisionTableAdapter()
Decision Table'.
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.
DecisionTablepublic org.eclipse.emf.common.notify.Adapter createRuleStatementItemAdapter()
Rule Statement Item'.
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.
RuleStatementItempublic org.eclipse.emf.common.notify.Adapter createRuleStatementSectionAdapter()
Rule Statement Section'.
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.
RuleStatementSectionpublic org.eclipse.emf.common.notify.Adapter createValueSetCellAdapter()
Value Set Cell'.
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.
ValueSetCellpublic org.eclipse.emf.common.notify.Adapter createScopeAliasAdapter()
Scope Alias'.
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.
ScopeAliaspublic org.eclipse.emf.common.notify.Adapter createConditionValueSetCellAdapter()
Condition Value Set Cell'.
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.
ConditionValueSetCellpublic org.eclipse.emf.common.notify.Adapter createActionValueSetCellAdapter()
Action Value Set Cell'.
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.
ActionValueSetCellpublic org.eclipse.emf.common.notify.Adapter createOptimizerResultsAdapter()
Optimizer Results'.
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.
OptimizerResultspublic org.eclipse.emf.common.notify.Adapter createAmbiguityAdapter()
Ambiguity'.
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.
Ambiguitypublic org.eclipse.emf.common.notify.Adapter createScopeSortedAliasAdapter()
Scope Sorted Alias'.
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.
ScopeSortedAliaspublic org.eclipse.emf.common.notify.Adapter createValidatableObjectAdapter()
Validatable Object'.
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.
ValidatableObjectpublic org.eclipse.emf.common.notify.Adapter createRulesheetViewAdapter()
View'.
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.
RulesheetViewpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.