public class UsagemodelSwitch<T> extends Switch<T>
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.
UsagemodelPackage| Constructor and Description |
|---|
UsagemodelSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractUserAction(AbstractUserAction object)
Returns the result of interpreting the object as an instance of 'Abstract User
Action'.
|
T |
caseBranch(Branch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
T |
caseBranchTransition(BranchTransition object)
Returns the result of interpreting the object as an instance of 'Branch Transition'.
|
T |
caseClosedWorkload(ClosedWorkload object)
Returns the result of interpreting the object as an instance of 'Closed Workload'.
|
T |
caseDelay(Delay object)
Returns the result of interpreting the object as an instance of 'Delay'.
|
T |
caseEntity(Entity object)
Returns the result of interpreting the object as an instance of 'Entity'.
|
T |
caseEntryLevelSystemCall(EntryLevelSystemCall object)
Returns the result of interpreting the object as an instance of 'Entry Level System
Call'.
|
T |
caseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)
Returns the result of interpreting the object as an instance of 'Identifier'.
|
T |
caseLoop(Loop object)
Returns the result of interpreting the object as an instance of 'Loop'.
|
T |
caseNamedElement(NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.
|
T |
caseOpenWorkload(OpenWorkload object)
Returns the result of interpreting the object as an instance of 'Open Workload'.
|
T |
caseScenarioBehaviour(ScenarioBehaviour object)
Returns the result of interpreting the object as an instance of 'Scenario
Behaviour'.
|
T |
caseStart(Start object)
Returns the result of interpreting the object as an instance of 'Start'.
|
T |
caseStop(Stop object)
Returns the result of interpreting the object as an instance of 'Stop'.
|
T |
caseUsageModel(UsageModel object)
Returns the result of interpreting the object as an instance of 'Usage Model'.
|
T |
caseUsageScenario(UsageScenario object)
Returns the result of interpreting the object as an instance of 'Usage Scenario'.
|
T |
caseUserData(UserData object)
Returns the result of interpreting the object as an instance of 'User Data'.
|
T |
caseWorkload(Workload object)
Returns the result of interpreting the object as an instance of 'Workload'.
|
T |
defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public static final String copyright
public UsagemodelSwitch()
public T caseWorkload(Workload object)
object - the target of the switch.doSwitch(EObject)public T caseUsageScenario(UsageScenario object)
object - the target of the switch.doSwitch(EObject)public T caseUserData(UserData object)
object - the target of the switch.doSwitch(EObject)public T caseUsageModel(UsageModel object)
object - the target of the switch.doSwitch(EObject)public T caseEntryLevelSystemCall(EntryLevelSystemCall object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractUserAction(AbstractUserAction object)
object - the target of the switch.doSwitch(EObject)public T caseScenarioBehaviour(ScenarioBehaviour object)
object - the target of the switch.doSwitch(EObject)public T caseBranchTransition(BranchTransition object)
object - the target of the switch.doSwitch(EObject)public T caseBranch(Branch object)
object - the target of the switch.doSwitch(EObject)public T caseLoop(Loop object)
object - the target of the switch.doSwitch(EObject)public T caseStop(Stop object)
object - the target of the switch.doSwitch(EObject)public T caseStart(Start object)
object - the target of the switch.doSwitch(EObject)public T caseOpenWorkload(OpenWorkload object)
object - the target of the switch.doSwitch(EObject)public T caseDelay(Delay object)
object - the target of the switch.doSwitch(EObject)public T caseClosedWorkload(ClosedWorkload object)
object - the target of the switch.doSwitch(EObject)public T caseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)
object - the target of the switch.doSwitch(EObject)public T caseNamedElement(NamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseEntity(Entity object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(EObject object)
defaultCase in class Switch<T>object - the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)