|
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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - 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.
MappingEntrypublic 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.
NeedsContainmentpublic 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.
NodeReferencepublic 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.
ChildReferencepublic 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.
TopNodeReferencepublic 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.
NodeMappingpublic 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.
CompartmentMappingpublic 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.
LinkMappingpublic 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.
CanvasMappingpublic 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.
LabelMappingpublic 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.
FeatureLabelMappingpublic 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.
DesignLabelMappingpublic 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.
Mappingpublic 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.
Constraintpublic 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.
LinkConstraintspublic 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.
ValueExpressionpublic 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.
ElementInitializerpublic 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.
FeatureSeqInitializerpublic 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.
FeatureInitializerpublic 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.
FeatureValueSpecpublic 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.
ReferenceNewElementSpecpublic 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.
MenuOwnerpublic 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.
ToolOwnerpublic 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.
AppearanceStewardpublic 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.
AuditContainerpublic 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.
AuditRulepublic 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.
RuleBasepublic 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.
DomainElementTargetpublic 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.
DomainAttributeTargetpublic 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.
DiagramElementTargetpublic 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.
NotationElementTargetpublic 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.
MetricContainerpublic 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.
MetricRulepublic 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.
AuditedMetricTargetpublic 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.
Auditablepublic 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.
Measurablepublic 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.