Interface | Description |
---|---|
DependencyExtractor |
Dependency extractors are used in Dependency Matrix to extract dependencies between two elements.
|
Class | Description |
---|---|
AbstractMatrixCell |
Base cell for all matrix cells
|
DependencyEntry |
Represents single dependency entry inside Dependency Matrix
|
DependencyStyle |
Visual style of a DependencyEntry
|
MatrixCellView |
Represents one cell element in the matrix
|
ReadOnlyFlags |
Holds readonly information about cell: whether relations can be created or deleted between two cell elements
There are only six available choices: canCreate:true/false; canEdit:true/false deleteMulti:true/false and all are made static.
|
Enum | Description |
---|---|
DependencyDirection |
Dependency direction.
|