salsa.corpora.elements
Class UnderspecificationFrames

java.lang.Object
  extended by salsa.corpora.elements.UnderspecificationFrames

public class UnderspecificationFrames
extends java.lang.Object

Represents the 'uspframes' section in a SalsaXML corpus.

Author:
Fabian Shirokov

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

UnderspecificationFrames

public UnderspecificationFrames()
Zero-argumented default constructor.

Method Detail

addUspblock

public void addUspblock(Uspblock newUspblock)
Adds a new Uspblock to this UnderspecificationFrames.


getUspblocks

public java.util.ArrayList<Uspblock> getUspblocks()
Returns the list of Uspblock elements.

Returns:
the uspblocks

getXmltag

public static java.lang.String getXmltag()
Returns the XML element name of UnderspecificationFrames, i. e. 'uspframes'.

Returns:
the xmltag

toString

public java.lang.String toString()
Returns a recursively created XML representation of this UnderspecificationFrames.

Overrides:
toString in class java.lang.Object