Software Disclaimer

Class UML 2.4.1::Image

Description:

Physical definition of a graphical image.

Direct Superclasses: Element

Direct Subclasses:

Class Precedence List: Image, Element

Properties:

content : String (0 1); -- source Image
format : String (0 1); -- source Image

This indicates the format of the content - which is how the string content should be interpreted. The following values are reserved: SVG, GIF, PNG, JPG, WMF, EMF, BMP. In addition the prefix 'MIME: ' is also reserved. This option can be used as an alternative to express the reserved values above, for example "SVG" could instead be expressed as "MIME: image/svg+xml".

location : String (0 1); -- source Image

This contains a location that can be used by a tool to locate the image as an alternative to embedding it in the stereotype.

ownedComment : Comment (0 *); -- source Element
ownedElement : Element (0 *); -- source Element

The Elements owned by this element.
{composite, readonly}
Derived union with sources: (ownedComment)
Opposite: Element.owner

owner : Element (0 1); -- source Element

Constraints:

No additional constraints.

Operations:

No additional operations.



Send questions or comments to [email protected].