Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cas741
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
W. Spencer Smith
cas741
Commits
f151708d
Commit
f151708d
authored
4 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos and misspellings, added links to potential figure drawing approaches
parent
bacf1659
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Lectures/L15_MIS/MIS.pdf
+0
-0
0 additions, 0 deletions
Lectures/L15_MIS/MIS.pdf
Lectures/L15_MIS/MIS.tex
+21
-10
21 additions, 10 deletions
Lectures/L15_MIS/MIS.tex
with
21 additions
and
10 deletions
Lectures/L15_MIS/MIS.pdf
+
0
−
0
View file @
f151708d
No preview for this file type
This diff is collapsed.
Click to expand it.
Lectures/L15_MIS/MIS.tex
+
21
−
10
View file @
f151708d
...
...
@@ -77,6 +77,11 @@
\item
L18 - MIS Presentations
\ei
\item
Mathematical review (
\cite
{
HoffmanAndStrooper1995
}
and separate slides)
\item
Potential software for drawing figures
\bi
\item
\href
{
https://app.diagrams.net/
}
{
draw.io
}
\item
\href
{
https://www.bu.edu/math/files/2013/08/tikzpgfmanual.pdf
}
{
Tkiz
}
\ei
\ei
\end{frame}
...
...
@@ -165,7 +170,7 @@ Final Documentation & Dec 9\\
\item
Uses Relation Hierarchy
\item
Syntax
\bi
\item
Access Programs (types of inp
t
us and outputs)
\item
Access Programs (types of inpu
t
s and outputs)
\item
State Variables
\item
Environment Variables
\item
Type of module (record, library, abstract object, ADT, generic)
...
...
@@ -614,8 +619,10 @@ are isolated to their own access programs (like submodules). % This, combined
\item
Specify imported constants
\item
Specify imported types
\item
Specify imported access programs
\item
The specification of one module will often depend on using the interface specified by another module
\item
When there are many modules the uses information is very useful for navigation of the documentation
\item
The specification of one module will often depend on using the interface
specified by another module
\item
When there are many modules the uses information is very useful for
navigation of the documentation
\item
Documents the use relation between modules
\end{itemize}
\end{frame}
...
...
@@ -693,7 +700,7 @@ seq\_size & ~ & integer & ~\\
\item
After every access routine call, the state should satisfy the invariant
\item
Cannot have a state invariant without state variables
\item
Just stating the invariant does not ``enforce'' it, the access routine semantics need to maintain it
\item
Useful for understandabilty, testing and for proof
\item
Useful for understandabil
i
ty, testing and for proof
\end{itemize}
\end{itemize}
...
...
@@ -802,7 +809,7 @@ seq\_init():
\begin{frame}
\frametitle
{
Exception Signaling
}
\frametitle
{
Exception Signal
l
ing
}
\begin{itemize}
\item
Useful to think about exceptions in the design process
...
...
@@ -826,11 +833,15 @@ seq\_init():
\frametitle
{
Assumptions versus Exceptions
}
\begin{itemize}
\item
The assumptions section lists assumptions the module developer is permitted to make about the programmer's behaviour
\item
The assumptions section lists assumptions the module developer is
permitted to make about the programmer's behaviour
\item
Assumptions are expressed in prose
\item
Use assumptions to simplify the MIS and to reduce the complexity of the final implementation
\item
Interface design should provide the programmer with a means to check so that they can avoid exceptions
\item
When an exceptions occurs no state transitions should take place, any output is
{
\it
don't care
}
\item
Use assumptions to simplify the MIS and to reduce the complexity of the
final implementation
\item
Interface design should provide the programmer with a means to check so
that they can avoid exceptions
\item
When an exceptions occurs no state transitions should take place, any
output is
{
\it
don't care
}
\end{itemize}
\end{frame}
...
...
@@ -906,7 +917,7 @@ seq\_init():
procedures that manipulate instances of the type
\item
Encapsulates the details of the implementation of the type
\item
Multiple instances of the object
\item
Keyword
\textbf
{
Temp
a
late
}
in MIS
\item
Keyword
\textbf
{
Template
}
in MIS
\item
Example
\bi
\item
...
...
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