public class DecisiontableSwitch
extends java.lang.Object
doSwitch(object)
to invoke the caseXXX method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
DecisiontablePackage| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
protected static DecisiontablePackage |
modelPackage
The cached model package
|
| Constructor and Description |
|---|
DecisiontableSwitch()
Creates an instance of the switch
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
caseActionItem(ActionItem object)
Returns the result of interpreting the object as an instance of 'Action Item'
|
java.lang.Object |
caseActionSection(ActionSection object)
Returns the result of interpreting the object as an instance of 'Action Section'
|
java.lang.Object |
caseActionValueSetCell(ActionValueSetCell object)
Returns the result of interpreting the object as an instance of 'Action Value Set Cell'
|
java.lang.Object |
caseAmbiguity(Ambiguity object)
Returns the result of interpreting the object as an instance of 'Ambiguity'
|
java.lang.Object |
caseCell(Cell object)
Returns the result of interpreting the object as an instance of 'Cell'
|
java.lang.Object |
caseConditionItem(ConditionItem object)
Returns the result of interpreting the object as an instance of 'Condition Item'
|
java.lang.Object |
caseConditionSection(ConditionSection object)
Returns the result of interpreting the object as an instance of 'Condition Section'
|
java.lang.Object |
caseConditionValueSetCell(ConditionValueSetCell object)
Returns the result of interpreting the object as an instance of 'Condition Value Set Cell'
|
java.lang.Object |
caseDecisionTable(DecisionTable object)
Returns the result of interpreting the object as an instance of 'Decision Table'
|
java.lang.Object |
caseExpressionCell(ExpressionCell object)
Returns the result of interpreting the object as an instance of 'Expression Cell'
|
java.lang.Object |
caseFilterItem(FilterItem object)
Returns the result of interpreting the object as an instance of 'Filter Item'
|
java.lang.Object |
caseFilterSection(FilterSection object)
Returns the result of interpreting the object as an instance of 'Filter Section'
|
java.lang.Object |
caseOptimizerResults(OptimizerResults object)
Returns the result of interpreting the object as an instance of 'Optimizer Results'
|
java.lang.Object |
caseRuleColumn(RuleColumn object)
Returns the result of interpreting the object as an instance of 'Rule Column'
|
java.lang.Object |
caseRuleSection(RuleSection object)
Returns the result of interpreting the object as an instance of 'Rule Section'
|
java.lang.Object |
caseRulesheetView(RulesheetView object)
Returns the result of interpreting the object as an instance of 'View'
|
java.lang.Object |
caseRuleStatementItem(RuleStatementItem object)
Returns the result of interpreting the object as an instance of 'Rule Statement Item'
|
java.lang.Object |
caseRuleStatementSection(RuleStatementSection object)
Returns the result of interpreting the object as an instance of 'Rule Statement Section'
|
java.lang.Object |
caseScopeAlias(ScopeAlias object)
Returns the result of interpreting the object as an instance of 'Scope Alias'
|
java.lang.Object |
caseScopeAssociation(ScopeAssociation object)
Returns the result of interpreting the object as an instance of 'Scope Association'
|
java.lang.Object |
caseScopeAttribute(ScopeAttribute object)
Returns the result of interpreting the object as an instance of 'Scope Attribute'
|
java.lang.Object |
caseScopeEntity(ScopeEntity object)
Returns the result of interpreting the object as an instance of 'Scope Entity'
|
java.lang.Object |
caseScopeFilter(ScopeFilter object)
Returns the result of interpreting the object as an instance of 'Scope Filter'
|
java.lang.Object |
caseScopeFolder(ScopeFolder object)
Returns the result of interpreting the object as an instance of 'Scope Folder'
|
java.lang.Object |
caseScopeNode(ScopeNode object)
Returns the result of interpreting the object as an instance of 'Scope Node'
|
java.lang.Object |
caseScopeSection(ScopeSection object)
Returns the result of interpreting the object as an instance of 'Scope Section'
|
java.lang.Object |
caseScopeSortedAlias(ScopeSortedAlias object)
Returns the result of interpreting the object as an instance of 'Scope Sorted Alias'
|
java.lang.Object |
caseValidatableObject(ValidatableObject object)
Returns the result of interpreting the object as an instance of 'Validatable Object'
|
java.lang.Object |
caseValueSetCell(ValueSetCell object)
Returns the result of interpreting the object as an instance of 'Value Set Cell'
|
java.lang.Object |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'
|
protected java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EClass theEClass,
org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result |
java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result |
protected java.lang.Object |
doSwitch(int classifierID,
org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result |
public static final java.lang.String copyright
protected static DecisiontablePackage modelPackage
public DecisiontableSwitch()
public java.lang.Object doSwitch(org.eclipse.emf.ecore.EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.protected java.lang.Object doSwitch(org.eclipse.emf.ecore.EClass theEClass,
org.eclipse.emf.ecore.EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.protected java.lang.Object doSwitch(int classifierID,
org.eclipse.emf.ecore.EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.public java.lang.Object caseActionItem(ActionItem object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseActionSection(ActionSection object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseCell(Cell object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseConditionItem(ConditionItem object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseConditionSection(ConditionSection object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseExpressionCell(ExpressionCell object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeAssociation(ScopeAssociation object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeAttribute(ScopeAttribute object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeEntity(ScopeEntity object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeFolder(ScopeFolder object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeNode(ScopeNode object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeFilter(ScopeFilter object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeSection(ScopeSection object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseFilterItem(FilterItem object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseFilterSection(FilterSection object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseRuleColumn(RuleColumn object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseRuleSection(RuleSection object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseDecisionTable(DecisionTable object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseRuleStatementItem(RuleStatementItem object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseRuleStatementSection(RuleStatementSection object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseValueSetCell(ValueSetCell object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeAlias(ScopeAlias object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseConditionValueSetCell(ConditionValueSetCell object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseActionValueSetCell(ActionValueSetCell object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseOptimizerResults(OptimizerResults object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseAmbiguity(Ambiguity object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseScopeSortedAlias(ScopeSortedAlias object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseValidatableObject(ValidatableObject object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseRulesheetView(RulesheetView object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object defaultCase(org.eclipse.emf.ecore.EObject object)
object - the target of the switch.doSwitch(org.eclipse.emf.ecore.EObject)Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.