org.eclipse.gmt.umlx.gcore
Interface GDiagram

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GFolder, GSheet, MmSheet, TxContextSheet, TxRuleSheet
All Known Implementing Classes:
GDiagramImpl, GFolderImpl, GSheetImpl, MmSheetImpl, TxContextSheetImpl, TxRuleSheetImpl

public interface GDiagram
extends GElement

A representation of the model object 'Diagram'.

The following features are supported:

See Also:
GcorePackage.getGDiagram()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 GDiagramParent getParent()
          Returns the value of the 'Parent' container reference.
 GRouter getRouter()
          Returns the value of the 'Router' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setParent(GDiagramParent value)
          Sets the value of the 'Parent' container reference.
 void setRouter(GRouter value)
          Sets the value of the 'Router' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), GcorePackage.getGDiagram_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getParent

GDiagramParent getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Diagrams'.

If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(GDiagramParent), GcorePackage.getGDiagram_Parent(), GDiagramParent.getDiagrams()

setParent

void setParent(GDiagramParent value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()

getRouter

GRouter getRouter()
Returns the value of the 'Router' attribute. The default value is "DEFAULT". The literals are from the enumeration GRouter.

If the meaning of the 'Router' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Router' attribute.
See Also:
GRouter, setRouter(GRouter), GcorePackage.getGDiagram_Router()

setRouter

void setRouter(GRouter value)
Sets the value of the 'Router' attribute.

Parameters:
value - the new value of the 'Router' attribute.
See Also:
GRouter, getRouter()