public class ExecComponentsSwitch<T>
extends org.eclipse.emf.ecore.util.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.
ExecComponentsPackage| Modifier and Type | Field and Description |
|---|---|
protected static ExecComponentsPackage |
modelPackage
The cached model package
|
| Constructor and Description |
|---|
ExecComponentsSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseComponent(Component object)
Returns the result of interpreting the object as an instance of 'Component'.
|
T |
caseConfiguration(Configuration object)
Returns the result of interpreting the object as an instance of 'Configuration'.
|
T |
caseDataComponent(DataComponent object)
Returns the result of interpreting the object as an instance of 'Data Component'.
|
T |
caseExecJob(ExecJob object)
Returns the result of interpreting the object as an instance of 'Exec Job'.
|
T |
caseLoadAverage(LoadAverage object)
Returns the result of interpreting the object as an instance of 'Load Average'.
|
T |
caseLoadAverageConfiguration(LoadAverageConfiguration object)
Returns the result of interpreting the object as an instance of 'Load Average Configuration'.
|
T |
caseMasterComponent(MasterComponent object)
Returns the result of interpreting the object as an instance of 'Master Component'.
|
T |
casePingCheck(PingCheck object)
Returns the result of interpreting the object as an instance of 'Ping Check'.
|
T |
casePingCheckConfiguration(PingCheckConfiguration object)
Returns the result of interpreting the object as an instance of 'Ping Check Configuration'.
|
T |
caseSystemInformationVMStat(SystemInformationVMStat object)
Returns the result of interpreting the object as an instance of 'System Information VM Stat'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
protected T |
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. |
protected boolean |
isSwitchFor(org.eclipse.emf.ecore.EPackage ePackage)
Checks whether this is a switch for the given package.
|
protected static ExecComponentsPackage modelPackage
public ExecComponentsSwitch()
protected boolean isSwitchFor(org.eclipse.emf.ecore.EPackage ePackage)
isSwitchFor in class org.eclipse.emf.ecore.util.Switch<T>protected T 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.
doSwitch in class org.eclipse.emf.ecore.util.Switch<T>caseXXX call.public T caseExecJob(ExecJob object)
object - the target of the switch.doSwitch(EObject)public T caseLoadAverage(LoadAverage object)
object - the target of the switch.doSwitch(EObject)public T caseLoadAverageConfiguration(LoadAverageConfiguration object)
object - the target of the switch.doSwitch(EObject)public T casePingCheck(PingCheck object)
object - the target of the switch.doSwitch(EObject)public T casePingCheckConfiguration(PingCheckConfiguration object)
object - the target of the switch.doSwitch(EObject)public T caseSystemInformationVMStat(SystemInformationVMStat object)
object - the target of the switch.doSwitch(EObject)public T caseComponent(Component object)
object - the target of the switch.doSwitch(EObject)public T caseDataComponent(DataComponent object)
object - the target of the switch.doSwitch(EObject)public T caseMasterComponent(MasterComponent object)
object - the target of the switch.doSwitch(EObject)public T caseConfiguration(Configuration object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(org.eclipse.emf.ecore.EObject object)
defaultCase in class org.eclipse.emf.ecore.util.Switch<T>object - the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)