Package org.jupe.editors.classdiagram.model.connections

Provides classes for the connection elements in the classdiagram model.

See:
          Description

Class Summary
CommentConnectionElement Model element for the connecting line between a CommentElement and any other node element.
ConnectionElement Base class for model element that represent a connection between two node elements of a class diagram.
DependencyElement A dependency relation between two elements of a class diagram.
DependencyElementTest Test for DependencyElement.
GeneralizationElement Model element for a generalization.
InterfaceRealizationElement Model element for an interface realization.
RelationElement Model element that represents an association, an aggregation or a composition.
RelationElementTest Test for RelationElement.
 

Package org.jupe.editors.classdiagram.model.connections Description

Provides classes for the connection elements in the classdiagram model. All classes derive from the base class ConnectionElement. Each connection has references to its source and target node element.