|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAdapterFactoryImpl
org.eclipse.gmt.modisco.omg.kdm.build.util.BuildAdapterFactory
public class BuildAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
BuildPackage| Constructor Summary | |
|---|---|
BuildAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
Adapter |
createAbstractBuildElementAdapter()
Creates a new adapter for an object of class ' Abstract Build Element'. |
Adapter |
createAbstractBuildRelationshipAdapter()
Creates a new adapter for an object of class ' Abstract Build Relationship'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target. |
Adapter |
createBuildComponentAdapter()
Creates a new adapter for an object of class ' Component'. |
Adapter |
createBuildDescriptionAdapter()
Creates a new adapter for an object of class ' Description'. |
Adapter |
createBuildElementAdapter()
Creates a new adapter for an object of class ' Element'. |
Adapter |
createBuildModelAdapter()
Creates a new adapter for an object of class ' Model'. |
Adapter |
createBuildProductAdapter()
Creates a new adapter for an object of class ' Product'. |
Adapter |
createBuildRelationshipAdapter()
Creates a new adapter for an object of class ' Relationship'. |
Adapter |
createBuildResourceAdapter()
Creates a new adapter for an object of class ' Resource'. |
Adapter |
createBuildStepAdapter()
Creates a new adapter for an object of class ' Step'. |
Adapter |
createConsumesAdapter()
Creates a new adapter for an object of class ' Consumes'. |
Adapter |
createDescribedByAdapter()
Creates a new adapter for an object of class ' Described By'. |
Adapter |
createElementAdapter()
Creates a new adapter for an object of class ' Element'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createKDMEntityAdapter()
Creates a new adapter for an object of class ' KDM Entity'. |
Adapter |
createKDMFrameworkAdapter()
Creates a new adapter for an object of class ' KDM Framework'. |
Adapter |
createKDMModelAdapter()
Creates a new adapter for an object of class ' KDM Model'. |
Adapter |
createKDMRelationshipAdapter()
Creates a new adapter for an object of class ' KDM Relationship'. |
Adapter |
createLibraryAdapter()
Creates a new adapter for an object of class ' Library'. |
Adapter |
createLinksToAdapter()
Creates a new adapter for an object of class ' Links To'. |
Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class ' Model Element'. |
Adapter |
createProducesAdapter()
Creates a new adapter for an object of class ' Produces'. |
Adapter |
createSuppliedByAdapter()
Creates a new adapter for an object of class ' Supplied By'. |
Adapter |
createSupplierAdapter()
Creates a new adapter for an object of class ' Supplier'. |
Adapter |
createSupportedByAdapter()
Creates a new adapter for an object of class ' Supported By'. |
Adapter |
createSymbolicLinkAdapter()
Creates a new adapter for an object of class ' Symbolic Link'. |
Adapter |
createToolAdapter()
Creates a new adapter for an object of class ' Tool'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildAdapterFactory()
| 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.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.
target.public Adapter createAbstractBuildElementAdapter()
Abstract Build 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.
AbstractBuildElementpublic Adapter createBuildResourceAdapter()
Resource'.
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.
BuildResourcepublic Adapter createBuildDescriptionAdapter()
Description'.
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.
BuildDescriptionpublic Adapter createSymbolicLinkAdapter()
Symbolic Link'.
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.
SymbolicLinkpublic Adapter createAbstractBuildRelationshipAdapter()
Abstract Build Relationship'.
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.
AbstractBuildRelationshippublic Adapter createLinksToAdapter()
Links To'.
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.
LinksTopublic Adapter createConsumesAdapter()
Consumes'.
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.
Consumespublic Adapter createBuildModelAdapter()
Model'.
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.
BuildModelpublic Adapter createBuildComponentAdapter()
Component'.
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.
BuildComponentpublic Adapter createSupplierAdapter()
Supplier'.
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.
Supplierpublic Adapter createToolAdapter()
Tool'.
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.
Toolpublic Adapter createBuildElementAdapter()
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.
BuildElementpublic Adapter createBuildRelationshipAdapter()
Relationship'.
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.
BuildRelationshippublic Adapter createSuppliedByAdapter()
Supplied 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.
SuppliedBypublic Adapter createLibraryAdapter()
Library'.
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.
Librarypublic Adapter createBuildStepAdapter()
Step'.
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.
BuildSteppublic Adapter createProducesAdapter()
Produces'.
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.
Producespublic Adapter createSupportedByAdapter()
Supported 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.
SupportedBypublic Adapter createBuildProductAdapter()
Product'.
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.
BuildProductpublic Adapter createDescribedByAdapter()
Described 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.
DescribedBypublic Adapter createElementAdapter()
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.
Elementpublic Adapter createModelElementAdapter()
Model 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.
ModelElementpublic Adapter createKDMEntityAdapter()
KDM 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.
KDMEntitypublic Adapter createKDMRelationshipAdapter()
KDM Relationship'.
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.
KDMRelationshippublic Adapter createKDMFrameworkAdapter()
KDM Framework'.
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.
KDMFrameworkpublic Adapter createKDMModelAdapter()
KDM Model'.
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.
KDMModelpublic Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||