|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.History
public class History
Represents the 'history' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
History()
Zero-argumented default constructor. |
Method Summary | |
---|---|
void |
addAction(Action newAction)
Adds a new Action to this History . |
java.util.ArrayList<Action> |
getActions()
Returns the list of Action elements. |
static java.lang.String |
getXmltag()
Returns the XML element name of History , i. e. |
java.lang.String |
toString()
Returns a recursively created XML represenation of this History . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public History()
Method Detail |
---|
public void addAction(Action newAction)
Action
to this History
.
newAction
- public java.util.ArrayList<Action> getActions()
Action
elements.
public static java.lang.String getXmltag()
History
, i. e. 'history'.
public java.lang.String toString()
History
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |