drasil-srs-0.1.26.0: A framework for code and document generation for scientific software - SRS Language SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.SRS.DocumentLanguage.TraceabilityGraph

Description

Defines functions to create traceability graphs in SRS documents.

Synopsis

Documentation

traceMGF :: [LabelledContent] -> [Sentence] -> [Contents] -> [Section] -> Section Source #

Wrapper for traceMIntro and traceGIntro. Turns references (LabelledContents), trailing notes (Sentences), and any other needed contents to create a Traceability Section. Traceability graphs generate as both a link and a figure for convenience.

traceyGraphGetRefs :: [Reference] Source #

Create references to traceability graphs. Primarily used for reference database in examples.

mkGraphInfo :: SmithEtAlSRS -> GraphInfo Source #

Extracts traceability graph inforomation from filled-in System.

resourcePath :: String Source #

Traceability graphs reference path.