Package kaapo.project

Contains the data structure classes for project components: digrams, elements and connections.

See:
          Description

Class Summary
Attribute Attribute of a project component, with name, type and value.
Connection Abstract base class for connections.
ConnectionWrapper An ConnectionWrapper is used to wrap a Connection.
Diagram Diagram is a collection of related elements and connections.
DiagramComponent Base class for elements and connections.
DiagramComponentWrapper Abstract base class for element and connection wrappers.
DiagramWrapper Diagram wrapper is a node in the project diagram tree.
Element Abstract base class for elements.
ElementWrapper Wrapper class for elements.
Project Composite class that contains all diagrams, elements and connections of a project.
ProjectComponent Abstract base class for diagrams, elements and connections.
 

Enum Summary
Attribute.AttributeType Enumeration for attribute type.
Diagram.ObservableMessage  
DiagramComponent.ComponentType  
Project.ObservableMessage  
ProjectComponent.ObservableMessage  
 

Package kaapo.project Description

Contains the data structure classes for project components: digrams, elements and connections.