|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasi.sim.user.tree.Tree<java.lang.String>
jasi.sim.user.tree.OmtTree
public class OmtTree
Creates a tree structure from a kind of OMT DIF notation.
( node ( { node | key value } ) ) [...]
Field Summary |
---|
Fields inherited from class jasi.sim.user.tree.Tree |
---|
CHILD, ROOT, SIBLING |
Constructor Summary | |
---|---|
OmtTree(java.lang.String s)
Constructor to create a OMT tree. |
Method Summary |
---|
Methods inherited from class jasi.sim.user.tree.Tree |
---|
current, get, node, read, reduceLevel, root, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OmtTree(java.lang.String s) throws TreeException
s
- The OMT string.
TreeException
- Error while analyzing.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |