Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gifitti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nick Kozel
Gifitti
Commits
57173994
Commit
57173994
authored
8 years ago
by
Riley Mcgee
Browse files
Options
Downloads
Patches
Plain Diff
Added Module Hierarchy (Closes
#5
)
parent
8d410779
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Design/MG/MG.tex
+65
-18
65 additions, 18 deletions
Doc/Design/MG/MG.tex
with
65 additions
and
18 deletions
Doc/Design/MG/MG.tex
+
65
−
18
View file @
57173994
\documentclass
[12pt, titlepage]
{
article
}
\usepackage
{
fullpage
}
%
\usepackage{fullpage}
\usepackage
[round]
{
natbib
}
\usepackage
{
multirow
}
\usepackage
{
booktabs
}
...
...
@@ -128,8 +128,7 @@ unlikely changes are listed in Section \ref{SecUchange}.
Anticipated changes are the source of the information that is to be hidden
inside the modules. Ideally, changing one of the anticipated changes will only
require changing the one module that hides the associated decision. The approach
adapted here is called design for
change.
adapted here is called design for change.
\begin{description}
\item
[\refstepcounter{acnum} \actheacnum \label{acHardware}:]
The specific
...
...
@@ -165,9 +164,16 @@ actually be implemented.
\begin{description}
\item
[
\refstepcounter
{
mnum
}
\mthemnum
\label
{
mHH
}
:] Hardware-Hiding Module
\item
...
\item
[
\refstepcounter
{
mnum
}
\mthemnum
\label
{
mIP
}
:] Image Processing Module
\item
[
\refstepcounter
{
mnum
}
\mthemnum
\label
{
mIL
}
:] Image Loading Module
\item
[
\refstepcounter
{
mnum
}
\mthemnum
\label
{
mIC
}
:] Image Conversion Module
\item
[
\refstepcounter
{
mnum
}
\mthemnum
\label
{
mGT
}
:] GIF Transformation Module
\item
[
\refstepcounter
{
mnum
}
\mthemnum
\label
{
mGM
}
:] GIF Model Module
\item
[
\refstepcounter
{
mnum
}
\mthemnum
\label
{
mVM
}
:] View-Model Module
\end{description}
The Hardware-Hiding Module is Handled in full by the C Sharp Sytem Libraries, and requires no further implementation.
\begin{table}
[h!]
\centering
...
...
@@ -179,19 +185,18 @@ actually be implemented.
{
Hardware-Hiding Module
}
&
~
\\
\midrule
\multirow
{
7
}{
0.3
\textwidth
}{
Behaviour-Hiding Module
}
&
?
\\
&
?
\\
&
?
\\
&
?
\\
&
?
\\
&
?
\\
&
?
\\
&
?
\\
\multirow
{
6
}{
0.3
\textwidth
}{
Behaviour-Hiding Module
}
&
\\
&
View-Model Module
\\
&
GIF Model Module
\\
&
Image Loading Module
\\
&
Image Processing Module
\\
\\
\midrule
\multirow
{
3
}{
0.3
\textwidth
}{
Software Decision Module
}
&
{
?
}
\\
&
?
\\
&
?
\\
\multirow
{
3
}{
0.3
\textwidth
}{
Software Decision Module
}
\\
&
GIF Transformation Module
\\
&
Image Conversion Module
\\
\\
\bottomrule
\end{tabular}
...
...
@@ -246,7 +251,7 @@ selected.
\item
[Implemented By:]
--
\end{description}
\subsubsection
{
I
nput Format
Module (
\mref
{
mI
nput
}
)
}
\subsubsection
{
I
mage Processing
Module (
\mref
{
mI
P
}
)
}
\begin{description}
\item
[Secrets:]
The format and structure of the input data.
...
...
@@ -255,8 +260,32 @@ selected.
\item
[Implemented By:]
[Your Program Name Here]
\end{description}
\subsubsection
{
Etc.
}
\subsubsection
{
Image Loading Module (
\mref
{
mIL
}
)
}
\begin{description}
\item
[Secrets:]
The format and structure of the input data.
\item
[Services:]
Converts the input data into the data structure used by the
input parameters module.
\item
[Implemented By:]
[Your Program Name Here]
\end{description}
\subsubsection
{
GIF Model Module (
\mref
{
mGM
}
)
}
\begin{description}
\item
[Secrets:]
The format and structure of the input data.
\item
[Services:]
Converts the input data into the data structure used by the
input parameters module.
\item
[Implemented By:]
[Your Program Name Here]
\end{description}
\subsubsection
{
View-Model Module (
\mref
{
mVM
}
)
}
\begin{description}
\item
[Secrets:]
The format and structure of the input data.
\item
[Services:]
Converts the input data into the data structure used by the
input parameters module.
\item
[Implemented By:]
[Your Program Name Here]
\end{description}
\subsection
{
Software Decision Module
}
...
...
@@ -271,7 +300,25 @@ selected.
\item
[Implemented By:]
--
\end{description}
\subsubsection
{
Etc.
}
\subsubsection
{
GIF Transformation Module (
\mref
{
mGT
}
)
}
\begin{description}
\item
[Secrets:]
The format and structure of the input data.
\item
[Services:]
Converts the input data into the data structure used by the
input parameters module.
\item
[Implemented By:]
[Your Program Name Here]
\end{description}
\subsubsection
{
Image Conversion Module (
\mref
{
mIC
}
)
}
\begin{description}
\item
[Secrets:]
The format and structure of the input data.
\item
[Services:]
Converts the input data into the data structure used by the
input parameters module.
\item
[Implemented By:]
[Your Program Name Here]
\end{description}
\subsection
{
Software Decision Module
}
\section
{
Traceability Matrix
}
\label
{
SecTM
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment