public class FlaxmlAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
FlaxmlPackage
Constructor and Description |
---|
FlaxmlAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target . |
org.eclipse.emf.common.notify.Adapter |
createComponentAdapter()
Creates a new adapter for an object of class '
Component '. |
org.eclipse.emf.common.notify.Adapter |
createComponentsAdapter()
Creates a new adapter for an object of class '
Components '. |
org.eclipse.emf.common.notify.Adapter |
createCompositeComponentAdapter()
Creates a new adapter for an object of class '
Composite Component '. |
org.eclipse.emf.common.notify.Adapter |
createConnectionAdapter()
Creates a new adapter for an object of class '
Connection '. |
org.eclipse.emf.common.notify.Adapter |
createConnectionsAdapter()
Creates a new adapter for an object of class '
Connections '. |
org.eclipse.emf.common.notify.Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class '
Document Root '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFailureAdapter()
Creates a new adapter for an object of class '
Failure '. |
org.eclipse.emf.common.notify.Adapter |
createFptcRulesAdapter()
Creates a new adapter for an object of class '
Fptc Rules '. |
org.eclipse.emf.common.notify.Adapter |
createInputPortAdapter()
Creates a new adapter for an object of class '
Input Port '. |
org.eclipse.emf.common.notify.Adapter |
createInputPortsAdapter()
Creates a new adapter for an object of class '
Input Ports '. |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element '. |
org.eclipse.emf.common.notify.Adapter |
createOutputPortAdapter()
Creates a new adapter for an object of class '
Output Port '. |
org.eclipse.emf.common.notify.Adapter |
createOutputPortsAdapter()
Creates a new adapter for an object of class '
Output Ports '. |
org.eclipse.emf.common.notify.Adapter |
createRuleStringAdapter()
Creates a new adapter for an object of class '
Rule String '. |
org.eclipse.emf.common.notify.Adapter |
createSimpleComponentAdapter()
Creates a new adapter for an object of class '
Simple Component '. |
org.eclipse.emf.common.notify.Adapter |
createSystemAdapter()
Creates a new adapter for an object of class '
System '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public FlaxmlAdapterFactory()
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.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createComponentAdapter()
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.
Component
public org.eclipse.emf.common.notify.Adapter createComponentsAdapter()
Components
'.
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.
Components
public org.eclipse.emf.common.notify.Adapter createCompositeComponentAdapter()
Composite 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.
CompositeComponent
public org.eclipse.emf.common.notify.Adapter createConnectionAdapter()
Connection
'.
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.
Connection
public org.eclipse.emf.common.notify.Adapter createConnectionsAdapter()
Connections
'.
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.
Connections
public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Document Root
'.
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.
DocumentRoot
public org.eclipse.emf.common.notify.Adapter createFailureAdapter()
Failure
'.
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.
Failure
public org.eclipse.emf.common.notify.Adapter createFptcRulesAdapter()
Fptc Rules
'.
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.
FptcRules
public org.eclipse.emf.common.notify.Adapter createInputPortAdapter()
Input Port
'.
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.
InputPort
public org.eclipse.emf.common.notify.Adapter createInputPortsAdapter()
Input Ports
'.
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.
InputPorts
public org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
Named 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.
NamedElement
public org.eclipse.emf.common.notify.Adapter createOutputPortAdapter()
Output Port
'.
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.
OutputPort
public org.eclipse.emf.common.notify.Adapter createOutputPortsAdapter()
Output Ports
'.
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.
OutputPorts
public org.eclipse.emf.common.notify.Adapter createRuleStringAdapter()
Rule String
'.
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.
RuleString
public org.eclipse.emf.common.notify.Adapter createSimpleComponentAdapter()
Simple 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.
SimpleComponent
public org.eclipse.emf.common.notify.Adapter createSystemAdapter()
System
'.
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.
System
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()