| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.Metadata.TraceabilityGraphs
Synopsis
- data GraphInfo = GI {
- assumpNF :: NodeFamily
- ddNF :: NodeFamily
- gdNF :: NodeFamily
- tmNF :: NodeFamily
- imNF :: NodeFamily
- reqNF :: NodeFamily
- gsNF :: NodeFamily
- chgNF :: NodeFamily
- edgesAvsA :: [(UID, [UID])]
- edgesAvsAll :: [(UID, [UID])]
- edgesRefvsRef :: [(UID, [UID])]
- edgesAllvsR :: [(UID, [UID])]
- edgesAllvsAll :: [(UID, [UID])]
- data NodeFamily = NF {}
- type Label = String
- type Colour = String
Documentation
Holds all important and relevant information for generating a traceability graph. Includes nodes, graph edges, and node family information.
Constructors
| GI | |
Fields
| |
data NodeFamily Source #
A node family contains a list of UIDs, their display labels, general subgraph label, and colour.
Constructors
| NF | |
Fields
| |