|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UML.Semantic.Foundation.AuxiliaryElements.Presentation
A presentation is the relationship between a view element and a model element (or possibly a set of each). The details are dependent on the implementation of a graphic editor tool.
In the metamodel Presentation reifies the relationship between ModelElement and ViewElement and provides the placement and the style of presentation to be used when presenting the ModelElements.
| Constructor Summary | |
Presentation()
|
|
| Method Summary | |
void |
add(Locator locator)
Adds a locator to the set of locators. |
boolean |
check()
Checks if well-formedness rules are respected in this model element. |
java.lang.String |
getElementType()
|
java.lang.String |
getHref()
Gets the element href. |
java.lang.String |
getId()
Gets the element identifier. |
java.lang.String |
getIdref()
Gets the element identifier reference. |
java.lang.String |
getLabel()
Gets the element label. |
java.util.Vector |
getLocator()
Gets the set of locators. |
java.lang.String |
getStyle()
Gets the description of the graphic markers. |
java.lang.String |
getTitle()
Gets the element reference title. |
java.lang.String |
getUuid()
Gets the element unique identifier. |
java.lang.String |
getUuidref()
Gets the element unique identifier reference. |
void |
setElementType(java.lang.String type)
|
void |
setHref(java.lang.String href)
Sets the element href reference to given value. |
void |
setId(java.lang.String id)
Sets the element identifier to given value. |
void |
setIdref(java.lang.String idref)
Sets the element identifier reference to given value. |
void |
setLabel(java.lang.String label)
Sets the element label to given value. |
void |
setStyle(java.lang.String style)
Sets the description of the graphic markers. |
void |
setTitle(java.lang.String title)
Sets the element reference title to given value. |
void |
setUuid(java.lang.String uuid)
Sets the element unique identifier to given value. |
void |
setUuidref(java.lang.String uuidref)
Sets the element unique identifier reference to given value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Presentation()
| Method Detail |
public void setId(java.lang.String id)
setId in interface ElementAttpublic void setLabel(java.lang.String label)
setLabel in interface ElementAttpublic void setUuid(java.lang.String uuid)
setUuid in interface ElementAttpublic void setHref(java.lang.String href)
setHref in interface LinkAttpublic void setTitle(java.lang.String title)
setTitle in interface LinkAttpublic void add(Locator locator)
public void setIdref(java.lang.String idref)
setIdref in interface LinkAttpublic void setUuidref(java.lang.String uuidref)
setUuidref in interface LinkAttpublic java.lang.String getId()
getId in interface ElementAttpublic java.lang.String getLabel()
getLabel in interface ElementAttpublic java.lang.String getUuid()
getUuid in interface ElementAttpublic java.lang.String getHref()
getHref in interface LinkAttpublic java.lang.String getTitle()
public java.util.Vector getLocator()
public java.lang.String getIdref()
getIdref in interface LinkAttpublic java.lang.String getUuidref()
getUuidref in interface LinkAttpublic void setStyle(java.lang.String style)
public java.lang.String getStyle()
public void setElementType(java.lang.String type)
public java.lang.String getElementType()
public boolean check()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||