org.eclipse.gmf.codegen.gmfgen.impl
Class GenNodeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.gmf.codegen.gmfgen.impl.GenCommonBaseImpl
                  extended by org.eclipse.gmf.codegen.gmfgen.impl.GenChildContainerImpl
                      extended by org.eclipse.gmf.codegen.gmfgen.impl.GenNodeImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, GenChildContainer, GenCommonBase, GenContainerBase, GenLinkEnd, GenNode
Direct Known Subclasses:
GenChildNodeImpl, GenTopLevelNodeImpl

public abstract class GenNodeImpl
extends GenChildContainerImpl
implements GenNode

An implementation of the model object 'Gen Node'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  org.eclipse.emf.common.util.EList<GenCompartment> compartments
          The cached value of the 'Compartments' reference list.
protected static String CREATE_COMMAND_CLASS_NAME_EDEFAULT
          The default value of the 'Create Command Class Name' attribute.
protected  String createCommandClassName
          The cached value of the 'Create Command Class Name' attribute.
protected static String GRAPHICAL_NODE_EDIT_POLICY_CLASS_NAME_EDEFAULT
          The default value of the 'Graphical Node Edit Policy Class Name' attribute.
protected  String graphicalNodeEditPolicyClassName
          The cached value of the 'Graphical Node Edit Policy Class Name' attribute.
protected  org.eclipse.emf.common.util.EList<GenNodeLabel> labels
          The cached value of the 'Labels' containment reference list.
protected  TypeModelFacet modelFacet
          The cached value of the 'Model Facet' containment reference.
protected static String PRIMARY_DRAG_EDIT_POLICY_QUALIFIED_CLASS_NAME_EDEFAULT
          The default value of the 'Primary Drag Edit Policy Qualified Class Name' attribute.
protected  String primaryDragEditPolicyQualifiedClassName
          The cached value of the 'Primary Drag Edit Policy Qualified Class Name' attribute.
 
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
behaviour, diagramRunTimeClass, EDIT_PART_CLASS_NAME_EDEFAULT, editPartClassName, elementType, ITEM_SEMANTIC_EDIT_POLICY_CLASS_NAME_EDEFAULT, itemSemanticEditPolicyClassName, NOTATION_VIEW_FACTORY_CLASS_NAME_EDEFAULT, notationViewFactoryClassName, SANS_DOMAIN_EDEFAULT, styles, 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, CREATE_COMMAND_SUFFIX, GRAPHICAL_NODE_EDIT_POLICY_SUFFIX
 
Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContainerBase
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
 org.eclipse.emf.common.notify.NotificationChain basicSetModelFacet(TypeModelFacet newModelFacet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.EList<GenNode> getAssistantNodes()
           
 String getClassNamePrefix()
           
 org.eclipse.emf.common.util.EList<GenCompartment> getCompartments()
           
 String getCreateCommandClassName()
          Returns the value of the 'Create Command Class Name' attribute.
 String getCreateCommandClassNameGen()
           
 String getCreateCommandQualifiedClassName()
           
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getDomainMetaClass()
           
 org.eclipse.emf.common.util.EList<GenLink> getGenIncomingLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> getGenOutgoingLinks()
           
 String getGraphicalNodeEditPolicyClassName()
          Returns the value of the 'Graphical Node Edit Policy Class Name' attribute.
 String getGraphicalNodeEditPolicyClassNameGen()
           
 String getGraphicalNodeEditPolicyQualifiedClassName()
           
 org.eclipse.emf.common.util.EList<GenNodeLabel> getLabels()
           
 TypeModelFacet getModelFacet()
           
 String getPrimaryDragEditPolicyQualifiedClassName()
           
 org.eclipse.emf.common.util.EList<GenLink> getReorientedIncomingLinks()
           
 boolean isSansDomain()
           
 void setCreateCommandClassName(String newCreateCommandClassName)
           
 void setGraphicalNodeEditPolicyClassName(String newGraphicalNodeEditPolicyClassName)
           
 void setModelFacet(TypeModelFacet newModelFacet)
           
 void setPrimaryDragEditPolicyQualifiedClassName(String newPrimaryDragEditPolicyQualifiedClassName)
           
 String toString()
           
 
Methods inherited from class org.eclipse.gmf.codegen.gmfgen.impl.GenChildContainerImpl
getCanonicalEditPolicyClassName, getCanonicalEditPolicyClassNameGen, getCanonicalEditPolicyQualifiedClassName, getChildNodes, getContainedNodes, needsCanonicalEditPolicy, setCanonicalEditPolicyClassName
 
Methods inherited from class org.eclipse.gmf.codegen.gmfgen.impl.GenCommonBaseImpl
asJavaConstantName, basicGetDiagramRunTimeClass, basicSetElementType, basicSetViewmap, getBehaviour, getBehaviour, getClassNameSuffux, getDiagram, getDiagramRunTimeClass, getEditPartClassName, getEditPartClassNameGen, getEditPartQualifiedClassName, getElementType, getItemSemanticEditPolicyClassName, getItemSemanticEditPolicyClassNameGen, getItemSemanticEditPolicyQualifiedClassName, getLayoutType, getNotationViewFactoryClassName, getNotationViewFactoryClassNameGen, getNotationViewFactoryQualifiedClassName, getStyles, getUniqueIdentifier, getViewmap, getVisualID, setDiagramRunTimeClass, setEditPartClassName, setElementType, setItemSemanticEditPolicyClassName, setNotationViewFactoryClassName, setViewmap, setVisualID
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, 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
getChildNodes
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContainerBase
getCanonicalEditPolicyClassName, getCanonicalEditPolicyQualifiedClassName, getContainedNodes, needsCanonicalEditPolicy, setCanonicalEditPolicyClassName
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase
getBehaviour, getBehaviour, getClassNameSuffux, getDiagram, getDiagramRunTimeClass, getEditPartClassName, getEditPartQualifiedClassName, getElementType, getItemSemanticEditPolicyClassName, getItemSemanticEditPolicyQualifiedClassName, getLayoutType, getNotationViewFactoryClassName, getNotationViewFactoryQualifiedClassName, getStyles, getUniqueIdentifier, getViewmap, getVisualID, setDiagramRunTimeClass, setEditPartClassName, setElementType, setItemSemanticEditPolicyClassName, setNotationViewFactoryClassName, setViewmap, setVisualID
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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

modelFacet

protected TypeModelFacet modelFacet
The cached value of the 'Model Facet' containment reference.

See Also:
getModelFacet()
Generated
Ordered

labels

protected org.eclipse.emf.common.util.EList<GenNodeLabel> labels
The cached value of the 'Labels' containment reference list.

See Also:
getLabels()
Generated
Ordered

compartments

protected org.eclipse.emf.common.util.EList<GenCompartment> compartments
The cached value of the 'Compartments' reference list.

See Also:
getCompartments()
Generated
Ordered

PRIMARY_DRAG_EDIT_POLICY_QUALIFIED_CLASS_NAME_EDEFAULT

protected static final String PRIMARY_DRAG_EDIT_POLICY_QUALIFIED_CLASS_NAME_EDEFAULT
The default value of the 'Primary Drag Edit Policy Qualified Class Name' attribute.

See Also:
getPrimaryDragEditPolicyQualifiedClassName()
Generated
Ordered

primaryDragEditPolicyQualifiedClassName

protected String primaryDragEditPolicyQualifiedClassName
The cached value of the 'Primary Drag Edit Policy Qualified Class Name' attribute.

See Also:
getPrimaryDragEditPolicyQualifiedClassName()
Generated
Ordered

GRAPHICAL_NODE_EDIT_POLICY_CLASS_NAME_EDEFAULT

protected static final String GRAPHICAL_NODE_EDIT_POLICY_CLASS_NAME_EDEFAULT
The default value of the 'Graphical Node Edit Policy Class Name' attribute.

See Also:
getGraphicalNodeEditPolicyClassName()
Generated
Ordered

graphicalNodeEditPolicyClassName

protected String graphicalNodeEditPolicyClassName
The cached value of the 'Graphical Node Edit Policy Class Name' attribute.

See Also:
getGraphicalNodeEditPolicyClassName()
Generated
Ordered

CREATE_COMMAND_CLASS_NAME_EDEFAULT

protected static final String CREATE_COMMAND_CLASS_NAME_EDEFAULT
The default value of the 'Create Command Class Name' attribute.

See Also:
getCreateCommandClassName()
Generated
Ordered

createCommandClassName

protected String createCommandClassName
The cached value of the 'Create Command Class Name' attribute.

See Also:
getCreateCommandClassName()
Generated
Ordered
Constructor Detail

GenNodeImpl

protected GenNodeImpl()

Generated
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class GenChildContainerImpl
Generated

getGenOutgoingLinks

public org.eclipse.emf.common.util.EList<GenLink> getGenOutgoingLinks()

Specified by:
getGenOutgoingLinks in interface GenLinkEnd
Returns:
the value of the 'Gen Outgoing Links' reference list.
See Also:
GMFGenPackage.getGenLinkEnd_GenOutgoingLinks()
Generated
NOT

getGenIncomingLinks

public org.eclipse.emf.common.util.EList<GenLink> getGenIncomingLinks()

Specified by:
getGenIncomingLinks in interface GenLinkEnd
Returns:
the value of the 'Gen Incoming Links' reference list.
See Also:
GMFGenPackage.getGenLinkEnd_GenIncomingLinks()
Generated
NOT

getDomainMetaClass

public org.eclipse.emf.codegen.ecore.genmodel.GenClass getDomainMetaClass()

Specified by:
getDomainMetaClass in interface GenNode
Generated
NOT

getGraphicalNodeEditPolicyQualifiedClassName

public String getGraphicalNodeEditPolicyQualifiedClassName()

Specified by:
getGraphicalNodeEditPolicyQualifiedClassName in interface GenNode
Generated
NOT

getCreateCommandQualifiedClassName

public String getCreateCommandQualifiedClassName()

Specified by:
getCreateCommandQualifiedClassName in interface GenNode
Generated
NOT

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseAdd in class GenChildContainerImpl
Generated

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class GenChildContainerImpl
Generated

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class GenChildContainerImpl
Generated

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class GenChildContainerImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class GenChildContainerImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class GenChildContainerImpl
Generated

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    Class<?> baseClass)

