|
||||||||||
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.quartz.editor.quartz.util.QuartzAdapterFactory
public class QuartzAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
QuartzPackage
Field Summary | |
---|---|
protected static QuartzPackage |
modelPackage
The cached model package. |
protected QuartzSwitch<Adapter> |
modelSwitch
The switch that delegates to the createXXX methods. |
Constructor Summary | |
---|---|
QuartzAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target . |
Adapter |
createAssumeListAdapter()
Creates a new adapter for an object of class ' Assume List '. |
Adapter |
createAtomicStmtAdapter()
Creates a new adapter for an object of class ' Atomic Stmt '. |
Adapter |
createcase_listAdapter()
Creates a new adapter for an object of class ' case list '. |
Adapter |
createControlListAdapter()
Creates a new adapter for an object of class ' Control List '. |
Adapter |
createDimListAdapter()
Creates a new adapter for an object of class ' Dim List '. |
Adapter |
createdUtyExprAdapter()
Creates a new adapter for an object of class ' dUty Expr '. |
Adapter |
createdUtyExprsAdapter()
Creates a new adapter for an object of class ' dUty Exprs '. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createFixpointEqListAdapter()
Creates a new adapter for an object of class ' Fixpoint Eq List '. |
Adapter |
createGenericAdapter()
Creates a new adapter for an object of class ' Generic '. |
Adapter |
createImportListAdapter()
Creates a new adapter for an object of class ' Import List '. |
Adapter |
createInOutNameAdapter()
Creates a new adapter for an object of class ' In Out Name '. |
Adapter |
createInOutNameListAdapter()
Creates a new adapter for an object of class ' In Out Name List '. |
Adapter |
createInOutNameListCommaAdapter()
Creates a new adapter for an object of class ' In Out Name List Comma '. |
Adapter |
createInterfaceAdapter()
Creates a new adapter for an object of class ' Interface '. |
Adapter |
createInterfaceCommaAdapter()
Creates a new adapter for an object of class ' Interface Comma '. |
Adapter |
createInterfaceListAdapter()
Creates a new adapter for an object of class ' Interface List '. |
Adapter |
createLocStmtAdapter()
Creates a new adapter for an object of class ' Loc Stmt '. |
Adapter |
createMacroDefAdapter()
Creates a new adapter for an object of class ' Macro Def '. |
Adapter |
createNameAdapter()
Creates a new adapter for an object of class ' Name '. |
Adapter |
createNamedStmtAdapter()
Creates a new adapter for an object of class ' Named Stmt '. |
Adapter |
createObservedSpecListAdapter()
Creates a new adapter for an object of class ' Observed Spec List '. |
Adapter |
createOptUtyExprAdapter()
Creates a new adapter for an object of class ' Opt Uty Expr '. |
Adapter |
createOptUtyExprListAdapter()
Creates a new adapter for an object of class ' Opt Uty Expr List '. |
Adapter |
createPackagePathAdapter()
Creates a new adapter for an object of class ' Package Path '. |
Adapter |
createPointedNameAdapter()
Creates a new adapter for an object of class ' Pointed Name '. |
Adapter |
createProofGoalListAdapter()
Creates a new adapter for an object of class ' Proof Goal List '. |
Adapter |
createQModuleAdapter()
Creates a new adapter for an object of class ' QModule '. |
Adapter |
createQNameAdapter()
Creates a new adapter for an object of class ' QName '. |
Adapter |
createQNameListAdapter()
Creates a new adapter for an object of class ' QName List '. |
Adapter |
createQrzFileAdapter()
Creates a new adapter for an object of class ' Qrz File '. |
Adapter |
createQTypeAdapter()
Creates a new adapter for an object of class ' QType '. |
Adapter |
createQTypeListAdapter()
Creates a new adapter for an object of class ' QType List '. |
Adapter |
createSeqStmtAdapter()
Creates a new adapter for an object of class ' Seq Stmt '. |
Adapter |
createStmtAdapter()
Creates a new adapter for an object of class ' Stmt '. |
Adapter |
createUtyActionAdapter()
Creates a new adapter for an object of class ' Uty Action '. |
Adapter |
createUtyExprAdapter()
Creates a new adapter for an object of class ' Uty Expr '. |
Adapter |
createUtyExprSelectListAdapter()
Creates a new adapter for an object of class ' Uty Expr Select List '. |
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 QuartzPackage modelPackage
protected QuartzSwitch<Adapter> modelSwitch
createXXX
methods.
Constructor Detail |
---|
public QuartzAdapterFactory()
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 createQrzFileAdapter()
Qrz File
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QrzFile
public Adapter createPackagePathAdapter()
Package Path
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PackagePath
public Adapter createImportListAdapter()
Import 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.
ImportList
public Adapter createPointedNameAdapter()
Pointed Name
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PointedName
public Adapter createMacroDefAdapter()
Macro Def
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MacroDef
public Adapter createQModuleAdapter()
QModule
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QModule
public Adapter createObservedSpecListAdapter()
Observed Spec 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.
ObservedSpecList
public Adapter createNameAdapter()
Name
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Name
public Adapter createQNameAdapter()
QName
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QName
public Adapter createQNameListAdapter()
QName 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.
QNameList
public Adapter createQTypeAdapter()
QType
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QType
public Adapter createQTypeListAdapter()
QType 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.
QTypeList
public Adapter createDimListAdapter()
Dim 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.
DimList
public Adapter createInOutNameAdapter()
In Out Name
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InOutName
public Adapter createInOutNameListAdapter()
In Out Name 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.
InOutNameList
public Adapter createInOutNameListCommaAdapter()
In Out Name List Comma
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InOutNameListComma
public Adapter createInterfaceAdapter()
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.
Interface
public Adapter createInterfaceCommaAdapter()
Interface Comma
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InterfaceComma
public Adapter createInterfaceListAdapter()
Interface 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.
InterfaceList
public Adapter createControlListAdapter()
Control 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.
ControlList
public Adapter createAssumeListAdapter()
Assume 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.
AssumeList
public Adapter createProofGoalListAdapter()
Proof Goal 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.
ProofGoalList
public Adapter createFixpointEqListAdapter()
Fixpoint Eq 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.
FixpointEqList
public Adapter createOptUtyExprAdapter()
Opt Uty 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.
OptUtyExpr
public Adapter createOptUtyExprListAdapter()
Opt Uty Expr 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.
OptUtyExprList
public Adapter createUtyExprSelectListAdapter()
Uty Expr Select 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.
UtyExprSelectList
public Adapter createUtyExprAdapter()
Uty 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.
UtyExpr
public Adapter createUtyActionAdapter()
Uty Action
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
UtyAction
public Adapter createcase_listAdapter()
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.
case_list
public Adapter createdUtyExprAdapter()
dUty 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.
dUtyExpr
public Adapter createdUtyExprsAdapter()
dUty Exprs
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
dUtyExprs
public Adapter createGenericAdapter()
Generic
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Generic
public Adapter createLocStmtAdapter()
Loc Stmt
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LocStmt
public Adapter createSeqStmtAdapter()
Seq Stmt
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SeqStmt
public Adapter createStmtAdapter()
Stmt
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Stmt
public Adapter createAtomicStmtAdapter()
Atomic Stmt
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AtomicStmt
public Adapter createNamedStmtAdapter()
Named Stmt
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
NamedStmt
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |