public class ValidityAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
ValidityPackage| Constructor and Description |
|---|
ValidityAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAbstractNodeAdapter()
Creates a new adapter for an object of class '
Abstract Node'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createConstrainingNodeAdapter()
Creates a new adapter for an object of class '
Constraining Node'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createLeafConstrainingNodeAdapter()
Creates a new adapter for an object of class '
Leaf Constraining Node'. |
Adapter |
createResultAdapter()
Creates a new adapter for an object of class '
Result'. |
Adapter |
createResultConstrainingNodeAdapter()
Creates a new adapter for an object of class '
Result Constraining Node'. |
Adapter |
createResultSetAdapter()
Creates a new adapter for an object of class '
Result Set'. |
Adapter |
createResultValidatableNodeAdapter()
Creates a new adapter for an object of class '
Result Validatable Node'. |
Adapter |
createRootConstrainingNodeAdapter()
Creates a new adapter for an object of class '
Root Constraining Node'. |
Adapter |
createRootNodeAdapter()
Creates a new adapter for an object of class '
Root Node'. |
Adapter |
createRootValidatableNodeAdapter()
Creates a new adapter for an object of class '
Root Validatable Node'. |
Adapter |
createValidatableNodeAdapter()
Creates a new adapter for an object of class '
Validatable Node'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public ValidityAdapterFactory()
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 createAbstractNodeAdapter()
Abstract Node'.
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.
AbstractNodepublic Adapter createConstrainingNodeAdapter()
Constraining Node'.
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.
ConstrainingNodepublic Adapter createLeafConstrainingNodeAdapter()
Leaf Constraining Node'.
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.
LeafConstrainingNodepublic Adapter createResultAdapter()
Result'.
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.
Resultpublic Adapter createResultConstrainingNodeAdapter()
Result Constraining Node'.
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.
ResultConstrainingNodepublic Adapter createResultSetAdapter()
Result 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.
ResultSetpublic Adapter createResultValidatableNodeAdapter()
Result Validatable Node'.
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.
ResultValidatableNodepublic Adapter createRootNodeAdapter()
Root Node'.
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.
RootNodepublic Adapter createRootConstrainingNodeAdapter()
Root Constraining Node'.
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.
RootConstrainingNodepublic Adapter createRootValidatableNodeAdapter()
Root Validatable Node'.
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.
RootValidatableNodepublic Adapter createValidatableNodeAdapter()
Validatable Node'.
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.
ValidatableNodepublic Adapter createEObjectAdapter()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.