Specified by:
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       Class<?> baseClass)

Specified by:
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

getLabels

public org.eclipse.emf.common.util.EList<GenNodeLabel> getLabels()

Specified by:
getLabels in interface GenNode
Returns:
the value of the 'Labels' containment reference list.
See Also:
GMFGenPackage.getGenNode_Labels(), GenNodeLabel.getNode()
Generated

getCompartments

public org.eclipse.emf.common.util.EList<GenCompartment> getCompartments()

Specified by:
getCompartments in interface GenNode
Returns:
the value of the 'Compartments' reference list.
See Also:
GMFGenPackage.getGenNode_Compartments(), GenCompartment.getNode()
Generated

getPrimaryDragEditPolicyQualifiedClassName

public String getPrimaryDragEditPolicyQualifiedClassName()

Specified by:
getPrimaryDragEditPolicyQualifiedClassName in interface GenNode
Returns:
the value of the 'Primary Drag Edit Policy Qualified Class Name' attribute.
See Also:
GenNode.setPrimaryDragEditPolicyQualifiedClassName(String), GMFGenPackage.getGenNode_PrimaryDragEditPolicyQualifiedClassName()
Generated

setPrimaryDragEditPolicyQualifiedClassName

public void setPrimaryDragEditPolicyQualifiedClassName(String newPrimaryDragEditPolicyQualifiedClassName)

Specified by:
setPrimaryDragEditPolicyQualifiedClassName in interface GenNode
Parameters:
newPrimaryDragEditPolicyQualifiedClassName - the new value of the 'Primary Drag Edit Policy Qualified Class Name' attribute.
See Also:
GenNode.getPrimaryDragEditPolicyQualifiedClassName()
Generated

getGraphicalNodeEditPolicyClassNameGen

public String getGraphicalNodeEditPolicyClassNameGen()

Generated

