|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMElement
Abstract generalization of an element of the UML model, having runtime semantics.
Method Summary | |
---|---|
java.util.List<IMElement> |
getOwnedElements()
Returns the MElements owned by this MElement. |
IMElement |
getOwner()
Returns the owner MElement of this MElement. |
IMElement |
getStereotype()
Returns the stereotype, annotation, tag, or other specific meta-element of this model element. |
java.lang.String |
getStereotypeAsText()
Returns the stereotype, annotation, tag, or other specific meta-element of this model element as a text. |
java.lang.String |
getTaggedValue(java.lang.String tag)
|
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement |
---|
accept, accept, isKindOf, isModelElement, isRTElement |
Method Detail |
---|
IMElement getOwner() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
java.util.List<IMElement> getOwnedElements() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
IMElement getStereotype() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
java.lang.String getStereotypeAsText() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
java.lang.String getTaggedValue(java.lang.String tag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |