|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
de.cau.cs.kieler.esterel.esterel.util.EsterelAdapterFactory
public class EsterelAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
EsterelPackage
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 |
---|
protected static EsterelPackage modelPackage
protected EsterelSwitch<Adapter> modelSwitch
createXXX
methods.
Constructor Detail |
---|
public EsterelAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- the object to adapt.
target
.public Adapter createProgramAdapter()
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.
Program
public Adapter createModuleAdapter()
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.
Module
public Adapter createModuleBodyAdapter()
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.
ModuleBody
public Adapter createModuleInterfaceAdapter()
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.
ModuleInterface
public Adapter createSignalDeclAdapter()
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.
SignalDecl
public Adapter createSensorDeclAdapter()
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.
SensorDecl
public Adapter createRelationDeclAdapter()
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.
RelationDecl
public Adapter createRelationTypeAdapter()
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.
RelationType
public Adapter createRelationImplicationAdapter()
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.
RelationImplication
public Adapter createRelationIncompatibilityAdapter()
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.
RelationIncompatibility
public Adapter createTypeDeclAdapter()
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.
TypeDecl
public Adapter createTypeAdapter()
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.
Type
public Adapter createConstantDeclAdapter()
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.
ConstantDecl
public Adapter createOneTypeConstantDeclAdapter()
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.
OneTypeConstantDecl
public Adapter createConstantAdapter()
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.
Constant
public Adapter createFunctionDeclAdapter()
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.
FunctionDecl
public Adapter createFunctionAdapter()
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.
Function
public Adapter createProcedureDeclAdapter()
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.
ProcedureDecl
public Adapter createProcedureAdapter()
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.
Procedure
public Adapter createStatementAdapter()
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.
Statement
public Adapter createBlockAdapter()
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.
Block
public Adapter createAssignmentAdapter()
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.
Assignment
public Adapter createAbortAdapter()
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.
Abort
public Adapter createAbortBodyAdapter()
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.
AbortBody
public Adapter createAbortInstanceAdapter()
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.
AbortInstance
public Adapter createAbortCaseAdapter()
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.
AbortCase
public Adapter createAbortCaseSingleAdapter()
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.
AbortCaseSingle
public Adapter createAwaitAdapter()
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.
Await
public Adapter createAwaitBodyAdapter()
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.
AwaitBody
public Adapter createAwaitInstanceAdapter()
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.
AwaitInstance
public Adapter createAwaitCaseAdapter()
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.
AwaitCase
public Adapter createProcCallAdapter()
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.
ProcCall
public Adapter createDoAdapter()
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.
Do
public Adapter createDoUptoAdapter()
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.
DoUpto
public Adapter createDoWatchingAdapter()
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.
DoWatching
public Adapter createDoWatchingEndAdapter()
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.
DoWatchingEnd
public Adapter createEmitAdapter()
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.
Emit
public Adapter createEveryDoAdapter()
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.
EveryDo
public Adapter createExitAdapter()
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.
Exit
public Adapter createHaltAdapter()
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.
Halt
public Adapter createIfTestAdapter()
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.
IfTest
public Adapter createElsIfPartAdapter()
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.
ElsIfPart
public Adapter createElsIfAdapter()
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.
ElsIf
public Adapter createThenPartAdapter()
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.
ThenPart
public Adapter createElsePartAdapter()
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.
ElsePart
public Adapter createLoopAdapter()
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.
Loop
public Adapter createLoopEachAdapter()
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.
LoopEach
public Adapter createLoopDelayAdapter()
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.
LoopDelay
public Adapter createLoopBodyAdapter()
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.
LoopBody
public Adapter createNothingAdapter()
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.
Nothing
public Adapter createPauseAdapter()
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.
Pause
public Adapter createPresentAdapter()
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.
Present
public Adapter createPresentBodyAdapter()
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.
PresentBody
public Adapter createPresentEventBodyAdapter()
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.
PresentEventBody
public Adapter createPresentCaseListAdapter()
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.
PresentCaseList
public Adapter createPresentCaseAdapter()
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.
PresentCase
public Adapter createPresentEventAdapter()
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.
PresentEvent
public Adapter createRepeatAdapter()
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.
Repeat
public Adapter createRunAdapter()
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.
Run
public Adapter createModuleRenamingAdapter()
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.
ModuleRenaming
public Adapter createRenamingListAdapter()
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.
RenamingList
public Adapter createRenamingAdapter()
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.
Renaming
public Adapter createTypeRenamingAdapter()
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.
TypeRenaming
public Adapter createConstantRenamingAdapter()
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.
ConstantRenaming
public Adapter createFunctionRenamingAdapter()
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.
FunctionRenaming
public Adapter createProcedureRenamingAdapter()
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.
ProcedureRenaming
public Adapter createSignalRenamingAdapter()
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.
SignalRenaming
public Adapter createLocalSignalDeclAdapter()
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.
LocalSignalDecl
public Adapter createLocalSignalListAdapter()
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.
LocalSignalList
public Adapter createSuspendAdapter()
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.
Suspend
public Adapter createSustainAdapter()
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.
Sustain
public Adapter createTrapAdapter()
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.
Trap
public Adapter createTrapDeclListAdapter()
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.
TrapDeclList
public Adapter createTrapDeclAdapter()
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.
TrapDecl
public Adapter createTrapHandlerListAdapter()
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.
TrapHandlerList
public Adapter createTrapHandlerAdapter()
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.
TrapHandler
public Adapter createVariableAdapter()
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.
Variable
public Adapter createVariableDeclAdapter()
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.
VariableDecl
public Adapter createVariableListAdapter()
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.
VariableList
public Adapter createVariableSingleAdapter()
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.
VariableSingle
public Adapter createWeakAbortAdapter()
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.
WeakAbort
public Adapter createWeakAbortBodyAdapter()
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.
WeakAbortBody
public Adapter createWeakAbortInstanceAdapter()
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.
WeakAbortInstance
public Adapter createWeakAbortCaseAdapter()
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.
WeakAbortCase
public Adapter createDataExprAdapter()
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.
DataExpr
public Adapter createDataMultAdapter()
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.
DataMult
public Adapter createDataEquationAdapter()
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.
DataEquation
public Adapter createDataMinusAdapter()
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.
DataMinus
public Adapter createDataUnaryExprAdapter()
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.
DataUnaryExpr
public Adapter createDataValueIDAdapter()
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.
DataValueID
public Adapter createDataValueFloatAdapter()
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.
DataValueFloat
public Adapter createDataValueBooleanAdapter()
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.
DataValueBoolean
public Adapter createDataValueIntAdapter()
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.
DataValueInt
public Adapter createDataValueStringAdapter()
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.
DataValueString
public Adapter createDataBlockAdapter()
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.
DataBlock
public Adapter createDataCurrentAdapter()
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.
DataCurrent
public Adapter createDataPreAdapter()
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.
DataPre
public Adapter createDataTrapAdapter()
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.
DataTrap
public Adapter createDataFunctionAdapter()
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.
DataFunction
public Adapter createTrapExprAdapter()
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.
TrapExpr
public Adapter createSigExprAdapter()
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.
SigExpr
public Adapter createSigExprANDAdapter()
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.
SigExprAND
public Adapter createSigExprUnaryAdapter()
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.
SigExprUnary
public Adapter createDelayExprAdapter()
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.
DelayExpr
public Adapter createDelayEventAdapter()
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.
DelayEvent
public Adapter createChannelDescriptionAdapter()
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.
ChannelDescription
public Adapter createChannelTypeAdapter()
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.
ChannelType
public Adapter createSignalAdapter()
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.
Signal
public Adapter createSensorAdapter()
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.
Sensor
public Adapter createInputAdapter()
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.
Input
public Adapter createOutputAdapter()
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.
Output
public Adapter createInputOutputAdapter()
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.
InputOutput
public Adapter createReturnAdapter()
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.
Return
public Adapter createRelationAdapter()
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.
Relation
public Adapter createParallelAdapter()
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.
Parallel
public Adapter createSequenceAdapter()
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.
Sequence
public Adapter createLocalSignalAdapter()
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.
LocalSignal
public Adapter createDataTickAdapter()
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.
DataTick
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |