public class MonitoringxmlSwitch<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.
MonitoringxmlPackage
Constructor and Description |
---|
MonitoringxmlSwitch()
Creates an instance of the switch.
|
Modifier and Type | Method and Description |
---|---|
T |
caseAnalysisContext(AnalysisContext object)
Returns the result of interpreting the object as an instance of 'Analysis Context'.
|
T |
caseBlockingTime(BlockingTime object)
Returns the result of interpreting the object as an instance of 'Blocking Time'.
|
T |
caseExecutionTime(ExecutionTime object)
Returns the result of interpreting the object as an instance of 'Execution Time'.
|
T |
caseMeasuredValue(MeasuredValue object)
Returns the result of interpreting the object as an instance of 'Measured Value'.
|
T |
caseMonitoredResource(MonitoredResource object)
Returns the result of interpreting the object as an instance of 'Monitored Resource'.
|
T |
caseMonitoring(Monitoring object)
Returns the result of interpreting the object as an instance of 'Monitoring'.
|
T |
casePeriod(Period object)
Returns the result of interpreting the object as an instance of 'Period'.
|
T |
caseResource(Resource object)
Returns the result of interpreting the object as an instance of 'Resource'.
|
T |
caseResponseTime(ResponseTime object)
Returns the result of interpreting the object as an instance of 'Response Time'.
|
T |
caseThread(Thread object)
Returns the result of interpreting the object as an instance of 'Thread'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public MonitoringxmlSwitch()
public T caseMonitoring(Monitoring object)
object
- the target of the switch.doSwitch(EObject)
public T caseThread(Thread object)
object
- the target of the switch.doSwitch(EObject)
public T caseResource(Resource object)
object
- the target of the switch.doSwitch(EObject)
public T casePeriod(Period object)
object
- the target of the switch.doSwitch(EObject)
public T caseMonitoredResource(MonitoredResource object)
object
- the target of the switch.doSwitch(EObject)
public T caseExecutionTime(ExecutionTime object)
object
- the target of the switch.doSwitch(EObject)
public T caseBlockingTime(BlockingTime object)
object
- the target of the switch.doSwitch(EObject)
public T caseResponseTime(ResponseTime object)
object
- the target of the switch.doSwitch(EObject)
public T caseAnalysisContext(AnalysisContext object)
object
- the target of the switch.doSwitch(EObject)
public T caseMeasuredValue(MeasuredValue 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)