|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagramElement
A representation of the model object 'Diagram Element'.
The following features are supported:
DiagramInterchangePackage.getDiagramElement()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
GraphElement |
getContainer()
Returns the value of the 'Container' container reference. |
EList<Property> |
getProperty()
Returns the value of the 'Property' containment reference list. |
EList<Reference> |
getReference()
Returns the value of the 'Reference' reference list. |
boolean |
isVisible()
Returns the value of the 'Visible' attribute. |
void |
setContainer(GraphElement value)
Sets the value of the ' Container ' container reference |
void |
setVisible(boolean value)
Sets the value of the ' Visible ' 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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
boolean isVisible()
"true"
.
If the meaning of the 'Visible' attribute isn't clear, there really should be more of a description here...
setVisible(boolean)
,
DiagramInterchangePackage.getDiagramElement_Visible()
void setVisible(boolean value)
Visible
' attribute.
value
- the new value of the 'Visible' attribute.isVisible()
EList<Property> getProperty()
Property
.
If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...
DiagramInterchangePackage.getDiagramElement_Property()
GraphElement getContainer()
Contained
'.
If the meaning of the 'Container' container reference isn't clear, there really should be more of a description here...
setContainer(GraphElement)
,
DiagramInterchangePackage.getDiagramElement_Container()
,
GraphElement.getContained()
void setContainer(GraphElement value)
Container
' container reference.
value
- the new value of the 'Container' container reference.getContainer()
EList<Reference> getReference()
Reference
.
It is bidirectional and its opposite is 'Referenced
'.
If the meaning of the 'Reference' reference list isn't clear, there really should be more of a description here...
DiagramInterchangePackage.getDiagramElement_Reference()
,
Reference.getReferenced()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.