|
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.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.gmf.codegen.gmfgen.impl.GenCommonBaseImpl
org.eclipse.gmf.codegen.gmfgen.impl.GenChildContainerImpl
org.eclipse.gmf.codegen.gmfgen.impl.GenNodeImpl
An implementation of the model object 'Gen Node'.
The following features are implemented:
| Nested Class Summary |
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
InternalEObject.EStore |
| Field Summary | |
protected EList |
compartments
The cached value of the ' Compartments' reference list |
protected static java.lang.String |
GRAPHICAL_NODE_EDIT_POLICY_CLASS_NAME_EDEFAULT
The default value of the ' Graphical Node Edit Policy Class Name' attribute |
protected java.lang.String |
graphicalNodeEditPolicyClassName
The cached value of the ' Graphical Node Edit Policy Class Name' attribute |
protected EList |
labels
The cached value of the ' Labels' containment reference list |
protected TypeModelFacet |
modelFacet
The cached value of the ' Model Facet' containment reference |
| Fields inherited from class org.eclipse.gmf.codegen.gmfgen.impl.GenChildContainerImpl |
CANONICAL_EDIT_POLICY_CLASS_NAME_EDEFAULT, canonicalEditPolicyClassName, childNodes |
| Fields inherited from class org.eclipse.gmf.codegen.gmfgen.impl.GenCommonBaseImpl |
diagramRunTimeClass, EDIT_PART_CLASS_NAME_EDEFAULT, editPartClassName, elementType, ITEM_SEMANTIC_EDIT_POLICY_CLASS_NAME_EDEFAULT, itemSemanticEditPolicyClassName, NOTATION_VIEW_FACTORY_CLASS_NAME_EDEFAULT, notationViewFactoryClassName, viewmap, VISUAL_ID_EDEFAULT, visualID |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
| Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenNode |
CLASS_NAME_PREFIX, GRAPHICAL_NODE_EDIT_POLICY_SUFFIX |
| Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenChildContainer |
CANONICAL_EDIT_POLICY_SUFFIX |
| Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase |
DEFAULT_CLASS_NAME_PREFIX, EDIT_PART_SUFFIX, ITEM_SEMANTIC_EDIT_POLICY_SUFFIX, NOTATION_VIEW_FACTORY_SUFFIX |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
protected |
GenNodeImpl()
|
| Method Summary | |
NotificationChain |
basicSetModelFacet(TypeModelFacet newModelFacet,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.String |
getClassNamePrefix()
If the meaning of the 'Class Name Prefix' attribute isn't clear, there really should be more of a description here... |
EList |
getCompartments()
|
GenClass |
getDomainMetaClass()
|
java.lang.String |
getGraphicalNodeEditPolicyClassName()
Returns the value of the 'Graphical Node Edit Policy Class Name' attribute |
java.lang.String |
getGraphicalNodeEditPolicyClassNameGen()
|
java.lang.String |
getGraphicalNodeEditPolicyQualifiedClassName()
|
EList |
getLabels()
|
TypeModelFacet |
getModelFacet()
|
void |
setGraphicalNodeEditPolicyClassName(java.lang.String newGraphicalNodeEditPolicyClassName)
|
void |
setModelFacet(TypeModelFacet newModelFacet)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.gmf.codegen.gmfgen.impl.GenChildContainerImpl |
getCanonicalEditPolicyClassName, getCanonicalEditPolicyClassNameGen, getCanonicalEditPolicyQualifiedClassName, getChildNodes, getContainedNodes, setCanonicalEditPolicyClassName |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenChildContainer |
getCanonicalEditPolicyClassName, getCanonicalEditPolicyQualifiedClassName, getChildNodes, setCanonicalEditPolicyClassName |
| Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContainerBase |
getContainedNodes |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eNotificationRequired |
| Field Detail |
protected TypeModelFacet modelFacet
Model Facet' containment reference.
GenNodeImpl.getModelFacet()protected EList labels
Labels' containment reference list.
GenNodeImpl.getLabels()protected EList compartments
Compartments' reference list.
GenNodeImpl.getCompartments()protected static final java.lang.String GRAPHICAL_NODE_EDIT_POLICY_CLASS_NAME_EDEFAULT
Graphical Node Edit Policy Class Name' attribute.
GenNodeImpl.getGraphicalNodeEditPolicyClassName()protected java.lang.String graphicalNodeEditPolicyClassName
Graphical Node Edit Policy Class Name' attribute.
GenNodeImpl.getGraphicalNodeEditPolicyClassName()| Constructor Detail |
protected GenNodeImpl()
| Method Detail |
protected EClass eStaticClass()
eStaticClass in class GenChildContainerImplpublic GenClass getDomainMetaClass()
getDomainMetaClass in interface GenNodepublic java.lang.String getGraphicalNodeEditPolicyQualifiedClassName()
getGraphicalNodeEditPolicyQualifiedClassName in interface GenNode
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class GenChildContainerImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class GenChildContainerImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class GenChildContainerImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjecteSet in class GenChildContainerImplpublic void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class GenChildContainerImplpublic boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class GenChildContainerImplpublic EList getLabels()
getLabels in interface GenNodeGMFGenPackage.getGenNode_Labels(),
GenNodeLabel.getNode()public EList getCompartments()
getCompartments in interface GenNodeGMFGenPackage.getGenNode_Compartments(),
GenCompartment.getNode()public java.lang.String getGraphicalNodeEditPolicyClassNameGen()
public java.lang.String getGraphicalNodeEditPolicyClassName()
GenNodeIf the meaning of the 'Graphical Node Edit Policy Class Name' attribute isn't clear, there really should be more of a description here...
getGraphicalNodeEditPolicyClassName in interface GenNodeGenNode.setGraphicalNodeEditPolicyClassName(String),
GMFGenPackage.getGenNode_GraphicalNodeEditPolicyClassName()public void setGraphicalNodeEditPolicyClassName(java.lang.String newGraphicalNodeEditPolicyClassName)
setGraphicalNodeEditPolicyClassName in interface GenNodenewGraphicalNodeEditPolicyClassName - the new value of the 'Graphical Node Edit Policy Class Name' attribute.GenNode.getGraphicalNodeEditPolicyClassName()public TypeModelFacet getModelFacet()
getModelFacet in interface GenNodeGenNode.setModelFacet(TypeModelFacet),
GMFGenPackage.getGenNode_ModelFacet()
public NotificationChain basicSetModelFacet(TypeModelFacet newModelFacet,
NotificationChain msgs)
public void setModelFacet(TypeModelFacet newModelFacet)
setModelFacet in interface GenNodenewModelFacet - the new value of the 'Model Facet' containment reference.GenNode.getModelFacet()public java.lang.String toString()
toString in class GenChildContainerImplpublic java.lang.String getClassNamePrefix()
GenCommonBaseIf the meaning of the 'Class Name Prefix' attribute isn't clear, there really should be more of a description here...
getClassNamePrefix in interface GenCommonBasegetClassNamePrefix in class GenCommonBaseImpl
|
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.