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