Package org.jupe.editors.classdiagram.model.nodes

Provides classes for the node elements in the classdiagram model.

See:
          Description

Class Summary
AbstractClassInterfaceElement Helper class that contains equal code for ClassElement and InterfaceElement.
AttributeElement Model element that represents an attribute of a class or interface.
AttributeElementTest Test for AttributeElement.
ClassElement Element to represent a Class in an ClassDiagramElement.
ClassElementTest Test for ClassElement.
CommentElement ModelElement that represents a comment.
CommentElementTest Test for CommentElement.
InterfaceElement Element to represent an Interface in an ClassDiagramElement.
InterfaceElementTest Test for InterfaceElement.
MethodElement Model element that represents a method of a class or interface.
MethodElementTest Test for MethodElement.
NodeModelElement NodeModelElement is an abstract class for all possible nodes in the model: package, classes etc.
ObjectElement Element to represent an object (an instance of a class) in an class diagram.
ObjectElementTest  
PackageElement Class that'll be used to represent a Package in a Class diagram.
PackageElementTest Test for PackageElement.
SlotElement  
SlotElementTest  
 

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

Provides classes for the node elements in the classdiagram model. All classes derive from the base class NodeElement. It provides property IDs for the location and size of the node. Each node has references to its incoming and outgoing connection elements.