Class LqnSwitch<T>
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.palladiosimulator.solver.lqn.util.LqnSwitch<T>
The Switch for the model's inheritance hierarchy. It supports the
call
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.
- See Also:
- Generated class or method.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncaseActivityDefBase
(ActivityDefBase object) Returns the result of interpreting the object as an instance of 'Activity Def Base'.caseActivityDefType
(ActivityDefType object) Returns the result of interpreting the object as an instance of 'Activity Def Type'.Returns the result of interpreting the object as an instance of 'Activity Graph Base'.caseActivityListType
(ActivityListType object) Returns the result of interpreting the object as an instance of 'Activity List Type'.Returns the result of interpreting the object as an instance of 'Activity Loop List Type'.caseActivityLoopType
(ActivityLoopType object) Returns the result of interpreting the object as an instance of 'Activity Loop Type'.Returns the result of interpreting the object as an instance of 'Activity Making Call Type'.caseActivityOrType
(ActivityOrType object) Returns the result of interpreting the object as an instance of 'Activity Or Type'.Returns the result of interpreting the object as an instance of 'Activity Phases Type'.caseActivityType
(ActivityType object) Returns the result of interpreting the object as an instance of 'Activity Type'.caseAndJoinListType
(AndJoinListType object) Returns the result of interpreting the object as an instance of 'And Join List Type'.caseAsynchCallType
(AsynchCallType object) Returns the result of interpreting the object as an instance of 'Asynch Call Type'.caseBindType
(BindType object) Returns the result of interpreting the object as an instance of 'Bind Type'.caseCallListType
(CallListType object) Returns the result of interpreting the object as an instance of 'Call List Type'.caseDocumentRoot
(DocumentRoot object) Returns the result of interpreting the object as an instance of 'Document Root'.Returns the result of interpreting the object as an instance of 'Entry Activity Def Type'.Returns the result of interpreting the object as an instance of 'Entry Activity Graph'.Returns the result of interpreting the object as an instance of 'Entry Making Call Type'.caseEntryType
(EntryType object) Returns the result of interpreting the object as an instance of 'Entry Type'.caseFanInType
(FanInType object) Returns the result of interpreting the object as an instance of 'Fan In Type'.caseFanOutType
(FanOutType object) Returns the result of interpreting the object as an instance of 'Fan Out Type'.caseFirstPlotType
(FirstPlotType object) Returns the result of interpreting the object as an instance of 'First Plot Type'.caseGroupType
(GroupType object) Returns the result of interpreting the object as an instance of 'Group Type'.caseHistogramBinType
(HistogramBinType object) Returns the result of interpreting the object as an instance of 'Histogram Bin Type'.caseInPortType
(InPortType object) Returns the result of interpreting the object as an instance of 'In Port Type'.caseInterfaceType
(InterfaceType object) Returns the result of interpreting the object as an instance of 'Interface Type'.caseLqnCoreType
(LqnCoreType object) Returns the result of interpreting the object as an instance of 'Core Type'.caseLqnModelType
(LqnModelType object) Returns the result of interpreting the object as an instance of 'Model Type'.caseMakingCallType
(MakingCallType object) Returns the result of interpreting the object as an instance of 'Making Call Type'.caseMvaInfoType
(MvaInfoType object) Returns the result of interpreting the object as an instance of 'Mva Info Type'.caseOrListType
(OrListType object) Returns the result of interpreting the object as an instance of 'Or List Type'.caseOutPortType
(OutPortType object) Returns the result of interpreting the object as an instance of 'Out Port Type'.Returns the result of interpreting the object as an instance of 'Output Distribution Type'.Returns the result of interpreting the object as an instance of 'Output Entry Distribution Type'.Returns the result of interpreting the object as an instance of 'Output Result Join Delay Type'.caseOutputResultType
(OutputResultType object) Returns the result of interpreting the object as an instance of 'Output Result Type'.caseParameterType
(ParameterType object) Returns the result of interpreting the object as an instance of 'Parameter Type'.caseParaType
(ParaType object) Returns the result of interpreting the object as an instance of 'Para Type'.casePhaseActivities
(PhaseActivities object) Returns the result of interpreting the object as an instance of 'Phase Activities'.casePlotControlType
(PlotControlType object) Returns the result of interpreting the object as an instance of 'Plot Control Type'.casePlotType
(PlotType object) Returns the result of interpreting the object as an instance of 'Plot Type'.casePortBindingType
(PortBindingType object) Returns the result of interpreting the object as an instance of 'Port Binding Type'.casePragmaType
(PragmaType object) Returns the result of interpreting the object as an instance of 'Pragma Type'.casePrecedenceType
(PrecedenceType object) Returns the result of interpreting the object as an instance of 'Precedence Type'.Returns the result of interpreting the object as an instance of 'Processor Binding Type'.caseProcessorType
(ProcessorType object) Returns the result of interpreting the object as an instance of 'Processor Type'.Returns the result of interpreting the object as an instance of 'Reply Activity Type'.caseReplyEntryType
(ReplyEntryType object) Returns the result of interpreting the object as an instance of 'Reply Entry Type'.caseResultConf95Type
(ResultConf95Type object) Returns the result of interpreting the object as an instance of 'Result Conf95 Type'.Returns the result of interpreting the object as an instance of 'Result Conf95 Type1'.caseResultConf99Type
(ResultConf99Type object) Returns the result of interpreting the object as an instance of 'Result Conf99 Type'.Returns the result of interpreting the object as an instance of 'Result Conf99 Type1'.Returns the result of interpreting the object as an instance of 'Result General Type'.caseRunControlType
(RunControlType object) Returns the result of interpreting the object as an instance of 'Run Control Type'.caseServiceType
(ServiceType object) Returns the result of interpreting the object as an instance of 'Service Type'.Returns the result of interpreting the object as an instance of 'Single Activity List Type'.caseSlotType
(SlotType object) Returns the result of interpreting the object as an instance of 'Slot Type'.caseSolverParamsType
(SolverParamsType object) Returns the result of interpreting the object as an instance of 'Solver Params Type'.caseSynchCallType
(SynchCallType object) Returns the result of interpreting the object as an instance of 'Synch Call Type'.Returns the result of interpreting the object as an instance of 'Task Activity Graph'.caseTaskType
(TaskType object) Returns the result of interpreting the object as an instance of 'Task Type'.defaultCase
(EObject object) Returns the result of interpreting the object as an instance of 'EObject'.protected T
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.protected boolean
isSwitchFor
(EPackage ePackage) Checks whether this is a switch for the given package.
-
Field Details
-
modelPackage
The cached model package- Generated class or method.
-
-
Constructor Details
-
LqnSwitch
public LqnSwitch()Creates an instance of the switch.- Generated class or method.
-
-
Method Details
-
isSwitchFor
Checks whether this is a switch for the given package.- Specified by:
isSwitchFor
in classSwitch<T>
- Returns:
- whether this is a switch for the given package.
- Generated class or method.
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result. -
caseActivityDefBase
Returns the result of interpreting the object as an instance of 'Activity Def Base'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Def Base'.
- See Also:
- Generated class or method.
-
caseActivityDefType
Returns the result of interpreting the object as an instance of 'Activity Def Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Def Type'.
- See Also:
- Generated class or method.
-
caseActivityGraphBase
Returns the result of interpreting the object as an instance of 'Activity Graph Base'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Graph Base'.
- See Also:
- Generated class or method.
-
caseActivityListType
Returns the result of interpreting the object as an instance of 'Activity List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity List Type'.
- See Also:
- Generated class or method.
-
caseActivityLoopListType
Returns the result of interpreting the object as an instance of 'Activity Loop List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Loop List Type'.
- See Also:
- Generated class or method.
-
caseActivityLoopType
Returns the result of interpreting the object as an instance of 'Activity Loop Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Loop Type'.
- See Also:
- Generated class or method.
-
caseActivityMakingCallType
Returns the result of interpreting the object as an instance of 'Activity Making Call Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Making Call Type'.
- See Also:
- Generated class or method.
-
caseActivityOrType
Returns the result of interpreting the object as an instance of 'Activity Or Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Or Type'.
- See Also:
- Generated class or method.
-
caseActivityPhasesType
Returns the result of interpreting the object as an instance of 'Activity Phases Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Phases Type'.
- See Also:
- Generated class or method.
-
caseActivityType
Returns the result of interpreting the object as an instance of 'Activity Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Activity Type'.
- See Also:
- Generated class or method.
-
caseAndJoinListType
Returns the result of interpreting the object as an instance of 'And Join List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'And Join List Type'.
- See Also:
- Generated class or method.
-
caseAsynchCallType
Returns the result of interpreting the object as an instance of 'Asynch Call Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Asynch Call Type'.
- See Also:
- Generated class or method.
-
caseBindType
Returns the result of interpreting the object as an instance of 'Bind Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Bind Type'.
- See Also:
- Generated class or method.
-
caseCallListType
Returns the result of interpreting the object as an instance of 'Call List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Call List Type'.
- See Also:
- Generated class or method.
-
caseDocumentRoot
Returns the result of interpreting the object as an instance of 'Document Root'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Document Root'.
- See Also:
- Generated class or method.
-
caseEntryActivityDefType
Returns the result of interpreting the object as an instance of 'Entry Activity Def Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Entry Activity Def Type'.
- See Also:
- Generated class or method.
-
caseEntryActivityGraph
Returns the result of interpreting the object as an instance of 'Entry Activity Graph'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Entry Activity Graph'.
- See Also:
- Generated class or method.
-
caseEntryMakingCallType
Returns the result of interpreting the object as an instance of 'Entry Making Call Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Entry Making Call Type'.
- See Also:
- Generated class or method.
-
caseEntryType
Returns the result of interpreting the object as an instance of 'Entry Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Entry Type'.
- See Also:
- Generated class or method.
-
caseFanInType
Returns the result of interpreting the object as an instance of 'Fan In Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Fan In Type'.
- See Also:
- Generated class or method.
-
caseFanOutType
Returns the result of interpreting the object as an instance of 'Fan Out Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Fan Out Type'.
- See Also:
- Generated class or method.
-
caseFirstPlotType
Returns the result of interpreting the object as an instance of 'First Plot Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'First Plot Type'.
- See Also:
- Generated class or method.
-
caseGroupType
Returns the result of interpreting the object as an instance of 'Group Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Group Type'.
- See Also:
- Generated class or method.
-
caseHistogramBinType
Returns the result of interpreting the object as an instance of 'Histogram Bin Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Histogram Bin Type'.
- See Also:
- Generated class or method.
-
caseInPortType
Returns the result of interpreting the object as an instance of 'In Port Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'In Port Type'.
- See Also:
- Generated class or method.
-
caseInterfaceType
Returns the result of interpreting the object as an instance of 'Interface Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Interface Type'.
- See Also:
- Generated class or method.
-
caseLqnCoreType
Returns the result of interpreting the object as an instance of 'Core Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Core Type'.
- See Also:
- Generated class or method.
-
caseLqnModelType
Returns the result of interpreting the object as an instance of 'Model Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Model Type'.
- See Also:
- Generated class or method.
-
caseMakingCallType
Returns the result of interpreting the object as an instance of 'Making Call Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Making Call Type'.
- See Also:
- Generated class or method.
-
caseMvaInfoType
Returns the result of interpreting the object as an instance of 'Mva Info Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Mva Info Type'.
- See Also:
- Generated class or method.
-
caseOrListType
Returns the result of interpreting the object as an instance of 'Or List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Or List Type'.
- See Also:
- Generated class or method.
-
caseOutPortType
Returns the result of interpreting the object as an instance of 'Out Port Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Out Port Type'.
- See Also:
- Generated class or method.
-
caseOutputDistributionType
Returns the result of interpreting the object as an instance of 'Output Distribution Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Output Distribution Type'.
- See Also:
- Generated class or method.
-
caseOutputEntryDistributionType
Returns the result of interpreting the object as an instance of 'Output Entry Distribution Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Output Entry Distribution Type'.
- See Also:
- Generated class or method.
-
caseOutputResultJoinDelayType
Returns the result of interpreting the object as an instance of 'Output Result Join Delay Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Output Result Join Delay Type'.
- See Also:
- Generated class or method.
-
caseOutputResultType
Returns the result of interpreting the object as an instance of 'Output Result Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Output Result Type'.
- See Also:
- Generated class or method.
-
caseParameterType
Returns the result of interpreting the object as an instance of 'Parameter Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Parameter Type'.
- See Also:
- Generated class or method.
-
caseParaType
Returns the result of interpreting the object as an instance of 'Para Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Para Type'.
- See Also:
- Generated class or method.
-
casePhaseActivities
Returns the result of interpreting the object as an instance of 'Phase Activities'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Phase Activities'.
- See Also:
- Generated class or method.
-
casePlotControlType
Returns the result of interpreting the object as an instance of 'Plot Control Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Plot Control Type'.
- See Also:
- Generated class or method.
-
casePlotType
Returns the result of interpreting the object as an instance of 'Plot Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Plot Type'.
- See Also:
- Generated class or method.
-
casePortBindingType
Returns the result of interpreting the object as an instance of 'Port Binding Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Port Binding Type'.
- See Also:
- Generated class or method.
-
casePragmaType
Returns the result of interpreting the object as an instance of 'Pragma Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Pragma Type'.
- See Also:
- Generated class or method.
-
casePrecedenceType
Returns the result of interpreting the object as an instance of 'Precedence Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Precedence Type'.
- See Also:
- Generated class or method.
-
caseProcessorBindingType
Returns the result of interpreting the object as an instance of 'Processor Binding Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Processor Binding Type'.
- See Also:
- Generated class or method.
-
caseProcessorType
Returns the result of interpreting the object as an instance of 'Processor Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Processor Type'.
- See Also:
- Generated class or method.
-
caseReplyActivityType
Returns the result of interpreting the object as an instance of 'Reply Activity Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reply Activity Type'.
- See Also:
- Generated class or method.
-
caseReplyEntryType
Returns the result of interpreting the object as an instance of 'Reply Entry Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reply Entry Type'.
- See Also:
- Generated class or method.
-
caseResultConf95Type
Returns the result of interpreting the object as an instance of 'Result Conf95 Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Result Conf95 Type'.
- See Also:
- Generated class or method.
-
caseResultConf95Type1
Returns the result of interpreting the object as an instance of 'Result Conf95 Type1'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Result Conf95 Type1'.
- See Also:
- Generated class or method.
-
caseResultConf99Type
Returns the result of interpreting the object as an instance of 'Result Conf99 Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Result Conf99 Type'.
- See Also:
- Generated class or method.
-
caseResultConf99Type1
Returns the result of interpreting the object as an instance of 'Result Conf99 Type1'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Result Conf99 Type1'.
- See Also:
- Generated class or method.
-
caseResultGeneralType
Returns the result of interpreting the object as an instance of 'Result General Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Result General Type'.
- See Also:
- Generated class or method.
-
caseRunControlType
Returns the result of interpreting the object as an instance of 'Run Control Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Run Control Type'.
- See Also:
- Generated class or method.
-
caseServiceType
Returns the result of interpreting the object as an instance of 'Service Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Service Type'.
- See Also:
- Generated class or method.
-
caseSingleActivityListType
Returns the result of interpreting the object as an instance of 'Single Activity List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Single Activity List Type'.
- See Also:
- Generated class or method.
-
caseSlotType
Returns the result of interpreting the object as an instance of 'Slot Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Slot Type'.
- See Also:
- Generated class or method.
-
caseSolverParamsType
Returns the result of interpreting the object as an instance of 'Solver Params Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Solver Params Type'.
- See Also:
- Generated class or method.
-
caseSynchCallType
Returns the result of interpreting the object as an instance of 'Synch Call Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Synch Call Type'.
- See Also:
- Generated class or method.
-
caseTaskActivityGraph
Returns the result of interpreting the object as an instance of 'Task Activity Graph'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Task Activity Graph'.
- See Also:
- Generated class or method.
-
caseTaskType
Returns the result of interpreting the object as an instance of 'Task Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Task Type'.
- See Also:
- Generated class or method.
-
defaultCase
Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.- Overrides:
defaultCase
in classSwitch<T>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'EObject'.
- See Also:
- Generated class or method.
-