de.cau.cs.kieler.esterel.esterel.util
Class EsterelAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by de.cau.cs.kieler.esterel.esterel.util.EsterelAdapterFactory
All Implemented Interfaces:
AdapterFactory

public class EsterelAdapterFactory
extends AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
EsterelPackage
Rating red
Generated:
This code was automatically generated.

Field Summary
protected static EsterelPackage modelPackage
          The cached model package.
protected  EsterelSwitch<Adapter> modelSwitch
          The switch that delegates to the createXXX methods.
 
Constructor Summary
EsterelAdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 Adapter createAbortAdapter()
          Creates a new adapter for an object of class 'Abort'.
 Adapter createAbortBodyAdapter()
          Creates a new adapter for an object of class 'Abort Body'.
 Adapter createAbortCaseAdapter()
          Creates a new adapter for an object of class 'Abort Case'.
 Adapter createAbortCaseSingleAdapter()
          Creates a new adapter for an object of class 'Abort Case Single'.
 Adapter createAbortInstanceAdapter()
          Creates a new adapter for an object of class 'Abort Instance'.
 Adapter createAdapter(Notifier target)
          Creates an adapter for the target.
 Adapter createAssignmentAdapter()
          Creates a new adapter for an object of class 'Assignment'.
 Adapter createAwaitAdapter()
          Creates a new adapter for an object of class 'Await'.
 Adapter createAwaitBodyAdapter()
          Creates a new adapter for an object of class 'Await Body'.
 Adapter createAwaitCaseAdapter()
          Creates a new adapter for an object of class 'Await Case'.
 Adapter createAwaitInstanceAdapter()
          Creates a new adapter for an object of class 'Await Instance'.
 Adapter createBlockAdapter()
          Creates a new adapter for an object of class 'Block'.
 Adapter createChannelDescriptionAdapter()
          Creates a new adapter for an object of class 'Channel Description'.
 Adapter createChannelTypeAdapter()
          Creates a new adapter for an object of class 'Channel Type'.
 Adapter createConstantAdapter()
          Creates a new adapter for an object of class 'Constant'.
 Adapter createConstantDeclAdapter()
          Creates a new adapter for an object of class 'Constant Decl'.
 Adapter createConstantRenamingAdapter()
          Creates a new adapter for an object of class 'Constant Renaming'.
 Adapter createDataBlockAdapter()
          Creates a new adapter for an object of class 'Data Block'.
 Adapter createDataCurrentAdapter()
          Creates a new adapter for an object of class 'Data Current'.
 Adapter createDataEquationAdapter()
          Creates a new adapter for an object of class 'Data Equation'.
 Adapter createDataExprAdapter()
          Creates a new adapter for an object of class 'Data Expr'.
 Adapter createDataFunctionAdapter()
          Creates a new adapter for an object of class 'Data Function'.
 Adapter createDataMinusAdapter()
          Creates a new adapter for an object of class 'Data Minus'.
 Adapter createDataMultAdapter()
          Creates a new adapter for an object of class 'Data Mult'.
 Adapter createDataPreAdapter()
          Creates a new adapter for an object of class 'Data Pre'.
 Adapter createDataTickAdapter()
          Creates a new adapter for an object of class 'Data Tick'.
 Adapter createDataTrapAdapter()
          Creates a new adapter for an object of class 'Data Trap'.
 Adapter createDataUnaryExprAdapter()
          Creates a new adapter for an object of class 'Data Unary Expr'.
 Adapter createDataValueBooleanAdapter()
          Creates a new adapter for an object of class 'Data Value Boolean'.
 Adapter createDataValueFloatAdapter()
          Creates a new adapter for an object of class 'Data Value Float'.
 Adapter createDataValueIDAdapter()
          Creates a new adapter for an object of class 'Data Value ID'.
 Adapter createDataValueIntAdapter()
          Creates a new adapter for an object of class 'Data Value Int'.
 Adapter createDataValueStringAdapter()
          Creates a new adapter for an object of class 'Data Value String'.
 Adapter createDelayEventAdapter()
          Creates a new adapter for an object of class 'Delay Event'.
 Adapter createDelayExprAdapter()
          Creates a new adapter for an object of class 'Delay Expr'.
 Adapter createDoAdapter()
          Creates a new adapter for an object of class 'Do'.
 Adapter createDoUptoAdapter()
          Creates a new adapter for an object of class 'Do Upto'.
 Adapter createDoWatchingAdapter()
          Creates a new adapter for an object of class 'Do Watching'.
 Adapter createDoWatchingEndAdapter()
          Creates a new adapter for an object of class 'Do Watching End'.
 Adapter createElsePartAdapter()
          Creates a new adapter for an object of class 'Else Part'.
 Adapter createElsIfAdapter()
          Creates a new adapter for an object of class 'Els If'.
 Adapter createElsIfPartAdapter()
          Creates a new adapter for an object of class 'Els If Part'.
 Adapter createEmitAdapter()
          Creates a new adapter for an object of class 'Emit'.
 Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 Adapter createEveryDoAdapter()
          Creates a new adapter for an object of class 'Every Do'.
 Adapter createExitAdapter()
          Creates a new adapter for an object of class 'Exit'.
 Adapter createFunctionAdapter()
          Creates a new adapter for an object of class 'Function'.
 Adapter createFunctionDeclAdapter()
          Creates a new adapter for an object of class 'Function Decl'.
 Adapter createFunctionRenamingAdapter()
          Creates a new adapter for an object of class 'Function Renaming'.
 Adapter createHaltAdapter()
          Creates a new adapter for an object of class 'Halt'.
 Adapter createIfTestAdapter()
          Creates a new adapter for an object of class 'If Test'.
 Adapter createInputAdapter()
          Creates a new adapter for an object of class 'Input'.
 Adapter createInputOutputAdapter()
          Creates a new adapter for an object of class 'Input Output'.
 Adapter createLocalSignalAdapter()
          Creates a new adapter for an object of class 'Local Signal'.
 Adapter createLocalSignalDeclAdapter()
          Creates a new adapter for an object of class 'Local Signal Decl'.
 Adapter createLocalSignalListAdapter()
          Creates a new adapter for an object of class 'Local Signal List'.
 Adapter createLoopAdapter()
          Creates a new adapter for an object of class 'Loop'.
 Adapter createLoopBodyAdapter()
          Creates a new adapter for an object of class 'Loop Body'.
 Adapter createLoopDelayAdapter()
          Creates a new adapter for an object of class 'Loop Delay'.
 Adapter createLoopEachAdapter()
          Creates a new adapter for an object of class 'Loop Each'.
 Adapter createModuleAdapter()
          Creates a new adapter for an object of class 'Module'.
 Adapter createModuleBodyAdapter()
          Creates a new adapter for an object of class 'Module Body'.
 Adapter createModuleInterfaceAdapter()
          Creates a new adapter for an object of class 'Module Interface'.
 Adapter createModuleRenamingAdapter()
          Creates a new adapter for an object of class 'Module Renaming'.
 Adapter createNothingAdapter()
          Creates a new adapter for an object of class 'Nothing'.
 Adapter createOneTypeConstantDeclAdapter()
          Creates a new adapter for an object of class 'One Type Constant Decl'.
 Adapter createOutputAdapter()
          Creates a new adapter for an object of class 'Output'.
 Adapter createParallelAdapter()
          Creates a new adapter for an object of class 'Parallel'.
 Adapter createPauseAdapter()
          Creates a new adapter for an object of class 'Pause'.
 Adapter createPresentAdapter()
          Creates a new adapter for an object of class 'Present'.
 Adapter createPresentBodyAdapter()
          Creates a new adapter for an object of class 'Present Body'.
 Adapter createPresentCaseAdapter()
          Creates a new adapter for an object of class 'Present Case'.
 Adapter createPresentCaseListAdapter()
          Creates a new adapter for an object of class 'Present Case List'.
 Adapter createPresentEventAdapter()
          Creates a new adapter for an object of class 'Present Event'.
 Adapter createPresentEventBodyAdapter()
          Creates a new adapter for an object of class 'Present Event Body'.
 Adapter createProcCallAdapter()
          Creates a new adapter for an object of class 'Proc Call'.
 Adapter createProcedureAdapter()
          Creates a new adapter for an object of class 'Procedure'.
 Adapter createProcedureDeclAdapter()
          Creates a new adapter for an object of class 'Procedure Decl'.
 Adapter createProcedureRenamingAdapter()
          Creates a new adapter for an object of class 'Procedure Renaming'.
 Adapter createProgramAdapter()
          Creates a new adapter for an object of class 'Program'.
 Adapter createRelationAdapter()
          Creates a new adapter for an object of class 'Relation'.
 Adapter createRelationDeclAdapter()
          Creates a new adapter for an object of class 'Relation Decl'.
 Adapter createRelationImplicationAdapter()
          Creates a new adapter for an object of class 'Relation Implication'.
 Adapter createRelationIncompatibilityAdapter()
          Creates a new adapter for an object of class 'Relation Incompatibility'.
 Adapter createRelationTypeAdapter()
          Creates a new adapter for an object of class 'Relation Type'.
 Adapter createRenamingAdapter()
          Creates a new adapter for an object of class 'Renaming'.
 Adapter createRenamingListAdapter()
          Creates a new adapter for an object of class 'Renaming List'.
 Adapter createRepeatAdapter()
          Creates a new adapter for an object of class 'Repeat'.
 Adapter createReturnAdapter()
          Creates a new adapter for an object of class 'Return'.
 Adapter createRunAdapter()
          Creates a new adapter for an object of class 'Run'.
 Adapter createSensorAdapter()
          Creates a new adapter for an object of class 'Sensor'.
 Adapter createSensorDeclAdapter()
          Creates a new adapter for an object of class 'Sensor Decl'.
 Adapter createSequenceAdapter()
          Creates a new adapter for an object of class 'Sequence'.
 Adapter createSigExprAdapter()
          Creates a new adapter for an object of class 'Sig Expr'.
 Adapter createSigExprANDAdapter()
          Creates a new adapter for an object of class 'Sig Expr AND'.
 Adapter createSigExprUnaryAdapter()
          Creates a new adapter for an object of class 'Sig Expr Unary'.
 Adapter createSignalAdapter()
          Creates a new adapter for an object of class 'Signal'.
 Adapter createSignalDeclAdapter()
          Creates a new adapter for an object of class 'Signal Decl'.
 Adapter createSignalRenamingAdapter()
          Creates a new adapter for an object of class 'Signal Renaming'.
 Adapter createStatementAdapter()
          Creates a new adapter for an object of class 'Statement'.
 Adapter createSuspendAdapter()
          Creates a new adapter for an object of class 'Suspend'.
 Adapter createSustainAdapter()
          Creates a new adapter for an object of class 'Sustain'.
 Adapter createThenPartAdapter()
          Creates a new adapter for an object of class 'Then Part'.
 Adapter createTrapAdapter()
          Creates a new adapter for an object of class 'Trap'.
 Adapter createTrapDeclAdapter()
          Creates a new adapter for an object of class 'Trap Decl'.
 Adapter createTrapDeclListAdapter()
          Creates a new adapter for an object of class 'Trap Decl List'.
 Adapter createTrapExprAdapter()
          Creates a new adapter for an object of class 'Trap Expr'.
 Adapter createTrapHandlerAdapter()
          Creates a new adapter for an object of class 'Trap Handler'.
 Adapter createTrapHandlerListAdapter()
          Creates a new adapter for an object of class 'Trap Handler List'.
 Adapter createTypeAdapter()
          Creates a new adapter for an object of class 'Type'.
 Adapter createTypeDeclAdapter()
          Creates a new adapter for an object of class 'Type Decl'.
 Adapter createTypeRenamingAdapter()
          Creates a new adapter for an object of class 'Type Renaming'.
 Adapter createVariableAdapter()
          Creates a new adapter for an object of class 'Variable'.
 Adapter createVariableDeclAdapter()
          Creates a new adapter for an object of class 'Variable Decl'.
 Adapter createVariableListAdapter()
          Creates a new adapter for an object of class 'Variable List'.
 Adapter createVariableSingleAdapter()
          Creates a new adapter for an object of class 'Variable Single'.
 Adapter createWeakAbortAdapter()
          Creates a new adapter for an object of class 'Weak Abort'.
 Adapter createWeakAbortBodyAdapter()
          Creates a new adapter for an object of class 'Weak Abort Body'.
 Adapter createWeakAbortCaseAdapter()
          Creates a new adapter for an object of class 'Weak Abort Case'.
 Adapter createWeakAbortInstanceAdapter()
          Creates a new adapter for an object of class 'Weak Abort Instance'.
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPackage

protected static EsterelPackage modelPackage
The cached model package.

Generated:
This code was automatically generated.

modelSwitch

protected EsterelSwitch<Adapter> modelSwitch
The switch that delegates to the createXXX methods.

Generated:
This code was automatically generated.
Constructor Detail

EsterelAdapterFactory

public EsterelAdapterFactory()
Creates an instance of the adapter factory.

Generated:
This code was automatically generated.
Method Detail

isFactoryForType

public boolean isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface AdapterFactory
Overrides:
isFactoryForType in class AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.
Generated:
This code was automatically generated.

createAdapter

public Adapter createAdapter(Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.
Generated:
This code was automatically generated.

createProgramAdapter

public Adapter createProgramAdapter()
Creates a new adapter for an object of class 'Program'. 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:
Program
Generated:
This code was automatically generated.

createModuleAdapter

public Adapter createModuleAdapter()
Creates a new adapter for an object of class 'Module'. 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:
Module
Generated:
This code was automatically generated.

createModuleBodyAdapter

public Adapter createModuleBodyAdapter()
Creates a new adapter for an object of class 'Module Body'. 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:
ModuleBody
Generated:
This code was automatically generated.

createModuleInterfaceAdapter

public Adapter createModuleInterfaceAdapter()
Creates a new adapter for an object of class 'Module Interface'. 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:
ModuleInterface
Generated:
This code was automatically generated.

createSignalDeclAdapter

public Adapter createSignalDeclAdapter()
Creates a new adapter for an object of class 'Signal Decl'. 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:
SignalDecl
Generated:
This code was automatically generated.

createSensorDeclAdapter

public Adapter createSensorDeclAdapter()
Creates a new adapter for an object of class 'Sensor Decl'. 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:
SensorDecl
Generated:
This code was automatically generated.

createRelationDeclAdapter

public Adapter createRelationDeclAdapter()
Creates a new adapter for an object of class 'Relation Decl'. 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:
RelationDecl
Generated:
This code was automatically generated.

createRelationTypeAdapter

public Adapter createRelationTypeAdapter()
Creates a new adapter for an object of class 'Relation 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:
RelationType
Generated:
This code was automatically generated.

createRelationImplicationAdapter

public Adapter createRelationImplicationAdapter()
Creates a new adapter for an object of class 'Relation Implication'. 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:
RelationImplication
Generated:
This code was automatically generated.

createRelationIncompatibilityAdapter

public Adapter createRelationIncompatibilityAdapter()
Creates a new adapter for an object of class 'Relation Incompatibility'. 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:
RelationIncompatibility
Generated:
This code was automatically generated.

createTypeDeclAdapter

public Adapter createTypeDeclAdapter()
Creates a new adapter for an object of class 'Type Decl'. 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:
TypeDecl
Generated:
This code was automatically generated.

createTypeAdapter

public Adapter createTypeAdapter()
Creates a new adapter for an object of class '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:
Type
Generated:
This code was automatically generated.

createConstantDeclAdapter

public Adapter createConstantDeclAdapter()
Creates a new adapter for an object of class 'Constant Decl'. 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:
ConstantDecl
Generated:
This code was automatically generated.

createOneTypeConstantDeclAdapter

public Adapter createOneTypeConstantDeclAdapter()
Creates a new adapter for an object of class 'One Type Constant Decl'. 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:
OneTypeConstantDecl
Generated:
This code was automatically generated.

createConstantAdapter

public Adapter createConstantAdapter()
Creates a new adapter for an object of class 'Constant'. 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:
Constant
Generated:
This code was automatically generated.

createFunctionDeclAdapter

public Adapter createFunctionDeclAdapter()
Creates a new adapter for an object of class 'Function Decl'. 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:
FunctionDecl
Generated:
This code was automatically generated.

createFunctionAdapter

public Adapter createFunctionAdapter()
Creates a new adapter for an object of class 'Function'. 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:
Function
Generated:
This code was automatically generated.

createProcedureDeclAdapter

public Adapter createProcedureDeclAdapter()
Creates a new adapter for an object of class 'Procedure Decl'. 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:
ProcedureDecl
Generated:
This code was automatically generated.

createProcedureAdapter

public Adapter createProcedureAdapter()
Creates a new adapter for an object of class 'Procedure'. 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:
Procedure
Generated:
This code was automatically generated.

createStatementAdapter

public Adapter createStatementAdapter()
Creates a new adapter for an object of class 'Statement'. 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:
Statement
Generated:
This code was automatically generated.

createBlockAdapter

public Adapter createBlockAdapter()
Creates a new adapter for an object of class 'Block'. 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:
Block
Generated:
This code was automatically generated.

createAssignmentAdapter

public Adapter createAssignmentAdapter()
Creates a new adapter for an object of class 'Assignment'. 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:
Assignment
Generated:
This code was automatically generated.

createAbortAdapter

public Adapter createAbortAdapter()
Creates a new adapter for an object of class 'Abort'. 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:
Abort
Generated:
This code was automatically generated.

createAbortBodyAdapter

public Adapter createAbortBodyAdapter()
Creates a new adapter for an object of class 'Abort Body'. 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:
AbortBody
Generated:
This code was automatically generated.

createAbortInstanceAdapter

public Adapter createAbortInstanceAdapter()
Creates a new adapter for an object of class 'Abort Instance'. 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:
AbortInstance
Generated:
This code was automatically generated.

createAbortCaseAdapter

public Adapter createAbortCaseAdapter()
Creates a new adapter for an object of class 'Abort Case'. 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:
AbortCase
Generated:
This code was automatically generated.

createAbortCaseSingleAdapter

public Adapter createAbortCaseSingleAdapter()
Creates a new adapter for an object of class 'Abort Case Single'. 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:
AbortCaseSingle
Generated:
This code was automatically generated.

createAwaitAdapter

public Adapter createAwaitAdapter()
Creates a new adapter for an object of class 'Await'. 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:
Await
Generated:
This code was automatically generated.

createAwaitBodyAdapter

public Adapter createAwaitBodyAdapter()
Creates a new adapter for an object of class 'Await Body'. 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:
AwaitBody
Generated:
This code was automatically generated.

createAwaitInstanceAdapter

public Adapter createAwaitInstanceAdapter()
Creates a new adapter for an object of class 'Await Instance'. 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:
AwaitInstance
Generated:
This code was automatically generated.

createAwaitCaseAdapter

public Adapter createAwaitCaseAdapter()
Creates a new adapter for an object of class 'Await Case'. 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:
AwaitCase
Generated:
This code was automatically generated.

createProcCallAdapter

public Adapter createProcCallAdapter()
Creates a new adapter for an object of class 'Proc Call'. 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:
ProcCall
Generated:
This code was automatically generated.

createDoAdapter

public Adapter createDoAdapter()
Creates a new adapter for an object of class 'Do'. 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:
Do
Generated:
This code was automatically generated.

createDoUptoAdapter

public Adapter createDoUptoAdapter()
Creates a new adapter for an object of class 'Do Upto'. 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:
DoUpto
Generated:
This code was automatically generated.

createDoWatchingAdapter

public Adapter createDoWatchingAdapter()
Creates a new adapter for an object of class 'Do Watching'. 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:
DoWatching
Generated:
This code was automatically generated.

createDoWatchingEndAdapter

public Adapter createDoWatchingEndAdapter()
Creates a new adapter for an object of class 'Do Watching End'. 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:
DoWatchingEnd
Generated:
This code was automatically generated.

createEmitAdapter

public Adapter createEmitAdapter()
Creates a new adapter for an object of class 'Emit'. 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:
Emit
Generated:
This code was automatically generated.

createEveryDoAdapter

public Adapter createEveryDoAdapter()
Creates a new adapter for an object of class 'Every Do'. 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:
EveryDo
Generated:
This code was automatically generated.

createExitAdapter

public Adapter createExitAdapter()
Creates a new adapter for an object of class 'Exit'. 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:
Exit
Generated:
This code was automatically generated.

createHaltAdapter

public Adapter createHaltAdapter()
Creates a new adapter for an object of class 'Halt'. 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:
Halt
Generated:
This code was automatically generated.

createIfTestAdapter

public Adapter createIfTestAdapter()
Creates a new adapter for an object of class 'If Test'. 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:
IfTest
Generated:
This code was automatically generated.

createElsIfPartAdapter

public Adapter createElsIfPartAdapter()
Creates a new adapter for an object of class 'Els If Part'. 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:
ElsIfPart
Generated:
This code was automatically generated.

createElsIfAdapter

public Adapter createElsIfAdapter()
Creates a new adapter for an object of class 'Els If'. 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:
ElsIf
Generated:
This code was automatically generated.

createThenPartAdapter

public Adapter createThenPartAdapter()
Creates a new adapter for an object of class 'Then Part'. 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:
ThenPart
Generated:
This code was automatically generated.

createElsePartAdapter

public Adapter createElsePartAdapter()
Creates a new adapter for an object of class 'Else Part'. 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:
ElsePart
Generated:
This code was automatically generated.

createLoopAdapter

public Adapter createLoopAdapter()
Creates a new adapter for an object of class 'Loop'. 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:
Loop
Generated:
This code was automatically generated.

createLoopEachAdapter

public Adapter createLoopEachAdapter()
Creates a new adapter for an object of class 'Loop Each'. 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:
LoopEach
Generated:
This code was automatically generated.

createLoopDelayAdapter

public Adapter createLoopDelayAdapter()
Creates a new adapter for an object of class 'Loop Delay'. 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:
LoopDelay
Generated:
This code was automatically generated.

createLoopBodyAdapter

public Adapter createLoopBodyAdapter()
Creates a new adapter for an object of class 'Loop Body'. 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:
LoopBody
Generated:
This code was automatically generated.

createNothingAdapter

public Adapter createNothingAdapter()
Creates a new adapter for an object of class 'Nothing'. 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:
Nothing
Generated:
This code was automatically generated.

createPauseAdapter

public Adapter createPauseAdapter()
Creates a new adapter for an object of class 'Pause'. 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:
Pause
Generated:
This code was automatically generated.

createPresentAdapter

public Adapter createPresentAdapter()
Creates a new adapter for an object of class 'Present'. 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:
Present
Generated:
This code was automatically generated.

createPresentBodyAdapter

public Adapter createPresentBodyAdapter()
Creates a new adapter for an object of class 'Present Body'. 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:
PresentBody
Generated:
This code was automatically generated.

createPresentEventBodyAdapter

public Adapter createPresentEventBodyAdapter()
Creates a new adapter for an object of class 'Present Event Body'. 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:
PresentEventBody
Generated:
This code was automatically generated.

createPresentCaseListAdapter

public Adapter createPresentCaseListAdapter()
Creates a new adapter for an object of class 'Present Case List'. 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:
PresentCaseList
Generated:
This code was automatically generated.

createPresentCaseAdapter

public Adapter createPresentCaseAdapter()
Creates a new adapter for an object of class 'Present Case'. 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:
PresentCase
Generated:
This code was automatically generated.

createPresentEventAdapter

public Adapter createPresentEventAdapter()
Creates a new adapter for an object of class 'Present Event'. 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:
PresentEvent
Generated:
This code was automatically generated.

createRepeatAdapter

public Adapter createRepeatAdapter()
Creates a new adapter for an object of class 'Repeat'. 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:
Repeat
Generated:
This code was automatically generated.

createRunAdapter

public Adapter createRunAdapter()
Creates a new adapter for an object of class 'Run'. 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:
Run
Generated:
This code was automatically generated.

createModuleRenamingAdapter

public Adapter createModuleRenamingAdapter()
Creates a new adapter for an object of class 'Module Renaming'. 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:
ModuleRenaming
Generated:
This code was automatically generated.

createRenamingListAdapter

public Adapter createRenamingListAdapter()
Creates a new adapter for an object of class 'Renaming List'. 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:
RenamingList
Generated:
This code was automatically generated.

createRenamingAdapter

public Adapter createRenamingAdapter()
Creates a new adapter for an object of class 'Renaming'. 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:
Renaming
Generated:
This code was automatically generated.

createTypeRenamingAdapter

public Adapter createTypeRenamingAdapter()
Creates a new adapter for an object of class 'Type Renaming'. 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:
TypeRenaming
Generated:
This code was automatically generated.

createConstantRenamingAdapter

public Adapter createConstantRenamingAdapter()
Creates a new adapter for an object of class 'Constant Renaming'. 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:
ConstantRenaming
Generated:
This code was automatically generated.

createFunctionRenamingAdapter

public Adapter createFunctionRenamingAdapter()
Creates a new adapter for an object of class 'Function Renaming'. 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:
FunctionRenaming
Generated:
This code was automatically generated.

createProcedureRenamingAdapter

public Adapter createProcedureRenamingAdapter()
Creates a new adapter for an object of class 'Procedure Renaming'. 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:
ProcedureRenaming
Generated:
This code was automatically generated.

createSignalRenamingAdapter

public Adapter createSignalRenamingAdapter()
Creates a new adapter for an object of class 'Signal Renaming'. 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:
SignalRenaming
Generated:
This code was automatically generated.

createLocalSignalDeclAdapter

public Adapter createLocalSignalDeclAdapter()
Creates a new adapter for an object of class 'Local Signal Decl'. 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:
LocalSignalDecl
Generated:
This code was automatically generated.

createLocalSignalListAdapter

public Adapter createLocalSignalListAdapter()
Creates a new adapter for an object of class 'Local Signal List'. 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:
LocalSignalList
Generated:
This code was automatically generated.

createSuspendAdapter

public Adapter createSuspendAdapter()
Creates a new adapter for an object of class 'Suspend'. 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:
Suspend
Generated:
This code was automatically generated.

createSustainAdapter

public Adapter createSustainAdapter()
Creates a new adapter for an object of class 'Sustain'. 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:
Sustain
Generated:
This code was automatically generated.

createTrapAdapter

public Adapter createTrapAdapter()
Creates a new adapter for an object of class 'Trap'. 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:
Trap
Generated:
This code was automatically generated.

createTrapDeclListAdapter

public Adapter createTrapDeclListAdapter()
Creates a new adapter for an object of class 'Trap Decl List'. 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:
TrapDeclList
Generated:
This code was automatically generated.

createTrapDeclAdapter

public Adapter createTrapDeclAdapter()
Creates a new adapter for an object of class 'Trap Decl'. 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:
TrapDecl
Generated:
This code was automatically generated.

createTrapHandlerListAdapter

public Adapter createTrapHandlerListAdapter()
Creates a new adapter for an object of class 'Trap Handler List'. 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:
TrapHandlerList
Generated:
This code was automatically generated.

createTrapHandlerAdapter

public Adapter createTrapHandlerAdapter()
Creates a new adapter for an object of class 'Trap Handler'. 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:
TrapHandler
Generated:
This code was automatically generated.

createVariableAdapter

public Adapter createVariableAdapter()
Creates a new adapter for an object of class 'Variable'. 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:
Variable
Generated:
This code was automatically generated.

createVariableDeclAdapter

public Adapter createVariableDeclAdapter()
Creates a new adapter for an object of class 'Variable Decl'. 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:
VariableDecl
Generated:
This code was automatically generated.

createVariableListAdapter

public Adapter createVariableListAdapter()
Creates a new adapter for an object of class 'Variable List'. 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:
VariableList
Generated:
This code was automatically generated.

createVariableSingleAdapter

public Adapter createVariableSingleAdapter()
Creates a new adapter for an object of class 'Variable Single'. 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:
VariableSingle
Generated:
This code was automatically generated.

createWeakAbortAdapter

public Adapter createWeakAbortAdapter()
Creates a new adapter for an object of class 'Weak Abort'. 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:
WeakAbort
Generated:
This code was automatically generated.

createWeakAbortBodyAdapter

public Adapter createWeakAbortBodyAdapter()
Creates a new adapter for an object of class 'Weak Abort Body'. 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:
WeakAbortBody
Generated:
This code was automatically generated.

createWeakAbortInstanceAdapter

public Adapter createWeakAbortInstanceAdapter()
Creates a new adapter for an object of class 'Weak Abort Instance'. 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:
WeakAbortInstance
Generated:
This code was automatically generated.

createWeakAbortCaseAdapter

public Adapter createWeakAbortCaseAdapter()
Creates a new adapter for an object of class 'Weak Abort Case'. 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:
WeakAbortCase
Generated:
This code was automatically generated.

createDataExprAdapter

public Adapter createDataExprAdapter()
Creates a new adapter for an object of class 'Data Expr'. 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:
DataExpr
Generated:
This code was automatically generated.

createDataMultAdapter

public Adapter createDataMultAdapter()
Creates a new adapter for an object of class 'Data Mult'. 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:
DataMult
Generated:
This code was automatically generated.

createDataEquationAdapter

public Adapter createDataEquationAdapter()
Creates a new adapter for an object of class 'Data Equation'. 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:
DataEquation
Generated:
This code was automatically generated.

createDataMinusAdapter

public Adapter createDataMinusAdapter()
Creates a new adapter for an object of class 'Data Minus'. 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:
DataMinus
Generated:
This code was automatically generated.

createDataUnaryExprAdapter

public Adapter createDataUnaryExprAdapter()
Creates a new adapter for an object of class 'Data Unary Expr'. 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:
DataUnaryExpr
Generated:
This code was automatically generated.

createDataValueIDAdapter

public Adapter createDataValueIDAdapter()
Creates a new adapter for an object of class 'Data Value ID'. 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:
DataValueID
Generated:
This code was automatically generated.

createDataValueFloatAdapter

public Adapter createDataValueFloatAdapter()
Creates a new adapter for an object of class 'Data Value Float'. 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:
DataValueFloat
Generated:
This code was automatically generated.

createDataValueBooleanAdapter

public Adapter createDataValueBooleanAdapter()
Creates a new adapter for an object of class 'Data Value Boolean'. 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:
DataValueBoolean
Generated:
This code was automatically generated.

createDataValueIntAdapter

public Adapter createDataValueIntAdapter()
Creates a new adapter for an object of class 'Data Value Int'. 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:
DataValueInt
Generated:
This code was automatically generated.

createDataValueStringAdapter

public Adapter createDataValueStringAdapter()
Creates a new adapter for an object of class 'Data Value String'. 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:
DataValueString
Generated:
This code was automatically generated.

createDataBlockAdapter

public Adapter createDataBlockAdapter()
Creates a new adapter for an object of class 'Data Block'. 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:
DataBlock
Generated:
This code was automatically generated.

createDataCurrentAdapter

public Adapter createDataCurrentAdapter()
Creates a new adapter for an object of class 'Data Current'. 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:
DataCurrent
Generated:
This code was automatically generated.

createDataPreAdapter

public Adapter createDataPreAdapter()
Creates a new adapter for an object of class 'Data Pre'. 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:
DataPre
Generated:
This code was automatically generated.

createDataTrapAdapter

public Adapter createDataTrapAdapter()
Creates a new adapter for an object of class 'Data Trap'. 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:
DataTrap
Generated:
This code was automatically generated.

createDataFunctionAdapter

public Adapter createDataFunctionAdapter()
Creates a new adapter for an object of class 'Data Function'. 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:
DataFunction
Generated:
This code was automatically generated.

createTrapExprAdapter

public Adapter createTrapExprAdapter()
Creates a new adapter for an object of class 'Trap Expr'. 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:
TrapExpr
Generated:
This code was automatically generated.

createSigExprAdapter

public Adapter createSigExprAdapter()
Creates a new adapter for an object of class 'Sig Expr'. 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:
SigExpr
Generated:
This code was automatically generated.

createSigExprANDAdapter

public Adapter createSigExprANDAdapter()
Creates a new adapter for an object of class 'Sig Expr AND'. 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:
SigExprAND
Generated:
This code was automatically generated.

createSigExprUnaryAdapter

public Adapter createSigExprUnaryAdapter()
Creates a new adapter for an object of class 'Sig Expr Unary'. 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:
SigExprUnary
Generated:
This code was automatically generated.

createDelayExprAdapter

public Adapter createDelayExprAdapter()
Creates a new adapter for an object of class 'Delay Expr'. 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:
DelayExpr
Generated:
This code was automatically generated.

createDelayEventAdapter

public Adapter createDelayEventAdapter()
Creates a new adapter for an object of class 'Delay Event'. 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:
DelayEvent
Generated:
This code was automatically generated.

createChannelDescriptionAdapter

public Adapter createChannelDescriptionAdapter()
Creates a new adapter for an object of class 'Channel Description'. 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:
ChannelDescription
Generated:
This code was automatically generated.

createChannelTypeAdapter

public Adapter createChannelTypeAdapter()
Creates a new adapter for an object of class 'Channel 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:
ChannelType
Generated:
This code was automatically generated.

createSignalAdapter

public Adapter createSignalAdapter()
Creates a new adapter for an object of class 'Signal'. 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:
Signal
Generated:
This code was automatically generated.

createSensorAdapter

public Adapter createSensorAdapter()
Creates a new adapter for an object of class 'Sensor'. 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:
Sensor
Generated:
This code was automatically generated.

createInputAdapter

public Adapter createInputAdapter()
Creates a new adapter for an object of class 'Input'. 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:
Input
Generated:
This code was automatically generated.

createOutputAdapter

public Adapter createOutputAdapter()
Creates a new adapter for an object of class 'Output'. 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:
Output
Generated:
This code was automatically generated.

createInputOutputAdapter

public Adapter createInputOutputAdapter()
Creates a new adapter for an object of class 'Input Output'. 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:
InputOutput
Generated:
This code was automatically generated.

createReturnAdapter

public Adapter createReturnAdapter()
Creates a new adapter for an object of class 'Return'. 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:
Return
Generated:
This code was automatically generated.

createRelationAdapter

public Adapter createRelationAdapter()
Creates a new adapter for an object of class 'Relation'. 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:
Relation
Generated:
This code was automatically generated.

createParallelAdapter

public Adapter createParallelAdapter()
Creates a new adapter for an object of class 'Parallel'. 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:
Parallel
Generated:
This code was automatically generated.

createSequenceAdapter

public Adapter createSequenceAdapter()
Creates a new adapter for an object of class 'Sequence'. 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:
Sequence
Generated:
This code was automatically generated.

createLocalSignalAdapter

public Adapter createLocalSignalAdapter()
Creates a new adapter for an object of class 'Local Signal'. 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:
LocalSignal
Generated:
This code was automatically generated.

createDataTickAdapter

public Adapter createDataTickAdapter()
Creates a new adapter for an object of class 'Data Tick'. 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:
DataTick
Generated:
This code was automatically generated.

createEObjectAdapter

public Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.
Generated:
This code was automatically generated.