getGraphicalNodeEditPolicyClassName

public String getGraphicalNodeEditPolicyClassName()
Description copied from interface: GenNode
Returns the value of the 'Graphical Node Edit Policy Class Name' attribute.

If the meaning of the 'Graphical Node Edit Policy Class Name' attribute isn't clear, there really should be more of a description here...

Specified by:
getGraphicalNodeEditPolicyClassName in interface GenNode
Returns:
the value of the 'Graphical Node Edit Policy Class Name' attribute.
See Also:
GenNode.setGraphicalNodeEditPolicyClassName(String), GMFGenPackage.getGenNode_GraphicalNodeEditPolicyClassName()

setGraphicalNodeEditPolicyClassName

public void setGraphicalNodeEditPolicyClassName(String newGraphicalNodeEditPolicyClassName)

Specified by:
setGraphicalNodeEditPolicyClassName in interface GenNode
Parameters:
newGraphicalNodeEditPolicyClassName - the new value of the 'Graphical Node Edit Policy Class Name' attribute.
See Also:
GenNode.getGraphicalNodeEditPolicyClassName()
Generated

getCreateCommandClassNameGen

public String getCreateCommandClassNameGen()

Generated

getCreateCommandClassName

public String getCreateCommandClassName()
Description copied from interface: GenNode
Returns the value of the 'Create Command Class Name' attribute.

If the meaning of the 'Create Command Class Name' attribute isn't clear, there really should be more of a description here...

Specified by:
getCreateCommandClassName in interface GenNode
Returns:
the value of the 'Create Command Class Name' attribute.
See Also:
GenNode.setCreateCommandClassName(String), GMFGenPackage.getGenNode_CreateCommandClassName()

setCreateCommandClassName

public void setCreateCommandClassName(String newCreateCommandClassName)

Specified by:
setCreateCommandClassName in interface GenNode
Parameters:
newCreateCommandClassName - the new value of the 'Create Command Class Name' attribute.
See Also:
GenNode.getCreateCommandClassName()
Generated

getModelFacet

public TypeModelFacet getModelFacet()

Specified by:
getModelFacet in interface GenNode
Returns:
the value of the 'Model Facet' containment reference.
See Also:
GenNode.setModelFacet(TypeModelFacet), GMFGenPackage.getGenNode_ModelFacet()
Generated

basicSetModelFacet

public org.eclipse.emf.common.notify.NotificationChain basicSetModelFacet(TypeModelFacet newModelFacet,
                                                                          org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setModelFacet

public void setModelFacet(TypeModelFacet newModelFacet)

Specified by:
setModelFacet in interface GenNode
Parameters:
newModelFacet - the new value of the 'Model Facet' containment reference.
See Also:
GenNode.getModelFacet()
Generated

toString

public String toString()

Overrides:
toString in class GenChildContainerImpl
Generated

getClassNamePrefix

public String getClassNamePrefix()
Description copied from class: GenCommonBaseImpl

Specified by:
getClassNamePrefix in interface GenCommonBase
Specified by:
getClassNamePrefix in class GenCommonBaseImpl

getAssistantNodes

public org.eclipse.emf.common.util.EList<GenNode> getAssistantNodes()
Description copied from class: GenChildContainerImpl

Specified by:
getAssistantNodes in interface GenContainerBase
Overrides:
getAssistantNodes in class GenChildContainerImpl

getReorientedIncomingLinks

public org.eclipse.emf.common.util.EList<GenLink> getReorientedIncomingLinks()

Specified by:
getReorientedIncomingLinks in interface GenNode
Returns:
the value of the 'Reoriented Incoming Links' reference list.
See Also:
GMFGenPackage.getGenNode_ReorientedIncomingLinks()
Generated
NOT

isSansDomain

public boolean isSansDomain()
Description copied from class: GenCommonBaseImpl

Specified by:
isSansDomain in interface GenCommonBase
Specified by:
isSansDomain in class GenCommonBaseImpl
Returns:
the value of the 'Sans Domain' attribute.
See Also:
GMFGenPackage.getGenCommonBase_SansDomain()


Copyright © 2012. All Rights Reserved.