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 adaptercreateXXX
method for each class of the model.- See Also:
LqnPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected static LqnPackage
modelPackage
The cached model package.protected LqnSwitch<Adapter>
modelSwitch
The switch that delegates to thecreateXXX
methods.
-
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 Adapter
createActivityDefBaseAdapter()
Creates a new adapter for an object of class 'Activity Def Base
'.Adapter
createActivityDefTypeAdapter()
Creates a new adapter for an object of class 'Activity Def Type
'.Adapter
createActivityGraphBaseAdapter()
Creates a new adapter for an object of class 'Activity Graph Base
'.Adapter
createActivityListTypeAdapter()
Creates a new adapter for an object of class 'Activity List Type
'.Adapter
createActivityLoopListTypeAdapter()
Creates a new adapter for an object of class 'Activity Loop List Type
'.Adapter
createActivityLoopTypeAdapter()
Creates a new adapter for an object of class 'Activity Loop Type
'.Adapter
createActivityMakingCallTypeAdapter()
Creates a new adapter for an object of class 'Activity Making Call Type
'.Adapter
createActivityOrTypeAdapter()
Creates a new adapter for an object of class 'Activity Or Type
'.Adapter
createActivityPhasesTypeAdapter()
Creates a new adapter for an object of class 'Activity Phases Type
'.Adapter
createActivityTypeAdapter()
Creates a new adapter for an object of class 'Activity Type
'.Adapter
createAdapter(Notifier target)
Creates an adapter for thetarget
.Adapter
createAndJoinListTypeAdapter()
Creates a new adapter for an object of class 'And Join List Type
'.Adapter
createAsynchCallTypeAdapter()
Creates a new adapter for an object of class 'Asynch Call Type
'.Adapter
createBindTypeAdapter()
Creates a new adapter for an object of class 'Bind Type
'.Adapter
createCallListTypeAdapter()
Creates a new adapter for an object of class 'Call List Type
'.Adapter
createDocumentRootAdapter()
Creates a new adapter for an object of class 'Document Root
'.Adapter
createEntryActivityDefTypeAdapter()
Creates a new adapter for an object of class 'Entry Activity Def Type
'.Adapter
createEntryActivityGraphAdapter()
Creates a new adapter for an object of class 'Entry Activity Graph
'.Adapter
createEntryMakingCallTypeAdapter()
Creates a new adapter for an object of class 'Entry Making Call Type
'.Adapter
createEntryTypeAdapter()
Creates a new adapter for an object of class 'Entry Type
'.Adapter
createEObjectAdapter()
Creates a new adapter for the default case.Adapter
createFanInTypeAdapter()
Creates a new adapter for an object of class 'Fan In Type
'.Adapter
createFanOutTypeAdapter()
Creates a new adapter for an object of class 'Fan Out Type
'.Adapter
createFirstPlotTypeAdapter()
Creates a new adapter for an object of class 'First Plot Type
'.Adapter
createGroupTypeAdapter()
Creates a new adapter for an object of class 'Group Type
'.Adapter
createHistogramBinTypeAdapter()
Creates a new adapter for an object of class 'Histogram Bin Type
'.Adapter
createInPortTypeAdapter()
Creates a new adapter for an object of class 'In Port Type
'.Adapter
createInterfaceTypeAdapter()
Creates a new adapter for an object of class 'Interface Type
'.Adapter
createLqnCoreTypeAdapter()
Creates a new adapter for an object of class 'Core Type
'.Adapter
createLqnModelTypeAdapter()
Creates a new adapter for an object of class 'Model Type
'.Adapter
createMakingCallTypeAdapter()
Creates a new adapter for an object of class 'Making Call Type
'.Adapter
createMvaInfoTypeAdapter()
Creates a new adapter for an object of class 'Mva Info Type
'.Adapter
createOrListTypeAdapter()
Creates a new adapter for an object of class 'Or List Type
'.Adapter
createOutPortTypeAdapter()
Creates a new adapter for an object of class 'Out Port Type
'.Adapter
createOutputDistributionTypeAdapter()
Creates a new adapter for an object of class 'Output Distribution Type
'.Adapter
createOutputEntryDistributionTypeAdapter()
Creates a new adapter for an object of class 'Output Entry Distribution Type
'.Adapter
createOutputResultJoinDelayTypeAdapter()
Creates a new adapter for an object of class 'Output Result Join Delay Type
'.Adapter
createOutputResultTypeAdapter()
Creates a new adapter for an object of class 'Output Result Type
'.Adapter
createParameterTypeAdapter()
Creates a new adapter for an object of class 'Parameter Type
'.Adapter
createParaTypeAdapter()
Creates a new adapter for an object of class 'Para Type
'.Adapter
createPhaseActivitiesAdapter()
Creates a new adapter for an object of class 'Phase Activities
'.Adapter
createPlotControlTypeAdapter()
Creates a new adapter for an object of class 'Plot Control Type
'.Adapter
createPlotTypeAdapter()
Creates a new adapter for an object of class 'Plot Type
'.Adapter
createPortBindingTypeAdapter()
Creates a new adapter for an object of class 'Port Binding Type
'.Adapter
createPragmaTypeAdapter()
Creates a new adapter for an object of class 'Pragma Type
'.Adapter
createPrecedenceTypeAdapter()
Creates a new adapter for an object of class 'Precedence Type
'.Adapter
createProcessorBindingTypeAdapter()
Creates a new adapter for an object of class 'Processor Binding Type
'.Adapter
createProcessorTypeAdapter()
Creates a new adapter for an object of class 'Processor Type
'.Adapter
createReplyActivityTypeAdapter()
Creates a new adapter for an object of class 'Reply Activity Type
'.Adapter
createReplyEntryTypeAdapter()
Creates a new adapter for an object of class 'Reply Entry Type
'.Adapter
createResultConf95Type1Adapter()
Creates a new adapter for an object of class 'Result Conf95 Type1
'.Adapter
createResultConf95TypeAdapter()
Creates a new adapter for an object of class 'Result Conf95 Type
'.Adapter
createResultConf99Type1Adapter()
Creates a new adapter for an object of class 'Result Conf99 Type1
'.Adapter
createResultConf99TypeAdapter()
Creates a new adapter for an object of class 'Result Conf99 Type
'.Adapter
createResultGeneralTypeAdapter()
Creates a new adapter for an object of class 'Result General Type
'.Adapter
createRunControlTypeAdapter()
Creates a new adapter for an object of class 'Run Control Type
'.Adapter
createServiceTypeAdapter()
Creates a new adapter for an object of class 'Service Type
'.Adapter
createSingleActivityListTypeAdapter()
Creates a new adapter for an object of class 'Single Activity List Type
'.Adapter
createSlotTypeAdapter()
Creates a new adapter for an object of class 'Slot Type
'.Adapter
createSolverParamsTypeAdapter()
Creates a new adapter for an object of class 'Solver Params Type
'.Adapter
createSynchCallTypeAdapter()
Creates a new adapter for an object of class 'Synch Call Type
'.Adapter
createTaskActivityGraphAdapter()
Creates a new adapter for an object of class 'Task Activity Graph
'.Adapter
createTaskTypeAdapter()
Creates a new adapter for an object of class 'Task Type
'.boolean
isFactoryForType(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 returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceAdapterFactory
- Overrides:
isFactoryForType
in 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:
createAdapter
in 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.
-
-