org.eclipse.gmf.codegen.gmfgen
Interface GenTopLevelNode
- All Superinterfaces:
- EObject, GenChildContainer, GenCommonBase, GenContainerBase, GenNode, Notifier
- All Known Implementing Classes:
- GenTopLevelNodeImpl
- public interface GenTopLevelNode
- extends GenNode
A representation of the model object 'Gen Top Level Node'.
The following features are supported:
- See Also:
GMFGenPackage.getGenTopLevelNode()- ** Generated **
- Model:
- annotation="http://www.eclipse.org/gmf/2005/constraints ocl='not modelFacet.containmentMetaFeature.oclIsUndefined() implies modelFacet.containmentMetaFeature.genClass.ecoreClass.isSuperTypeOf(diagram.domainDiagramElement.ecoreClass)' description='Top level node \'Containment Feature\' must be available in the diagram \'Domain Element\' or its super-class'"
| Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase |
getClassNamePrefix, getClassNameSuffux, getDiagramRunTimeClass, getEditPartClassName, getEditPartQualifiedClassName, getElementType, getItemSemanticEditPolicyClassName, getItemSemanticEditPolicyQualifiedClassName, getLayoutType, getNotationViewFactoryClassName, getNotationViewFactoryQualifiedClassName, 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, eIsProxy, eIsSet, eResource, eSet, eUnset |
getDiagram
public GenDiagram getDiagram()
- Returns the value of the 'Diagram' container reference.
It is bidirectional and its opposite is '
Top Level Nodes'.
If the meaning of the 'Diagram' container reference isn't clear,
there really should be more of a description here...
- Specified by:
getDiagram in interface GenCommonBase
- Returns:
- the value of the 'Diagram' container reference.
- See Also:
GMFGenPackage.getGenTopLevelNode_Diagram(),
GenDiagram.getTopLevelNodes()- ** Generated **
- Model:
- opposite="topLevelNodes" required="true" changeable="false"
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.