public class OCLstdlibCSAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
OCLstdlibCSPackage| Constructor and Description |
|---|
OCLstdlibCSAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createAttributeCSAdapter()
Creates a new adapter for an object of class '
Attribute CS'. |
Adapter |
createClassCSAdapter()
Creates a new adapter for an object of class '
Class CS'. |
Adapter |
createConstraintCSAdapter()
Creates a new adapter for an object of class '
Constraint CS'. |
Adapter |
createElementCSAdapter()
Creates a new adapter for an object of class '
Element CS'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createFeatureCSAdapter()
Creates a new adapter for an object of class '
Feature CS'. |
Adapter |
createJavaClassCSAdapter()
Creates a new adapter for an object of class '
Java Class CS'. |
Adapter |
createJavaImplementationCSAdapter()
Creates a new adapter for an object of class '
Java Implementation CS'. |
Adapter |
createLibClassCSAdapter()
Creates a new adapter for an object of class '
Lib Class CS'. |
Adapter |
createLibCoercionCSAdapter()
Creates a new adapter for an object of class '
Lib Coercion CS'. |
Adapter |
createLibConstraintCSAdapter()
Creates a new adapter for an object of class '
Lib Constraint CS'. |
Adapter |
createLibIterationCSAdapter()
Creates a new adapter for an object of class '
Lib Iteration CS'. |
Adapter |
createLibOperationCSAdapter()
Creates a new adapter for an object of class '
Lib Operation CS'. |
Adapter |
createLibPackageCSAdapter()
Creates a new adapter for an object of class '
Lib Package CS'. |
Adapter |
createLibPropertyCSAdapter()
Creates a new adapter for an object of class '
Lib Property CS'. |
Adapter |
createLibRootPackageCSAdapter()
Creates a new adapter for an object of class '
Lib Root Package CS'. |
Adapter |
createMetaclassNameCSAdapter()
Creates a new adapter for an object of class '
Metaclass Name CS'. |
Adapter |
createModelElementCSAdapter()
Creates a new adapter for an object of class '
Model Element CS'. |
Adapter |
createNamedElementCSAdapter()
Creates a new adapter for an object of class '
Named Element CS'. |
Adapter |
createNamespaceCSAdapter()
Creates a new adapter for an object of class '
Namespace CS'. |
Adapter |
createOperationCSAdapter()
Creates a new adapter for an object of class '
Operation CS'. |
Adapter |
createPackageCSAdapter()
Creates a new adapter for an object of class '
Package CS'. |
Adapter |
createPackageOwnerCSAdapter()
Creates a new adapter for an object of class '
Package Owner CS'. |
Adapter |
createPivotableElementCSAdapter()
Creates a new adapter for an object of class '
Pivotable Element CS'. |
Adapter |
createPrecedenceCSAdapter()
Creates a new adapter for an object of class '
Precedence CS'. |
Adapter |
createRootCSAdapter()
Creates a new adapter for an object of class '
Root CS'. |
Adapter |
createRootPackageCSAdapter()
Creates a new adapter for an object of class '
Root Package CS'. |
Adapter |
createStructuralFeatureCSAdapter()
Creates a new adapter for an object of class '
Structural Feature CS'. |
Adapter |
createStructuredClassCSAdapter()
Creates a new adapter for an object of class '
Structured Class CS'. |
Adapter |
createTemplateableElementCSAdapter()
Creates a new adapter for an object of class '
Templateable Element CS'. |
Adapter |
createTypeCSAdapter()
Creates a new adapter for an object of class '
Type CS'. |
Adapter |
createTypedElementCSAdapter()
Creates a new adapter for an object of class '
Typed Element CS'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public OCLstdlibCSAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.target.public Adapter createJavaClassCSAdapter()
Java 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.
JavaClassCSpublic Adapter createLibClassCSAdapter()
Lib 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.
LibClassCSpublic Adapter createLibCoercionCSAdapter()
Lib Coercion 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.
LibCoercionCSpublic Adapter createLibConstraintCSAdapter()
Lib Constraint 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.
LibConstraintCSpublic Adapter createLibIterationCSAdapter()
Lib Iteration 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.
LibIterationCSpublic Adapter createLibOperationCSAdapter()
Lib Operation 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.
LibOperationCSpublic Adapter createLibPackageCSAdapter()
Lib 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.
LibPackageCSpublic Adapter createLibPropertyCSAdapter()
Lib Property 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.
LibPropertyCSpublic Adapter createLibRootPackageCSAdapter()
Lib Root 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.
LibRootPackageCSpublic Adapter createMetaclassNameCSAdapter()
Metaclass Name 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.
MetaclassNameCSpublic Adapter createJavaImplementationCSAdapter()
Java Implementation 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.
JavaImplementationCSpublic Adapter createPrecedenceCSAdapter()
Precedence 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.
PrecedenceCSpublic 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.
ElementCSpublic Adapter createPivotableElementCSAdapter()
Pivotable 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.
PivotableElementCSpublic Adapter createModelElementCSAdapter()
Model 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.
ModelElementCSpublic Adapter createNamedElementCSAdapter()
Named 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.
NamedElementCSpublic Adapter createTemplateableElementCSAdapter()
Templateable 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.
TemplateableElementCSpublic 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.
ClassCSpublic Adapter createTypedElementCSAdapter()
Typed 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.
TypedElementCSpublic Adapter createTypeCSAdapter()
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.
TypeCSpublic 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.
FeatureCSpublic Adapter createOperationCSAdapter()
Operation 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.
OperationCSpublic Adapter createPackageOwnerCSAdapter()
Package Owner 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.
PackageOwnerCSpublic Adapter createStructuralFeatureCSAdapter()
Structural 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.
StructuralFeatureCSpublic 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.
AttributeCSpublic Adapter createRootCSAdapter()
Root 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.
RootCSpublic Adapter createRootPackageCSAdapter()
Root 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.
RootPackageCSpublic Adapter createNamespaceCSAdapter()
Namespace 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.
NamespaceCSpublic Adapter createStructuredClassCSAdapter()
Structured 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.
StructuredClassCSpublic 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.
PackageCSpublic Adapter createConstraintCSAdapter()
Constraint 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.
ConstraintCSpublic Adapter createEObjectAdapter()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.