The core of Eclipse Free BIRD Tools is a UML model. To facilitate easy understanding this model is split into multiple sections (packages).
For each package we have a UML class diagram, and a set of documentation for each attribute and association of the class diagram.
We note that their are no operations in the class diagrams.
Each package may have some references to other classes in other packages. To keep our UML class diagrams concise we deal with this in the following fashion.
1.) If a class has a superclass from another package, then we include that superclass in the class diagram, it will have an arrow in the top right corner,
like the Module class in the efbt_data_definition package.
2.) If a class has an association or composition relationship with a class from another package, then we record this like an attribute with attribute type being the class from the other package ,
for example in the data_definition package, the class CUBE_STRUCTURE_ITEM has an association with MEMBER, which is represented as member_id:MEMBER.
Annotated next to this will be the cardinality such as 0..* (for zero to many), if there is no such annotation this implies a 1 to 1 relationship.
The annotation does not show if the relationship is is an association or composition,
however that information is available by looking at the references section of the documentation which shows the word Containment if the relationship is a composition.
3.) In the package documentation we show the association, composition , or inheritance using hyper links.
The hyper links to classes in different packages do not yet work as this documentation is automatically generated.
Group | Name | Class Diagram | Documentation |
---|---|---|---|
Meta Data | Core | UML Class Diagram | Documentation |
Meta Data | Data Definition | UML Class Diagram | Documentation |
Meta Data | EFBT Data Definition | UML Class Diagram | Documentation |
Meta Data | SM Cubes | UML Class Diagram | Documentation |
Meta Data | Module Management | UML Class Diagram | Documentation |
AORTA | Column Structured Data | UML Class Diagram | Documentation |
AORTA | Base Column Structured Data | UML Class Diagram | Documentation |
AORTA | CocaMo Program | UML Class Diagram | Documentation |
AORTA | Functionality Module | UML Class Diagram | Documentation |
AORTA | Scenarios | UML Class Diagram | Documentation |
AORTA | Requirements Text | UML Class Diagram | Documentation |
AORTA | Test Definition | UML Class Diagram | Documentation |
AORTA | Test Input Data | UML Class Diagram | Documentation |
AORTA | Test | UML Class Diagram | Documentation |
DaTuM | Transformations | UML Class Diagram | Documentation |
DaTuM | DTM SQL Views | UML Class Diagram | Documentation |
DaTuM | DTM Report Cell Views | UML Class Diagram | Documentation |