public class OCLstdlibAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
OCLstdlibPackage| Constructor and Description |
|---|
OCLstdlibAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createBagAdapter()
Creates a new adapter for an object of class '
Bag'. |
Adapter |
createCollectionAdapter()
Creates a new adapter for an object of class '
Collection'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createMapAdapter()
Creates a new adapter for an object of class '
Map'. |
Adapter |
createOclAnyAdapter()
Creates a new adapter for an object of class '
Ocl Any'. |
Adapter |
createOclComparableAdapter()
Creates a new adapter for an object of class '
Ocl Comparable'. |
Adapter |
createOclElementAdapter()
Creates a new adapter for an object of class '
Ocl Element'. |
Adapter |
createOclEnumerationAdapter()
Creates a new adapter for an object of class '
Ocl Enumeration'. |
Adapter |
createOclInvalidAdapter()
Creates a new adapter for an object of class '
Ocl Invalid'. |
Adapter |
createOclLambdaAdapter()
Creates a new adapter for an object of class '
Ocl Lambda'. |
Adapter |
createOclMessageAdapter()
Creates a new adapter for an object of class '
Ocl Message'. |
Adapter |
createOclSelfAdapter()
Creates a new adapter for an object of class '
Ocl Self'. |
Adapter |
createOclStateAdapter()
Creates a new adapter for an object of class '
Ocl State'. |
Adapter |
createOclStereotypeAdapter()
Creates a new adapter for an object of class '
Ocl Stereotype'. |
Adapter |
createOclSummableAdapter()
Creates a new adapter for an object of class '
Ocl Summable'. |
Adapter |
createOclTupleAdapter()
Creates a new adapter for an object of class '
Ocl Tuple'. |
Adapter |
createOclTypeAdapter()
Creates a new adapter for an object of class '
Ocl Type'. |
Adapter |
createOclVoidAdapter()
Creates a new adapter for an object of class '
Ocl Void'. |
Adapter |
createOrderedCollectionAdapter()
Creates a new adapter for an object of class '
Ordered Collection'. |
Adapter |
createOrderedSetAdapter()
Creates a new adapter for an object of class '
Ordered Set'. |
Adapter |
createSequenceAdapter()
Creates a new adapter for an object of class '
Sequence'. |
Adapter |
createSetAdapter()
Creates a new adapter for an object of class '
Set'. |
Adapter |
createUniqueCollectionAdapter()
Creates a new adapter for an object of class '
Unique Collection'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public OCLstdlibAdapterFactory()
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 createBagAdapter()
Bag'.
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.
Bagpublic Adapter createCollectionAdapter()
Collection'.
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.
Collectionpublic Adapter createMapAdapter()
Map'.
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.
Mappublic Adapter createOclAnyAdapter()
Ocl Any'.
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.
Objectpublic Adapter createOclComparableAdapter()
Ocl Comparable'.
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.
Objectpublic Adapter createOclElementAdapter()
Ocl 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.
Objectpublic Adapter createOclEnumerationAdapter()
Ocl Enumeration'.
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.
Objectpublic Adapter createOclInvalidAdapter()
Ocl Invalid'.
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.
Objectpublic Adapter createOclLambdaAdapter()
Ocl Lambda'.
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.
Objectpublic Adapter createOclMessageAdapter()
Ocl Message'.
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.
Objectpublic Adapter createOclSelfAdapter()
Ocl Self'.
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.
Objectpublic Adapter createOclStateAdapter()
Ocl State'.
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.
Objectpublic Adapter createOclStereotypeAdapter()
Ocl Stereotype'.
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.
Objectpublic Adapter createOclSummableAdapter()
Ocl Summable'.
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.
Objectpublic Adapter createOclTupleAdapter()
Ocl Tuple'.
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.
Objectpublic Adapter createOclTypeAdapter()
Ocl 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.
Objectpublic Adapter createOclVoidAdapter()
Ocl Void'.
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.
Objectpublic Adapter createOrderedCollectionAdapter()
Ordered Collection'.
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.
Collectionpublic Adapter createOrderedSetAdapter()
Ordered Set'.
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.
OrderedSetpublic 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.
Listpublic Adapter createSetAdapter()
Set'.
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.
Setpublic Adapter createUniqueCollectionAdapter()
Unique Collection'.
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.
Collectionpublic Adapter createEObjectAdapter()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.