Class LqnAdapterFactory
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- org.palladiosimulator.solver.lqn.util.LqnAdapterFactory
-
- All Implemented Interfaces:
AdapterFactory
- Direct Known Subclasses:
LqnItemProviderAdapterFactory
public class LqnAdapterFactory extends AdapterFactoryImpl
The Adapter Factory for the model. It provides an adaptercreateXXXmethod for each class of the model.- See Also:
LqnPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected static LqnPackagemodelPackageThe cached model package.protected LqnSwitch<Adapter>modelSwitchThe switch that delegates to thecreateXXXmethods.
-
Constructor Summary
Constructors Constructor Description LqnAdapterFactory()Creates an instance of the adapter factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdaptercreateActivityDefBaseAdapter()Creates a new adapter for an object of class 'Activity Def Base'.AdaptercreateActivityDefTypeAdapter()Creates a new adapter for an object of class 'Activity Def Type'.AdaptercreateActivityGraphBaseAdapter()Creates a new adapter for an object of class 'Activity Graph Base'.AdaptercreateActivityListTypeAdapter()Creates a new adapter for an object of class 'Activity List Type'.AdaptercreateActivityLoopListTypeAdapter()Creates a new adapter for an object of class 'Activity Loop List Type'.AdaptercreateActivityLoopTypeAdapter()Creates a new adapter for an object of class 'Activity Loop Type'.AdaptercreateActivityMakingCallTypeAdapter()Creates a new adapter for an object of class 'Activity Making Call Type'.AdaptercreateActivityOrTypeAdapter()Creates a new adapter for an object of class 'Activity Or Type'.AdaptercreateActivityPhasesTypeAdapter()Creates a new adapter for an object of class 'Activity Phases Type'.AdaptercreateActivityTypeAdapter()Creates a new adapter for an object of class 'Activity Type'.AdaptercreateAdapter(Notifier target)Creates an adapter for thetarget.AdaptercreateAndJoinListTypeAdapter()Creates a new adapter for an object of class 'And Join List Type'.AdaptercreateAsynchCallTypeAdapter()Creates a new adapter for an object of class 'Asynch Call Type'.AdaptercreateBindTypeAdapter()Creates a new adapter for an object of class 'Bind Type'.AdaptercreateCallListTypeAdapter()Creates a new adapter for an object of class 'Call List Type'.AdaptercreateDocumentRootAdapter()Creates a new adapter for an object of class 'Document Root'.AdaptercreateEntryActivityDefTypeAdapter()Creates a new adapter for an object of class 'Entry Activity Def Type'.AdaptercreateEntryActivityGraphAdapter()Creates a new adapter for an object of class 'Entry Activity Graph'.AdaptercreateEntryMakingCallTypeAdapter()Creates a new adapter for an object of class 'Entry Making Call Type'.AdaptercreateEntryTypeAdapter()Creates a new adapter for an object of class 'Entry Type'.AdaptercreateEObjectAdapter()Creates a new adapter for the default case.AdaptercreateFanInTypeAdapter()Creates a new adapter for an object of class 'Fan In Type'.AdaptercreateFanOutTypeAdapter()Creates a new adapter for an object of class 'Fan Out Type'.AdaptercreateFirstPlotTypeAdapter()Creates a new adapter for an object of class 'First Plot Type'.AdaptercreateGroupTypeAdapter()Creates a new adapter for an object of class 'Group Type'.AdaptercreateHistogramBinTypeAdapter()Creates a new adapter for an object of class 'Histogram Bin Type'.AdaptercreateInPortTypeAdapter()Creates a new adapter for an object of class 'In Port Type'.AdaptercreateInterfaceTypeAdapter()Creates a new adapter for an object of class 'Interface Type'.AdaptercreateLqnCoreTypeAdapter()Creates a new adapter for an object of class 'Core Type'.AdaptercreateLqnModelTypeAdapter()Creates a new adapter for an object of class 'Model Type'.AdaptercreateMakingCallTypeAdapter()Creates a new adapter for an object of class 'Making Call Type'.AdaptercreateMvaInfoTypeAdapter()Creates a new adapter for an object of class 'Mva Info Type'.AdaptercreateOrListTypeAdapter()Creates a new adapter for an object of class 'Or List Type'.AdaptercreateOutPortTypeAdapter()Creates a new adapter for an object of class 'Out Port Type'.AdaptercreateOutputDistributionTypeAdapter()Creates a new adapter for an object of class 'Output Distribution Type'.AdaptercreateOutputEntryDistributionTypeAdapter()Creates a new adapter for an object of class 'Output Entry Distribution Type'.AdaptercreateOutputResultJoinDelayTypeAdapter()Creates a new adapter for an object of class 'Output Result Join Delay Type'.AdaptercreateOutputResultTypeAdapter()Creates a new adapter for an object of class 'Output Result Type'.AdaptercreateParameterTypeAdapter()Creates a new adapter for an object of class 'Parameter Type'.AdaptercreateParaTypeAdapter()Creates a new adapter for an object of class 'Para Type'.AdaptercreatePhaseActivitiesAdapter()Creates a new adapter for an object of class 'Phase Activities'.AdaptercreatePlotControlTypeAdapter()Creates a new adapter for an object of class 'Plot Control Type'.AdaptercreatePlotTypeAdapter()Creates a new adapter for an object of class 'Plot Type'.AdaptercreatePortBindingTypeAdapter()Creates a new adapter for an object of class 'Port Binding Type'.AdaptercreatePragmaTypeAdapter()Creates a new adapter for an object of class 'Pragma Type'.AdaptercreatePrecedenceTypeAdapter()Creates a new adapter for an object of class 'Precedence Type'.AdaptercreateProcessorBindingTypeAdapter()Creates a new adapter for an object of class 'Processor Binding Type'.AdaptercreateProcessorTypeAdapter()Creates a new adapter for an object of class 'Processor Type'.AdaptercreateReplyActivityTypeAdapter()Creates a new adapter for an object of class 'Reply Activity Type'.AdaptercreateReplyEntryTypeAdapter()Creates a new adapter for an object of class 'Reply Entry Type'.AdaptercreateResultConf95Type1Adapter()Creates a new adapter for an object of class 'Result Conf95 Type1'.AdaptercreateResultConf95TypeAdapter()Creates a new adapter for an object of class 'Result Conf95 Type'.AdaptercreateResultConf99Type1Adapter()Creates a new adapter for an object of class 'Result Conf99 Type1'.AdaptercreateResultConf99TypeAdapter()Creates a new adapter for an object of class 'Result Conf99 Type'.AdaptercreateResultGeneralTypeAdapter()Creates a new adapter for an object of class 'Result General Type'.AdaptercreateRunControlTypeAdapter()Creates a new adapter for an object of class 'Run Control Type'.AdaptercreateServiceTypeAdapter()Creates a new adapter for an object of class 'Service Type'.AdaptercreateSingleActivityListTypeAdapter()Creates a new adapter for an object of class 'Single Activity List Type'.AdaptercreateSlotTypeAdapter()Creates a new adapter for an object of class 'Slot Type'.AdaptercreateSolverParamsTypeAdapter()Creates a new adapter for an object of class 'Solver Params Type'.AdaptercreateSynchCallTypeAdapter()Creates a new adapter for an object of class 'Synch Call Type'.AdaptercreateTaskActivityGraphAdapter()Creates a new adapter for an object of class 'Task Activity Graph'.AdaptercreateTaskTypeAdapter()Creates a new adapter for an object of class 'Task Type'.booleanisFactoryForType(Object object)Returns whether this factory is applicable for the type of the object.-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
-
-
-
Field Detail
-
modelPackage
protected static LqnPackage modelPackage
The cached model package.- Generated class or method.
-
-
Method Detail
-
isFactoryForType
public boolean isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. This implementation returnstrueif the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForTypein interfaceAdapterFactory- Overrides:
isFactoryForTypein classAdapterFactoryImpl- Returns:
- whether this factory is applicable for the type of the object.
- Generated class or method.
-
createAdapter
public Adapter createAdapter(Notifier target)
Creates an adapter for thetarget.- Overrides:
createAdapterin classAdapterFactoryImpl- Parameters:
target- the object to adapt.- Returns:
- the adapter for the
target. - Generated class or method.
-
createActivityDefBaseAdapter
public Adapter createActivityDefBaseAdapter()
Creates a new adapter for an object of class 'Activity Def Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityDefBase- Generated class or method.
-
createActivityDefTypeAdapter
public Adapter createActivityDefTypeAdapter()
Creates a new adapter for an object of class 'Activity Def Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityDefType- Generated class or method.
-
createActivityGraphBaseAdapter
public Adapter createActivityGraphBaseAdapter()
Creates a new adapter for an object of class 'Activity Graph Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityGraphBase- Generated class or method.
-
createActivityListTypeAdapter
public Adapter createActivityListTypeAdapter()
Creates a new adapter for an object of class 'Activity List Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityListType- Generated class or method.
-
createActivityLoopListTypeAdapter
public Adapter createActivityLoopListTypeAdapter()
Creates a new adapter for an object of class 'Activity Loop List Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityLoopListType- Generated class or method.
-
createActivityLoopTypeAdapter
public Adapter createActivityLoopTypeAdapter()
Creates a new adapter for an object of class 'Activity Loop Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityLoopType- Generated class or method.
-
createActivityMakingCallTypeAdapter
public Adapter createActivityMakingCallTypeAdapter()
Creates a new adapter for an object of class 'Activity Making Call Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityMakingCallType- Generated class or method.
-
createActivityOrTypeAdapter
public Adapter createActivityOrTypeAdapter()
Creates a new adapter for an object of class 'Activity Or Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityOrType- Generated class or method.
-
createActivityPhasesTypeAdapter
public Adapter createActivityPhasesTypeAdapter()
Creates a new adapter for an object of class 'Activity Phases Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityPhasesType- Generated class or method.
-
createActivityTypeAdapter
public Adapter createActivityTypeAdapter()
Creates a new adapter for an object of class 'Activity Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ActivityType- Generated class or method.
-
createAndJoinListTypeAdapter
public Adapter createAndJoinListTypeAdapter()
Creates a new adapter for an object of class 'And Join List Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
AndJoinListType- Generated class or method.
-
createAsynchCallTypeAdapter
public Adapter createAsynchCallTypeAdapter()
Creates a new adapter for an object of class 'Asynch Call Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
AsynchCallType- Generated class or method.
-
createBindTypeAdapter
public Adapter createBindTypeAdapter()
Creates a new adapter for an object of class 'Bind Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
BindType- Generated class or method.
-
createCallListTypeAdapter
public Adapter createCallListTypeAdapter()
Creates a new adapter for an object of class 'Call List Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
CallListType- Generated class or method.
-
createDocumentRootAdapter
public Adapter createDocumentRootAdapter()
Creates a new adapter for an object of class 'Document Root'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
DocumentRoot- Generated class or method.
-
createEntryActivityDefTypeAdapter
public Adapter createEntryActivityDefTypeAdapter()
Creates a new adapter for an object of class 'Entry Activity Def Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
EntryActivityDefType- Generated class or method.
-
createEntryActivityGraphAdapter
public Adapter createEntryActivityGraphAdapter()
Creates a new adapter for an object of class 'Entry Activity Graph'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
EntryActivityGraph- Generated class or method.
-
createEntryMakingCallTypeAdapter
public Adapter createEntryMakingCallTypeAdapter()
Creates a new adapter for an object of class 'Entry Making Call Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
EntryMakingCallType- Generated class or method.
-
createEntryTypeAdapter
public Adapter createEntryTypeAdapter()
Creates a new adapter for an object of class 'Entry Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
EntryType- Generated class or method.
-
createFanInTypeAdapter
public Adapter createFanInTypeAdapter()
Creates a new adapter for an object of class 'Fan In Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
FanInType- Generated class or method.
-
createFanOutTypeAdapter
public Adapter createFanOutTypeAdapter()
Creates a new adapter for an object of class 'Fan Out Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
FanOutType- Generated class or method.
-
createFirstPlotTypeAdapter
public Adapter createFirstPlotTypeAdapter()
Creates a new adapter for an object of class 'First Plot Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
FirstPlotType- Generated class or method.
-
createGroupTypeAdapter
public Adapter createGroupTypeAdapter()
Creates a new adapter for an object of class 'Group Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
GroupType- Generated class or method.
-
createHistogramBinTypeAdapter
public Adapter createHistogramBinTypeAdapter()
Creates a new adapter for an object of class 'Histogram Bin Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
HistogramBinType- Generated class or method.
-
createInPortTypeAdapter
public Adapter createInPortTypeAdapter()
Creates a new adapter for an object of class 'In Port Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
InPortType- Generated class or method.
-
createInterfaceTypeAdapter
public Adapter createInterfaceTypeAdapter()
Creates a new adapter for an object of class 'Interface Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
InterfaceType- Generated class or method.
-
createLqnCoreTypeAdapter
public Adapter createLqnCoreTypeAdapter()
Creates a new adapter for an object of class 'Core Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
LqnCoreType- Generated class or method.
-
createLqnModelTypeAdapter
public Adapter createLqnModelTypeAdapter()
Creates a new adapter for an object of class 'Model Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
LqnModelType- Generated class or method.
-
createMakingCallTypeAdapter
public Adapter createMakingCallTypeAdapter()
Creates a new adapter for an object of class 'Making Call Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
MakingCallType- Generated class or method.
-
createMvaInfoTypeAdapter
public Adapter createMvaInfoTypeAdapter()
Creates a new adapter for an object of class 'Mva Info Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
MvaInfoType- Generated class or method.
-
createOrListTypeAdapter
public Adapter createOrListTypeAdapter()
Creates a new adapter for an object of class 'Or List Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
OrListType- Generated class or method.
-
createOutPortTypeAdapter
public Adapter createOutPortTypeAdapter()
Creates a new adapter for an object of class 'Out Port Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
OutPortType- Generated class or method.
-
createOutputDistributionTypeAdapter
public Adapter createOutputDistributionTypeAdapter()
Creates a new adapter for an object of class 'Output Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
OutputDistributionType- Generated class or method.
-
createOutputEntryDistributionTypeAdapter
public Adapter createOutputEntryDistributionTypeAdapter()
Creates a new adapter for an object of class 'Output Entry Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
OutputEntryDistributionType- Generated class or method.
-
createOutputResultJoinDelayTypeAdapter
public Adapter createOutputResultJoinDelayTypeAdapter()
Creates a new adapter for an object of class 'Output Result Join Delay Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
OutputResultJoinDelayType- Generated class or method.
-
createOutputResultTypeAdapter
public Adapter createOutputResultTypeAdapter()
Creates a new adapter for an object of class 'Output Result Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
OutputResultType- Generated class or method.
-
createParameterTypeAdapter
public Adapter createParameterTypeAdapter()
Creates a new adapter for an object of class 'Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ParameterType- Generated class or method.
-
createParaTypeAdapter
public Adapter createParaTypeAdapter()
Creates a new adapter for an object of class 'Para Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ParaType- Generated class or method.
-
createPhaseActivitiesAdapter
public Adapter createPhaseActivitiesAdapter()
Creates a new adapter for an object of class 'Phase Activities'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
PhaseActivities- Generated class or method.
-
createPlotControlTypeAdapter
public Adapter createPlotControlTypeAdapter()
Creates a new adapter for an object of class 'Plot Control Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
PlotControlType- Generated class or method.
-
createPlotTypeAdapter
public Adapter createPlotTypeAdapter()
Creates a new adapter for an object of class 'Plot Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
PlotType- Generated class or method.
-
createPortBindingTypeAdapter
public Adapter createPortBindingTypeAdapter()
Creates a new adapter for an object of class 'Port Binding Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
PortBindingType- Generated class or method.
-
createPragmaTypeAdapter
public Adapter createPragmaTypeAdapter()
Creates a new adapter for an object of class 'Pragma Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
PragmaType- Generated class or method.
-
createPrecedenceTypeAdapter
public Adapter createPrecedenceTypeAdapter()
Creates a new adapter for an object of class 'Precedence Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
PrecedenceType- Generated class or method.
-
createProcessorBindingTypeAdapter
public Adapter createProcessorBindingTypeAdapter()
Creates a new adapter for an object of class 'Processor Binding Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ProcessorBindingType- Generated class or method.
-
createProcessorTypeAdapter
public Adapter createProcessorTypeAdapter()
Creates a new adapter for an object of class 'Processor Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ProcessorType- Generated class or method.
-
createReplyActivityTypeAdapter
public Adapter createReplyActivityTypeAdapter()
Creates a new adapter for an object of class 'Reply Activity Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ReplyActivityType- Generated class or method.
-
createReplyEntryTypeAdapter
public Adapter createReplyEntryTypeAdapter()
Creates a new adapter for an object of class 'Reply Entry Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ReplyEntryType- Generated class or method.
-
createResultConf95TypeAdapter
public Adapter createResultConf95TypeAdapter()
Creates a new adapter for an object of class 'Result Conf95 Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ResultConf95Type- Generated class or method.
-
createResultConf95Type1Adapter
public Adapter createResultConf95Type1Adapter()
Creates a new adapter for an object of class 'Result Conf95 Type1'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ResultConf95Type1- Generated class or method.
-
createResultConf99TypeAdapter
public Adapter createResultConf99TypeAdapter()
Creates a new adapter for an object of class 'Result Conf99 Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ResultConf99Type- Generated class or method.
-
createResultConf99Type1Adapter
public Adapter createResultConf99Type1Adapter()
Creates a new adapter for an object of class 'Result Conf99 Type1'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ResultConf99Type1- Generated class or method.
-
createResultGeneralTypeAdapter
public Adapter createResultGeneralTypeAdapter()
Creates a new adapter for an object of class 'Result General Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ResultGeneralType- Generated class or method.
-
createRunControlTypeAdapter
public Adapter createRunControlTypeAdapter()
Creates a new adapter for an object of class 'Run Control Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
RunControlType- Generated class or method.
-
createServiceTypeAdapter
public Adapter createServiceTypeAdapter()
Creates a new adapter for an object of class 'Service Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
ServiceType- Generated class or method.
-
createSingleActivityListTypeAdapter
public Adapter createSingleActivityListTypeAdapter()
Creates a new adapter for an object of class 'Single Activity List Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
SingleActivityListType- Generated class or method.
-
createSlotTypeAdapter
public Adapter createSlotTypeAdapter()
Creates a new adapter for an object of class 'Slot Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
SlotType- Generated class or method.
-
createSolverParamsTypeAdapter
public Adapter createSolverParamsTypeAdapter()
Creates a new adapter for an object of class 'Solver Params Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
SolverParamsType- Generated class or method.
-
createSynchCallTypeAdapter
public Adapter createSynchCallTypeAdapter()
Creates a new adapter for an object of class 'Synch Call Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
SynchCallType- Generated class or method.
-
createTaskActivityGraphAdapter
public Adapter createTaskActivityGraphAdapter()
Creates a new adapter for an object of class 'Task Activity Graph'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
TaskActivityGraph- Generated class or method.
-
createTaskTypeAdapter
public Adapter createTaskTypeAdapter()
Creates a new adapter for an object of class 'Task Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
TaskType- Generated class or method.
-
createEObjectAdapter
public Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
- Generated class or method.
-
-