public class DiagramImpl extends ContainerShapeImpl implements Diagram
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList| Modifier and Type | Method and Description |
|---|---|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass) |
java.lang.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,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
org.eclipse.emf.common.util.EList<Color> |
getColors() |
org.eclipse.emf.common.util.EList<Connection> |
getConnections() |
java.lang.String |
getDiagramTypeId() |
org.eclipse.emf.common.util.EList<Font> |
getFonts() |
int |
getGridUnit() |
java.lang.String |
getName() |
org.eclipse.emf.common.util.EList<PictogramLink> |
getPictogramLinks() |
org.eclipse.emf.common.util.EList<Style> |
getStyles() |
java.lang.String |
getVersion() |
int |
getVerticalGridUnit() |
boolean |
isShowGuides() |
boolean |
isSnapToGrid() |
void |
setDiagramTypeId(java.lang.String newDiagramTypeId) |
void |
setGridUnit(int newGridUnit) |
void |
setName(java.lang.String newName) |
void |
setShowGuides(boolean newShowGuides) |
void |
setSnapToGrid(boolean newSnapToGrid) |
void |
setVersion(java.lang.String newVersion) |
void |
setVerticalGridUnit(int newVerticalGridUnit) |
java.lang.String |
toString() |
getChildrenbasicGetContainer, basicSetContainer, eBasicRemoveFromContainerFeature, getContainer, setContainergetAnchorsbasicGetGraphicsAlgorithm, basicGetLink, basicSetGraphicsAlgorithm, basicSetLink, getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisiblegetPropertieseAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrengetContainer, setContainergetAnchorsgetGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisiblegetPropertieseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic org.eclipse.emf.common.util.EList<Style> getStyles()
getStyles in interface StyleContainerMmPackage.getStyleContainer_Styles(),
Style.getStyleContainer()public int getGridUnit()
getGridUnit in interface DiagramDiagram.setGridUnit(int),
PictogramsPackage.getDiagram_GridUnit()public void setGridUnit(int newGridUnit)
setGridUnit in interface DiagramnewGridUnit - the new value of the 'Grid Unit' attribute.Diagram.getGridUnit()public java.lang.String getDiagramTypeId()
getDiagramTypeId in interface DiagramDiagram.setDiagramTypeId(String),
PictogramsPackage.getDiagram_DiagramTypeId()public void setDiagramTypeId(java.lang.String newDiagramTypeId)
setDiagramTypeId in interface DiagramnewDiagramTypeId - the new value of the 'Diagram Type Id' attribute.Diagram.getDiagramTypeId()public org.eclipse.emf.common.util.EList<Connection> getConnections()
getConnections in interface DiagramPictogramsPackage.getDiagram_Connections(),
Connection.getParent()public java.lang.String getName()
getName in interface DiagramDiagram.setName(String),
PictogramsPackage.getDiagram_Name()public void setName(java.lang.String newName)
setName in interface DiagramnewName - the new value of the 'Name' attribute.Diagram.getName()public boolean isSnapToGrid()
isSnapToGrid in interface DiagramDiagram.setSnapToGrid(boolean),
PictogramsPackage.getDiagram_SnapToGrid()public void setSnapToGrid(boolean newSnapToGrid)
setSnapToGrid in interface DiagramnewSnapToGrid - the new value of the 'Snap To Grid' attribute.Diagram.isSnapToGrid()public boolean isShowGuides()
public void setShowGuides(boolean newShowGuides)
public org.eclipse.emf.common.util.EList<Color> getColors()
getColors in interface DiagramPictogramsPackage.getDiagram_Colors()public org.eclipse.emf.common.util.EList<Font> getFonts()
getFonts in interface DiagramPictogramsPackage.getDiagram_Fonts()public org.eclipse.emf.common.util.EList<PictogramLink> getPictogramLinks()
getPictogramLinks in interface DiagramPictogramsPackage.getDiagram_PictogramLinks()public int getVerticalGridUnit()
getVerticalGridUnit in interface DiagramDiagram.setVerticalGridUnit(int),
PictogramsPackage.getDiagram_VerticalGridUnit()public void setVerticalGridUnit(int newVerticalGridUnit)
setVerticalGridUnit in interface DiagramnewVerticalGridUnit - the new value of the 'Vertical Grid Unit' attribute.Diagram.getVerticalGridUnit()public java.lang.String getVersion()
getVersion in interface DiagramPictogramsPackage.getDiagram_Version()public void setVersion(java.lang.String newVersion)
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in class ContainerShapeImplpublic org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class ContainerShapeImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class ContainerShapeImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class ContainerShapeImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class ContainerShapeImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class ContainerShapeImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class PictogramElementImpl