|
||||||||||
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.
AbstractBuildElement
public 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.
BuildResource
public 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.
BuildDescription
public 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.
SymbolicLink
public 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.
AbstractBuildRelationship
public 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.
LinksTo
public 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.
Consumes
public 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.
BuildModel
public 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.
BuildComponent
public 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.
Supplier
public 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.
Tool
public 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.
BuildElement
public 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.
BuildRelationship
public 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.
SuppliedBy
public 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.
Library
public 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.
BuildStep
public 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.
Produces
public 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.
SupportedBy
public 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.
BuildProduct
public 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.
DescribedBy
public 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.
Element
public 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.
ModelElement
public 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.
KDMEntity
public 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.
KDMRelationship
public 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.
KDMFramework
public 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.
KDMModel
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |