1
0
Fork 0

m2ua: Add some documentation about the states from Pharo

This commit is contained in:
Holger Hans Peter Freyther 2013-05-14 17:18:17 +02:00
parent f91e5c96aa
commit a0eb175b26
1 changed files with 2 additions and 2 deletions

View File

@ -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