public class CHESSViewsAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
CHESSViewsPackage
Constructor and Description |
---|
CHESSViewsAdapterFactory()
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 |
createAnalysisViewAdapter()
Creates a new adapter for an object of class '
Analysis View '. |
org.eclipse.emf.common.notify.Adapter |
createComponentViewAdapter()
Creates a new adapter for an object of class '
Component View '. |
org.eclipse.emf.common.notify.Adapter |
createDependabilityAnalysisViewAdapter()
Creates a new adapter for an object of class '
Dependability Analysis View '. |
org.eclipse.emf.common.notify.Adapter |
createDeploymentViewAdapter()
Creates a new adapter for an object of class '
Deployment View '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtraFunctionalViewAdapter()
Creates a new adapter for an object of class '
Extra Functional View '. |
org.eclipse.emf.common.notify.Adapter |
createPSMViewAdapter()
Creates a new adapter for an object of class '
PSM View '. |
org.eclipse.emf.common.notify.Adapter |
createRequirementViewAdapter()
Creates a new adapter for an object of class '
Requirement View '. |
org.eclipse.emf.common.notify.Adapter |
createRTAnalysisViewAdapter()
Creates a new adapter for an object of class '
RT Analysis View '. |
org.eclipse.emf.common.notify.Adapter |
createSystemViewAdapter()
Creates a new adapter for an object of class '
System View '. |
org.eclipse.emf.common.notify.Adapter |
createTimingDataFlowViewAdapter()
Creates a new adapter for an object of class '
Timing Data Flow View '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public CHESSViewsAdapterFactory()
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 createExtraFunctionalViewAdapter()
Extra Functional View
'.
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.
ExtraFunctionalView
public org.eclipse.emf.common.notify.Adapter createTimingDataFlowViewAdapter()
Timing Data Flow View
'.
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.
TimingDataFlowView
public org.eclipse.emf.common.notify.Adapter createRTAnalysisViewAdapter()
RT Analysis View
'.
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.
RTAnalysisView
public org.eclipse.emf.common.notify.Adapter createDeploymentViewAdapter()
Deployment View
'.
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.
DeploymentView
public org.eclipse.emf.common.notify.Adapter createRequirementViewAdapter()
Requirement View
'.
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.
RequirementView
public org.eclipse.emf.common.notify.Adapter createComponentViewAdapter()
Component View
'.
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.
ComponentView
public org.eclipse.emf.common.notify.Adapter createDependabilityAnalysisViewAdapter()
Dependability Analysis View
'.
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.
DependabilityAnalysisView
public org.eclipse.emf.common.notify.Adapter createSystemViewAdapter()
System View
'.
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.
SystemView
public org.eclipse.emf.common.notify.Adapter createPSMViewAdapter()
PSM View
'.
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.
PSMView
public org.eclipse.emf.common.notify.Adapter createAnalysisViewAdapter()
Analysis View
'.
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.
AnalysisView
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()