aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-05-14 17:18:17 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-05-14 17:18:17 +0200
commita0eb175b26ea297ec5dd72a9f64b837c0b9e01f9 (patch)
tree371ed44802793de587e7b027ecdb9118b32f52c0
parentf91e5c96aa0ff4dfeedcf0ec01924b4eaf15cdae (diff)
m2ua: Add some documentation about the states from Pharo
-rw-r--r--ua/M2UAStates.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/ua/M2UAStates.st b/ua/M2UAStates.st
index 571c3df..ed9f1ae 100644
--- a/ua/M2UAStates.st
+++ b/ua/M2UAStates.st
@@ -19,7 +19,7 @@
STInST.RBProgramNodeVisitor subclass: M2UAStateMachineVisitor [
| states |
- <comment: nil>
+ <comment: 'I can read the compiled methods of a M2UA state machine and generate graphviz code about the state machine and transitions that occur in it. They can be rendered by invoking the dot program on the string.'>
<category: 'OsmoNetwork-M2UA-States'>
acceptMessageNode: aNode [
@@ -44,7 +44,7 @@ STInST.RBProgramNodeVisitor subclass: M2UAStateMachineVisitor [
Object subclass: M2UAStateBase [
<category: 'OsmoNetwork-M2UA-States'>
- <comment: nil>
+ <comment: 'I am the base class of all M2UA state machines. My direct subclasses are state machines and their subclasses are the individual states that make up the statemachine.'>
M2UAStateBase class >> addStateFrom: aMethod to: newState class: aClass on: aStream [
aStream