public class CCDModelAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
CCDModelPackage
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
protected static CCDModelPackage |
modelPackage
The cached model package
|
protected CCDModelSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods |
Constructor and Description |
---|
CCDModelAdapterFactory()
Creates an instance of the adapter factory
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createActionAdapter()
Creates a new adapter for an object of class '
Action ' |
org.eclipse.emf.common.notify.Adapter |
createActorAdapter()
Creates a new adapter for an object of class '
Actor ' |
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target |
org.eclipse.emf.common.notify.Adapter |
createAnnotatedObjectAdapter()
Creates a new adapter for an object of class '
Annotated Object ' |
org.eclipse.emf.common.notify.Adapter |
createAttributeAdapter()
Creates a new adapter for an object of class '
Attribute ' |
org.eclipse.emf.common.notify.Adapter |
createAttributeInstanceAdapter()
Creates a new adapter for an object of class '
Attribute Instance ' |
org.eclipse.emf.common.notify.Adapter |
createCCDAdapter()
Creates a new adapter for an object of class '
CCD ' |
org.eclipse.emf.common.notify.Adapter |
createCCDEntityAdapter()
Creates a new adapter for an object of class '
CCD Entity ' |
org.eclipse.emf.common.notify.Adapter |
createConceptAdapter()
Creates a new adapter for an object of class '
Concept ' |
org.eclipse.emf.common.notify.Adapter |
createConditionAdapter()
Creates a new adapter for an object of class '
Condition ' |
org.eclipse.emf.common.notify.Adapter |
createEnumAdapter()
Creates a new adapter for an object of class '
Enum ' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createInstanceAdapter()
Creates a new adapter for an object of class '
Instance ' |
org.eclipse.emf.common.notify.Adapter |
createKnownByAdapter()
Creates a new adapter for an object of class '
Known By ' |
org.eclipse.emf.common.notify.Adapter |
createLiteralAdapter()
Creates a new adapter for an object of class '
Literal ' |
org.eclipse.emf.common.notify.Adapter |
createObjectAdapter()
Creates a new adapter for an object of class '
Object ' |
org.eclipse.emf.common.notify.Adapter |
createRelationAdapter()
Creates a new adapter for an object of class '
Relation ' |
org.eclipse.emf.common.notify.Adapter |
createRelationInstanceAdapter()
Creates a new adapter for an object of class '
Relation Instance ' |
org.eclipse.emf.common.notify.Adapter |
createRelationOrAttributeAdapter()
Creates a new adapter for an object of class '
Relation Or Attribute ' |
org.eclipse.emf.common.notify.Adapter |
createRelationOrAttributeElementAdapter()
Creates a new adapter for an object of class '
Relation Or Attribute Element ' |
org.eclipse.emf.common.notify.Adapter |
createSourceOfConditionAdapter()
Creates a new adapter for an object of class '
Source Of Condition ' |
org.eclipse.emf.common.notify.Adapter |
createVariableAdapter()
Creates a new adapter for an object of class '
Variable ' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
public static final java.lang.String copyright
protected static CCDModelPackage modelPackage
protected CCDModelSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public CCDModelAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createCCDEntityAdapter()
CCD Entity
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CCDEntity
public org.eclipse.emf.common.notify.Adapter createConceptAdapter()
Concept
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Concept
public org.eclipse.emf.common.notify.Adapter createActorAdapter()
Actor
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Actor
public org.eclipse.emf.common.notify.Adapter createObjectAdapter()
Object
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Object
public org.eclipse.emf.common.notify.Adapter createCCDAdapter()
CCD
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CCD
public org.eclipse.emf.common.notify.Adapter createInstanceAdapter()
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.
Instance
public org.eclipse.emf.common.notify.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 org.eclipse.emf.common.notify.Adapter createRelationInstanceAdapter()
Relation 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.
RelationInstance
public org.eclipse.emf.common.notify.Adapter createActionAdapter()
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.
Action
public org.eclipse.emf.common.notify.Adapter createConditionAdapter()
Condition
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Condition
public org.eclipse.emf.common.notify.Adapter createEnumAdapter()
Enum
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Enum
public org.eclipse.emf.common.notify.Adapter createLiteralAdapter()
Literal
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Literal
public org.eclipse.emf.common.notify.Adapter createAttributeAdapter()
Attribute
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Attribute
public org.eclipse.emf.common.notify.Adapter createAttributeInstanceAdapter()
Attribute 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.
AttributeInstance
public org.eclipse.emf.common.notify.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 org.eclipse.emf.common.notify.Adapter createSourceOfConditionAdapter()
Source Of Condition
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SourceOfCondition
public org.eclipse.emf.common.notify.Adapter createRelationOrAttributeElementAdapter()
Relation Or Attribute Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RelationOrAttributeElement
public org.eclipse.emf.common.notify.Adapter createRelationOrAttributeAdapter()
Relation Or Attribute
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RelationOrAttribute
public org.eclipse.emf.common.notify.Adapter createKnownByAdapter()
Known By
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
KnownBy
public org.eclipse.emf.common.notify.Adapter createAnnotatedObjectAdapter()
Annotated Object
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AnnotatedObject
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()