Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Spot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
Spot
Commits
fcd67831
Commit
fcd67831
authored
Jul 27, 2016
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/org/tut50.org: Simplify UML diagrams.
parent
15ea2e66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
doc/org/tut50.org
doc/org/tut50.org
+8
-7
No files found.
doc/org/tut50.org
View file @
fcd67831
...
...
@@ -462,9 +462,9 @@ package spot {
class succ_iterator {
succ_iterator(twa_succ_iterator*)
bool operator==(succ_iterator)
const
bool operator!=(succ_iterator)
const
const twa_succ_iterator* operator*()
const
bool operator==(succ_iterator)
bool operator!=(succ_iterator)
const twa_succ_iterator* operator*()
void operator++()
}
}
...
...
@@ -500,15 +500,16 @@ package spot {
}
abstract class state {
+{abstract}int compare(const state*)
const
+{abstract}size_t hash()
const
+{abstract}state* clone()
const
+void destroy()
const
+{abstract}int compare(const state*)
+{abstract}size_t hash()
+{abstract}state* clone()
+void destroy()
#~state()
}
}
class twa_graph
twa <|-- twa_graph
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment