|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.prowidesoftware.swift.model.SequenceNode
public class SequenceNode
Node that identifies a sequence inside a message. Messages may define an arbitrary amount of sequences and nested subsequences. These structures are modeled here as a tree.
Method Summary | |
---|---|
SequenceNode |
addChild(java.lang.String name)
Adds a sequence to this node |
java.lang.String |
getName()
get the name of this sequence |
SequenceNode |
getParent()
|
static SequenceNode |
newRootNode()
Creates a root node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public SequenceNode addChild(java.lang.String name)
name
- the name of the sequence to add
public static SequenceNode newRootNode()
public SequenceNode getParent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |