Interface GraphElement
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier
public interface GraphElement extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Graph Element'.The following features are supported:
- See Also:
RhapsodyPackage.getGraphElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAssociatedImage()Returns the value of the 'Associated Image' attribute.GraphElementgetGraphicalParent()Returns the value of the 'Graphical Parent' reference.MDWEListgetGraphicalProperties()Returns the value of the 'Graphical Properties' reference list.java.lang.StringgetImageLayout()Returns the value of the 'Image Layout' attribute.java.lang.StringgetInterfaceName()Returns the value of the 'Interface Name' attribute.ModelElementgetModelObject()Returns the value of the 'Model Object' reference.java.lang.StringgetSelectedImage()Returns the value of the 'Selected Image' attribute.voidsetAssociatedImage(java.lang.String value)Sets the value of the 'Associated Image' attribute.voidsetGraphicalParent(GraphElement value)Sets the value of the 'Graphical Parent' reference.voidsetImageLayout(java.lang.String value)Sets the value of the 'Image Layout' attribute.voidsetInterfaceName(java.lang.String value)Sets the value of the 'Interface Name' attribute.voidsetModelObject(ModelElement value)Sets the value of the 'Model Object' reference.voidsetSelectedImage(java.lang.String value)Sets the value of the 'Selected Image' 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getInterfaceName
java.lang.String getInterfaceName()
Returns the value of the 'Interface Name' attribute. The default value is"".- Returns:
- the value of the 'Interface Name' attribute.
- See Also:
setInterfaceName(String),RhapsodyPackage.getGraphElement_InterfaceName()
-
setInterfaceName
void setInterfaceName(java.lang.String value)
Sets the value of the 'Interface Name' attribute.- Parameters:
value- the new value of the 'Interface Name' attribute.- See Also:
getInterfaceName()
-
getModelObject
ModelElement getModelObject()
Returns the value of the 'Model Object' reference.- Returns:
- the value of the 'Model Object' reference.
- See Also:
setModelObject(ModelElement),RhapsodyPackage.getGraphElement_ModelObject()
-
setModelObject
void setModelObject(ModelElement value)
Sets the value of the 'Model Object' reference.- Parameters:
value- the new value of the 'Model Object' reference.- See Also:
getModelObject()
-
getGraphicalParent
GraphElement getGraphicalParent()
Returns the value of the 'Graphical Parent' reference.- Returns:
- the value of the 'Graphical Parent' reference.
- See Also:
setGraphicalParent(GraphElement),RhapsodyPackage.getGraphElement_GraphicalParent()
-
setGraphicalParent
void setGraphicalParent(GraphElement value)
Sets the value of the 'Graphical Parent' reference.- Parameters:
value- the new value of the 'Graphical Parent' reference.- See Also:
getGraphicalParent()
-
getGraphicalProperties
MDWEList getGraphicalProperties()
Returns the value of the 'Graphical Properties' reference list. The list contents are of typeGraphicalProperty.- Returns:
- the value of the 'Graphical Properties' reference list.
- See Also:
RhapsodyPackage.getGraphElement_GraphicalProperties()
-
getImageLayout
java.lang.String getImageLayout()
Returns the value of the 'Image Layout' attribute. The default value is"".If the meaning of the 'Image Layout' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Image Layout' attribute.
- See Also:
setImageLayout(String),RhapsodyPackage.getGraphElement_ImageLayout()
-
setImageLayout
void setImageLayout(java.lang.String value)
Sets the value of the 'Image Layout' attribute.- Parameters:
value- the new value of the 'Image Layout' attribute.- See Also:
getImageLayout()
-
getSelectedImage
java.lang.String getSelectedImage()
Returns the value of the 'Selected Image' attribute. The default value is"".If the meaning of the 'Selected Image' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Selected Image' attribute.
- See Also:
setSelectedImage(String),RhapsodyPackage.getGraphElement_SelectedImage()
-
setSelectedImage
void setSelectedImage(java.lang.String value)
Sets the value of the 'Selected Image' attribute.- Parameters:
value- the new value of the 'Selected Image' attribute.- See Also:
getSelectedImage()
-
getAssociatedImage
java.lang.String getAssociatedImage()
Returns the value of the 'Associated Image' attribute. The default value is"".If the meaning of the 'Associated Image' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Associated Image' attribute.
- See Also:
setAssociatedImage(String),RhapsodyPackage.getGraphElement_AssociatedImage()
-
setAssociatedImage
void setAssociatedImage(java.lang.String value)
Sets the value of the 'Associated Image' attribute.- Parameters:
value- the new value of the 'Associated Image' attribute.- See Also:
getAssociatedImage()
-
-