UMLModelElement

UMLClass
StarUML Metamodel :: Data Model :: UML :: UMLModelElement

Description

none

Generalized Elements

Specialized Elements

Attributes

Visibility Name Type Description
public stereotype UMLStereotype
public visibility UMLVisibilityKind

Operations

Visibility Name Description
public getString(options: Object): String

Returns a string representation of the model element.

Example

var str = elem.getString({showType: true, showMultiplicity: true});

public getDependencies(): UMLModelElement[*]

Returns all elements on which this element depends.

public getDependants(): UMLModelElement[*]

Returns all elements depends on this element.

public getConstraints(): UMLConstraint[*]

Returns all constraints of this element.

Properties

Name Value
name UMLModelElement
stereotype null
visibility public
isAbstract false
isFinalSpecialization false
isLeaf false
isActive false

Relationships

Owned Elements