salsa.corpora.elements
Class UnderspecificationFrameElements

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

public class UnderspecificationFrameElements
extends java.lang.Object

Represents the 'uspfes' section in a SalsaXML corpus.

Author:
Fabian Shirokov

Constructor Summary
UnderspecificationFrameElements()
          Zero-argumented default constructor.
 
Method Summary
 void addUspblock(Uspblock newUspblock)
          Adds a new Uspblock element to this UnderspecificationFrameElements.
 java.util.ArrayList<Uspblock> getUspblocks()
          Returns the list of Uspblock.
static java.lang.String getXmltag()
          Returns the XML element name of UnderspecificationFrameElements, i. e.
 java.lang.String toString()
          Returns a recursively created XML representation of this Wordtags.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnderspecificationFrameElements

public UnderspecificationFrameElements()
Zero-argumented default constructor.

Method Detail

addUspblock

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


getUspblocks

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

Returns:
the uspblocks

getXmltag

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

Returns:
the xmltag

toString

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

Overrides:
toString in class java.lang.Object