|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.gmf.mappings.util.GMFMapAdapterFactory
public class GMFMapAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
GMFMapPackage
Field Summary | |
---|---|
protected static GMFMapPackage |
modelPackage
The cached model package |
protected GMFMapSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the createXXX methods |
Constructor Summary | |
---|---|
GMFMapAdapterFactory()
Creates an instance of the adapter factory |
Method Summary | |
---|---|
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 |
createAppearanceStewardAdapter()
Creates a new adapter for an object of class ' Appearance Steward ' |
org.eclipse.emf.common.notify.Adapter |
createAuditableAdapter()
Creates a new adapter for an object of class ' Auditable ' |
org.eclipse.emf.common.notify.Adapter |
createAuditContainerAdapter()
Creates a new adapter for an object of class ' Audit Container ' |
org.eclipse.emf.common.notify.Adapter |
createAuditedMetricTargetAdapter()
Creates a new adapter for an object of class ' Audited Metric Target ' |
org.eclipse.emf.common.notify.Adapter |
createAuditRuleAdapter()
Creates a new adapter for an object of class ' Audit Rule ' |
org.eclipse.emf.common.notify.Adapter |
createCanvasMappingAdapter()
Creates a new adapter for an object of class ' Canvas Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createChildReferenceAdapter()
Creates a new adapter for an object of class ' Child Reference ' |
org.eclipse.emf.common.notify.Adapter |
createCompartmentMappingAdapter()
Creates a new adapter for an object of class ' Compartment Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createConstraintAdapter()
Creates a new adapter for an object of class ' Constraint ' |
org.eclipse.emf.common.notify.Adapter |
createDesignLabelMappingAdapter()
Creates a new adapter for an object of class ' Design Label Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createDiagramElementTargetAdapter()
Creates a new adapter for an object of class ' Diagram Element Target ' |
org.eclipse.emf.common.notify.Adapter |
createDomainAttributeTargetAdapter()
Creates a new adapter for an object of class ' Domain Attribute Target ' |
org.eclipse.emf.common.notify.Adapter |
createDomainElementTargetAdapter()
Creates a new adapter for an object of class ' Domain Element Target ' |
org.eclipse.emf.common.notify.Adapter |
createElementInitializerAdapter()
Creates a new adapter for an object of class ' Element Initializer ' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
org.eclipse.emf.common.notify.Adapter |
createFeatureInitializerAdapter()
Creates a new adapter for an object of class ' Feature Initializer ' |
org.eclipse.emf.common.notify.Adapter |
createFeatureLabelMappingAdapter()
Creates a new adapter for an object of class ' Feature Label Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createFeatureSeqInitializerAdapter()
Creates a new adapter for an object of class ' Feature Seq Initializer ' |
org.eclipse.emf.common.notify.Adapter |
createFeatureValueSpecAdapter()
Creates a new adapter for an object of class ' Feature Value Spec ' |
org.eclipse.emf.common.notify.Adapter |
createLabelMappingAdapter()
Creates a new adapter for an object of class ' Label Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createLinkConstraintsAdapter()
Creates a new adapter for an object of class ' Link Constraints ' |
org.eclipse.emf.common.notify.Adapter |
createLinkMappingAdapter()
Creates a new adapter for an object of class ' Link Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createMappingAdapter()
Creates a new adapter for an object of class ' Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createMappingEntryAdapter()
Creates a new adapter for an object of class ' Mapping Entry ' |
org.eclipse.emf.common.notify.Adapter |
createMeasurableAdapter()
Creates a new adapter for an object of class ' Measurable ' |
org.eclipse.emf.common.notify.Adapter |
createMenuOwnerAdapter()
Creates a new adapter for an object of class ' Menu Owner ' |
org.eclipse.emf.common.notify.Adapter |
createMetricContainerAdapter()
Creates a new adapter for an object of class ' Metric Container ' |
org.eclipse.emf.common.notify.Adapter |
createMetricRuleAdapter()
Creates a new adapter for an object of class ' Metric Rule ' |
org.eclipse.emf.common.notify.Adapter |
createNeedsContainmentAdapter()
Creates a new adapter for an object of class ' Needs Containment ' |
org.eclipse.emf.common.notify.Adapter |
createNodeMappingAdapter()
Creates a new adapter for an object of class ' Node Mapping ' |
org.eclipse.emf.common.notify.Adapter |
createNodeReferenceAdapter()
Creates a new adapter for an object of class ' Node Reference ' |
org.eclipse.emf.common.notify.Adapter |
createNotationElementTargetAdapter()
Creates a new adapter for an object of class ' Notation Element Target ' |
org.eclipse.emf.common.notify.Adapter |
createReferenceNewElementSpecAdapter()
Creates a new adapter for an object of class ' Reference New Element Spec ' |
org.eclipse.emf.common.notify.Adapter |
createRuleBaseAdapter()
Creates a new adapter for an object of class ' Rule Base ' |
org.eclipse.emf.common.notify.Adapter |
createToolOwnerAdapter()
Creates a new adapter for an object of class ' Tool Owner ' |
org.eclipse.emf.common.notify.Adapter |
createTopNodeReferenceAdapter()
Creates a new adapter for an object of class ' Top Node Reference ' |
org.eclipse.emf.common.notify.Adapter |
createValueExpressionAdapter()
Creates a new adapter for an object of class ' Value Expression ' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static GMFMapPackage modelPackage
protected GMFMapSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
Constructor Detail |
---|
public GMFMapAdapterFactory()
Method Detail |
---|
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 createMappingEntryAdapter()
Mapping Entry
'.
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.
MappingEntry
public org.eclipse.emf.common.notify.Adapter createNeedsContainmentAdapter()
Needs Containment
'.
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.
NeedsContainment
public org.eclipse.emf.common.notify.Adapter createNodeReferenceAdapter()
Node Reference
'.
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.
NodeReference
public org.eclipse.emf.common.notify.Adapter createChildReferenceAdapter()
Child Reference
'.
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.
ChildReference
public org.eclipse.emf.common.notify.Adapter createTopNodeReferenceAdapter()
Top Node Reference
'.
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.
TopNodeReference
public org.eclipse.emf.common.notify.Adapter createNodeMappingAdapter()
Node Mapping
'.
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.
NodeMapping
public org.eclipse.emf.common.notify.Adapter createCompartmentMappingAdapter()
Compartment Mapping
'.
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.
CompartmentMapping
public org.eclipse.emf.common.notify.Adapter createLinkMappingAdapter()
Link Mapping
'.
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.
LinkMapping
public org.eclipse.emf.common.notify.Adapter createCanvasMappingAdapter()
Canvas Mapping
'.
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.
CanvasMapping
public org.eclipse.emf.common.notify.Adapter createLabelMappingAdapter()
Label Mapping
'.
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.
LabelMapping
public org.eclipse.emf.common.notify.Adapter createFeatureLabelMappingAdapter()
Feature Label Mapping
'.
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.
FeatureLabelMapping
public org.eclipse.emf.common.notify.Adapter createDesignLabelMappingAdapter()
Design Label Mapping
'.
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.
DesignLabelMapping
public org.eclipse.emf.common.notify.Adapter createMappingAdapter()
Mapping
'.
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.
Mapping
public org.eclipse.emf.common.notify.Adapter createConstraintAdapter()
Constraint
'.
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.
Constraint
public org.eclipse.emf.common.notify.Adapter createLinkConstraintsAdapter()
Link Constraints
'.
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.
LinkConstraints
public org.eclipse.emf.common.notify.Adapter createValueExpressionAdapter()
Value 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.
ValueExpression
public org.eclipse.emf.common.notify.Adapter createElementInitializerAdapter()
Element Initializer
'.
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.
ElementInitializer
public org.eclipse.emf.common.notify.Adapter createFeatureSeqInitializerAdapter()
Feature Seq Initializer
'.
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.
FeatureSeqInitializer
public org.eclipse.emf.common.notify.Adapter createFeatureInitializerAdapter()
Feature Initializer
'.
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.
FeatureInitializer
public org.eclipse.emf.common.notify.Adapter createFeatureValueSpecAdapter()
Feature Value Spec
'.
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.
FeatureValueSpec
public org.eclipse.emf.common.notify.Adapter createReferenceNewElementSpecAdapter()
Reference New Element Spec
'.
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.
ReferenceNewElementSpec
public org.eclipse.emf.common.notify.Adapter createMenuOwnerAdapter()
Menu Owner
'.
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.
MenuOwner
public org.eclipse.emf.common.notify.Adapter createToolOwnerAdapter()
Tool Owner
'.
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.
ToolOwner
public org.eclipse.emf.common.notify.Adapter createAppearanceStewardAdapter()
Appearance Steward
'.
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.
AppearanceSteward
public org.eclipse.emf.common.notify.Adapter createAuditContainerAdapter()
Audit Container
'.
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.
AuditContainer
public org.eclipse.emf.common.notify.Adapter createAuditRuleAdapter()
Audit Rule
'.
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.
AuditRule
public org.eclipse.emf.common.notify.Adapter createRuleBaseAdapter()
Rule Base
'.
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.
RuleBase
public org.eclipse.emf.common.notify.Adapter createDomainElementTargetAdapter()
Domain Element Target
'.
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.
DomainElementTarget
public org.eclipse.emf.common.notify.Adapter createDomainAttributeTargetAdapter()
Domain Attribute Target
'.
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.
DomainAttributeTarget
public org.eclipse.emf.common.notify.Adapter createDiagramElementTargetAdapter()
Diagram Element Target
'.
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.
DiagramElementTarget
public org.eclipse.emf.common.notify.Adapter createNotationElementTargetAdapter()
Notation Element Target
'.
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.
NotationElementTarget
public org.eclipse.emf.common.notify.Adapter createMetricContainerAdapter()
Metric Container
'.
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.
MetricContainer
public org.eclipse.emf.common.notify.Adapter createMetricRuleAdapter()
Metric Rule
'.
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.
MetricRule
public org.eclipse.emf.common.notify.Adapter createAuditedMetricTargetAdapter()
Audited Metric Target
'.
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.
AuditedMetricTarget
public org.eclipse.emf.common.notify.Adapter createAuditableAdapter()
Auditable
'.
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.
Auditable
public org.eclipse.emf.common.notify.Adapter createMeasurableAdapter()
Measurable
'.
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.
Measurable
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.