public class STSAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
STSPackage
Constructor and Description |
---|
STSAdapterFactory()
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 |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createHACommunicationAdapter()
Creates a new adapter for an object of class '
HA Communication '. |
org.eclipse.emf.common.notify.Adapter |
createHAFeedbackAdapter()
Creates a new adapter for an object of class '
HA Feedback '. |
org.eclipse.emf.common.notify.Adapter |
createHAIntentAdapter()
Creates a new adapter for an object of class '
HA Intent '. |
org.eclipse.emf.common.notify.Adapter |
createHAKnowledgeDecisionAdapter()
Creates a new adapter for an object of class '
HA Knowledge Decision '. |
org.eclipse.emf.common.notify.Adapter |
createHAResponseAdapter()
Creates a new adapter for an object of class '
HA Response '. |
org.eclipse.emf.common.notify.Adapter |
createHASelectionAdapter()
Creates a new adapter for an object of class '
HA Selection '. |
org.eclipse.emf.common.notify.Adapter |
createHATimeManagementAdapter()
Creates a new adapter for an object of class '
HA Time Management '. |
org.eclipse.emf.common.notify.Adapter |
createHSAttentionAdapter()
Creates a new adapter for an object of class '
HS Attention '. |
org.eclipse.emf.common.notify.Adapter |
createHSKnowledgePerceptionAdapter()
Creates a new adapter for an object of class '
HS Knowledge Perception '. |
org.eclipse.emf.common.notify.Adapter |
createHSPerceptionAdapter()
Creates a new adapter for an object of class '
HS Perception '. |
org.eclipse.emf.common.notify.Adapter |
createHSSensoryAdapter()
Creates a new adapter for an object of class '
HS Sensory '. |
org.eclipse.emf.common.notify.Adapter |
createHumanActuatorUnitAdapter()
Creates a new adapter for an object of class '
Human Actuator Unit '. |
org.eclipse.emf.common.notify.Adapter |
createHumanAdapter()
Creates a new adapter for an object of class '
Human '. |
org.eclipse.emf.common.notify.Adapter |
createHumanSensorUnitAdapter()
Creates a new adapter for an object of class '
Human Sensor Unit '. |
org.eclipse.emf.common.notify.Adapter |
createOrganizationAdapter()
Creates a new adapter for an object of class '
Organization '. |
org.eclipse.emf.common.notify.Adapter |
createOrganizationUnitAdapter()
Creates a new adapter for an object of class '
Organization Unit '. |
org.eclipse.emf.common.notify.Adapter |
createOUClimateManagementAdapter()
Creates a new adapter for an object of class '
OU Climate Management '. |
org.eclipse.emf.common.notify.Adapter |
createOUMissionManagementAdapter()
Creates a new adapter for an object of class '
OU Mission Management '. |
org.eclipse.emf.common.notify.Adapter |
createOUOversightManagementAdapter()
Creates a new adapter for an object of class '
OU Oversight Management '. |
org.eclipse.emf.common.notify.Adapter |
createOUProcessManagementAdapter()
Creates a new adapter for an object of class '
OU Process Management '. |
org.eclipse.emf.common.notify.Adapter |
createOUResourceManagementAdapter()
Creates a new adapter for an object of class '
OU Resource Management '. |
org.eclipse.emf.common.notify.Adapter |
createOURulesRegulationManagementAdapter()
Creates a new adapter for an object of class '
OU Rules Regulation Management '. |
org.eclipse.emf.common.notify.Adapter |
createTechnologicalAdapter()
Creates a new adapter for an object of class '
Technological '. |
org.eclipse.emf.common.notify.Adapter |
createTimePressureAdapter()
Creates a new adapter for an object of class '
Time Pressure '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public STSAdapterFactory()
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 createHumanAdapter()
Human
'.
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.
Human
public org.eclipse.emf.common.notify.Adapter createOrganizationAdapter()
Organization
'.
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.
Organization
public org.eclipse.emf.common.notify.Adapter createOrganizationUnitAdapter()
Organization Unit
'.
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.
OrganizationUnit
public org.eclipse.emf.common.notify.Adapter createTechnologicalAdapter()
Technological
'.
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.
Technological
public org.eclipse.emf.common.notify.Adapter createTimePressureAdapter()
Time Pressure
'.
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.
TimePressure
public org.eclipse.emf.common.notify.Adapter createOUMissionManagementAdapter()
OU Mission Management
'.
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.
OUMissionManagement
public org.eclipse.emf.common.notify.Adapter createOURulesRegulationManagementAdapter()
OU Rules Regulation Management
'.
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.
OURulesRegulationManagement
public org.eclipse.emf.common.notify.Adapter createOUClimateManagementAdapter()
OU Climate Management
'.
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.
OUClimateManagement
public org.eclipse.emf.common.notify.Adapter createOUOversightManagementAdapter()
OU Oversight Management
'.
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.
OUOversightManagement
public org.eclipse.emf.common.notify.Adapter createOUProcessManagementAdapter()
OU Process Management
'.
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.
OUProcessManagement
public org.eclipse.emf.common.notify.Adapter createOUResourceManagementAdapter()
OU Resource Management
'.
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.
OUResourceManagement
public org.eclipse.emf.common.notify.Adapter createHSAttentionAdapter()
HS Attention
'.
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.
HSAttention
public org.eclipse.emf.common.notify.Adapter createHumanSensorUnitAdapter()
Human Sensor Unit
'.
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.
HumanSensorUnit
public org.eclipse.emf.common.notify.Adapter createHSPerceptionAdapter()
HS Perception
'.
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.
HSPerception
public org.eclipse.emf.common.notify.Adapter createHSKnowledgePerceptionAdapter()
HS Knowledge Perception
'.
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.
HSKnowledgePerception
public org.eclipse.emf.common.notify.Adapter createHSSensoryAdapter()
HS Sensory
'.
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.
HSSensory
public org.eclipse.emf.common.notify.Adapter createHAFeedbackAdapter()
HA Feedback
'.
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.
HAFeedback
public org.eclipse.emf.common.notify.Adapter createHumanActuatorUnitAdapter()
Human Actuator Unit
'.
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.
HumanActuatorUnit
public org.eclipse.emf.common.notify.Adapter createHAIntentAdapter()
HA Intent
'.
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.
HAIntent
public org.eclipse.emf.common.notify.Adapter createHACommunicationAdapter()
HA Communication
'.
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.
HACommunication
public org.eclipse.emf.common.notify.Adapter createHATimeManagementAdapter()
HA Time Management
'.
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.
HATimeManagement
public org.eclipse.emf.common.notify.Adapter createHASelectionAdapter()
HA Selection
'.
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.
HASelection
public org.eclipse.emf.common.notify.Adapter createHAResponseAdapter()
HA Response
'.
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.
HAResponse
public org.eclipse.emf.common.notify.Adapter createHAKnowledgeDecisionAdapter()
HA Knowledge Decision
'.
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.
HAKnowledgeDecision
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()