java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.gmt.umlx.km3.cst.util.KM3CSTAdapterFactory
public class KM3CSTAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
KM3CSTPackage
Constructor Summary | |
---|---|
KM3CSTAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
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 |
createAttributeCSAdapter()
Creates a new adapter for an object of class ' Attribute CS '. |
org.eclipse.emf.common.notify.Adapter |
createClassCSAdapter()
Creates a new adapter for an object of class ' Class CS '. |
org.eclipse.emf.common.notify.Adapter |
createClassifierCSAdapter()
Creates a new adapter for an object of class ' Classifier CS '. |
org.eclipse.emf.common.notify.Adapter |
createDataTypeCSAdapter()
Creates a new adapter for an object of class ' Data Type CS '. |
org.eclipse.emf.common.notify.Adapter |
createElementCSAdapter()
Creates a new adapter for an object of class ' Element CS '. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationCSAdapter()
Creates a new adapter for an object of class ' Enumeration CS '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createFeatureCSAdapter()
Creates a new adapter for an object of class ' Feature CS '. |
org.eclipse.emf.common.notify.Adapter |
createIdentifiedElementCSAdapter()
Creates a new adapter for an object of class ' Identified Element CS '. |
org.eclipse.emf.common.notify.Adapter |
createIdentifierCSAdapter()
Creates a new adapter for an object of class ' Identifier CS '. |
org.eclipse.emf.common.notify.Adapter |
createIdentifiersCSAdapter()
Creates a new adapter for an object of class ' Identifiers CS '. |
org.eclipse.emf.common.notify.Adapter |
createLiteralCSAdapter()
Creates a new adapter for an object of class ' Literal CS '. |
org.eclipse.emf.common.notify.Adapter |
createMetaModelCSAdapter()
Creates a new adapter for an object of class ' Meta Model CS '. |
org.eclipse.emf.common.notify.Adapter |
createMultiplicityBoundCSAdapter()
Creates a new adapter for an object of class ' Multiplicity Bound CS '. |
org.eclipse.emf.common.notify.Adapter |
createPackageCSAdapter()
Creates a new adapter for an object of class ' Package CS '. |
org.eclipse.emf.common.notify.Adapter |
createReferenceCSAdapter()
Creates a new adapter for an object of class ' Reference CS '. |
boolean |
isFactoryForType(java.lang.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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KM3CSTAdapterFactory()
Method Detail |
---|
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 createAttributeCSAdapter()
Attribute CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AttributeCS
public org.eclipse.emf.common.notify.Adapter createFeatureCSAdapter()
Feature CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FeatureCS
public org.eclipse.emf.common.notify.Adapter createClassCSAdapter()
Class CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ClassCS
public org.eclipse.emf.common.notify.Adapter createClassifierCSAdapter()
Classifier CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ClassifierCS
public org.eclipse.emf.common.notify.Adapter createDataTypeCSAdapter()
Data Type CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DataTypeCS
public org.eclipse.emf.common.notify.Adapter createEnumerationCSAdapter()
Enumeration CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EnumerationCS
public org.eclipse.emf.common.notify.Adapter createIdentifierCSAdapter()
Identifier CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IdentifierCS
public org.eclipse.emf.common.notify.Adapter createLiteralCSAdapter()
Literal CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LiteralCS
public org.eclipse.emf.common.notify.Adapter createMetaModelCSAdapter()
Meta Model CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MetaModelCS
public org.eclipse.emf.common.notify.Adapter createPackageCSAdapter()
Package CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PackageCS
public org.eclipse.emf.common.notify.Adapter createReferenceCSAdapter()
Reference CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ReferenceCS
public org.eclipse.emf.common.notify.Adapter createElementCSAdapter()
Element CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ElementCS
public org.eclipse.emf.common.notify.Adapter createIdentifiedElementCSAdapter()
Identified Element CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IdentifiedElementCS
public org.eclipse.emf.common.notify.Adapter createIdentifiersCSAdapter()
Identifiers CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IdentifiersCS
public org.eclipse.emf.common.notify.Adapter createMultiplicityBoundCSAdapter()
Multiplicity Bound CS
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MultiplicityBoundCS
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()