| Class | Description |
|---|---|
| Barrier |
Yuml token: Barrier is "|"
|
| BarrierBoxEntry |
Yuml Production : Barrier() BoxEntry()
|
| Box |
Yuml Production : Box = ['name [,qs] [,qs] ']'
|
| BoxEntry |
is a sequence of characters whose endpoint is a barrier, but does not include
barrier
|
| Connect |
Yuml Production : Connect = [End1] [name] Solid [name] {End2] Box
|
| Dashed |
Yuml token: Solid is "-"
|
| Diamond |
Yuml Token : Diamond is less-than-greater-than
|
| End1 |
Yuml token: choose1( diamond, plusplus, hat, lss, nothing )
|
| End2 |
Yuml Token: choose1( diamond, plusplus, hat, gtr, nothing)
|
| Gtr |
Yuml token greater-than
|
| Hat |
Yuml token "^"
|
| Lss |
Yuml token less-than
|
| PlusPlus |
Yuml token ++
|
| Role |
name token (alpha (alpha|underscore|digit)*
|
| Solid |
Yuml token: Solid is "-"
|
| YumlLine |
Yuml Production : YumlLine: Box [connect] end
|