public class ParameterAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model. ParameterPackage| Constructor and Description |
|---|
ParameterAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createAtomAdapter()
Creates a new adapter for an object of class '
Atom'. |
Adapter |
createBooleanExpressionAdapter()
Creates a new adapter for an object of class '
Boolean Expression'. |
Adapter |
createCharacterisedVariableAdapter()
Creates a new adapter for an object of class
'
Characterised
Variable'. |
Adapter |
createComparisonAdapter()
Creates a new adapter for an object of class '
Comparison'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createExpressionAdapter()
Creates a new adapter for an object of class '
Expression'. |
Adapter |
createIfElseAdapter()
Creates a new adapter for an object of class '
If
Else'. |
Adapter |
createPowerAdapter()
Creates a new adapter for an object of class '
Power'. |
Adapter |
createProductAdapter()
Creates a new adapter for an object of class '
Product'. |
Adapter |
createTermAdapter()
Creates a new adapter for an object of class '
Term'. |
Adapter |
createUnaryAdapter()
Creates a new adapter for an object of class '
Unary'. |
Adapter |
createVariableAdapter()
Creates a new adapter for an object of class '
Variable'. |
Adapter |
createVariableCharacterisationAdapter()
Creates a new adapter for an object of class
'
Variable
Characterisation'. |
Adapter |
createVariableUsageAdapter()
Creates a new adapter for an object of class '
Variable Usage'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic static final String copyright
public ParameterAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package
or is an instance object of the model. isFactoryForType in interface AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target. createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createVariableUsageAdapter()
Variable Usage'. 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. VariableUsagepublic Adapter createVariableCharacterisationAdapter()
Variable
Characterisation'. 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. VariableCharacterisationpublic Adapter createCharacterisedVariableAdapter()
Characterised
Variable'. 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. CharacterisedVariablepublic Adapter createExpressionAdapter()
Expression'. 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. Expressionpublic Adapter createIfElseAdapter()
If
Else'. 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. IfElsepublic Adapter createBooleanExpressionAdapter()
Boolean Expression'. 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. BooleanExpressionpublic Adapter createComparisonAdapter()
Comparison'. 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. Comparisonpublic Adapter createTermAdapter()
Term'. 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. Termpublic Adapter createProductAdapter()
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. Productpublic Adapter createPowerAdapter()
Power'. 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. Powerpublic Adapter createUnaryAdapter()
Unary'. 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. Unarypublic Adapter createAtomAdapter()
Atom'. 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. Atompublic Adapter createVariableAdapter()
Variable'. 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. Variablepublic Adapter createEObjectAdapter()