Interface Diagram
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,NotationElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DiagramImpl
public interface Diagram extends NotationElement
A representation of the model object 'Diagram'.The following features are supported:
- See Also:
NotationPackage.getDiagram()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDiagramType()Returns the value of the 'Diagram Type' attribute.org.eclipse.emf.common.util.EList<NotationElement>getElements()Returns the value of the 'Elements' containment reference list.voidsetDiagramType(java.lang.String value)Sets the value of the 'Diagram Type' attribute.-
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.glsp.server.emf.model.notation.NotationElement
getSemanticElement, getType, setSemanticElement, setType
-
-
-
-
Method Detail
-
getElements
org.eclipse.emf.common.util.EList<NotationElement> getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of typeNotationElement.- Returns:
- the value of the 'Elements' containment reference list.
- See Also:
NotationPackage.getDiagram_Elements()
-
getDiagramType
java.lang.String getDiagramType()
Returns the value of the 'Diagram Type' attribute.- Returns:
- the value of the 'Diagram Type' attribute.
- See Also:
setDiagramType(String),NotationPackage.getDiagram_DiagramType()
-
setDiagramType
void setDiagramType(java.lang.String value)
Sets the value of the 'Diagram Type' attribute.- Parameters:
value- the new value of the 'Diagram Type' attribute.- See Also:
getDiagramType()
-
-