|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Semantics
public class Semantics
Represents the 'sem' section of a SalsaXML corpus.
Constructor Summary | |
---|---|
Semantics()
Zero-argumented default constructor. |
Method Summary | |
---|---|
void |
addFrames(Frames newFrames)
Adds a new Frames to this Semantics . |
void |
addGlobals(Globals newGlobals)
Adds a new Globals to this Semantics . |
void |
addSplitwords(Splitwords newSplitwords)
Adds a new Splitwords to this Semantics . |
void |
addUsp(Underspecification newUsp)
Adds a new Underspecification to this
Semantics . |
void |
addWordtags(Wordtags newWordtags)
Adds a new Wordtags to this Semantics . |
java.util.ArrayList<Frames> |
getFrames()
Returns the list of Frames (this list usually contains
only one element). |
java.util.ArrayList<Globals> |
getGlobals()
Returns the list of Globals of this Semantics
(this list usually contains only one element). |
java.util.ArrayList<Splitwords> |
getSplitwords()
Returns the list of Splitwords of this
Semantics . |
java.util.ArrayList<Underspecification> |
getUsps()
Returns the list of Underspecification elements. |
java.util.ArrayList<Wordtags> |
getWordtags()
Returns the list of Wordtags . |
static java.lang.String |
getXmltag()
Returns the XML element name of Semantics , 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 |
---|
public Semantics()
Method Detail |
---|
public void addFrames(Frames newFrames)
Frames
to this Semantics
.
public void addGlobals(Globals newGlobals)
Globals
to this Semantics
.
public void addSplitwords(Splitwords newSplitwords)
Splitwords
to this Semantics
.
public void addUsp(Underspecification newUsp)
Underspecification
to this
Semantics
.
public void addWordtags(Wordtags newWordtags)
Wordtags
to this Semantics
.
public java.util.ArrayList<Frames> getFrames()
Frames
(this list usually contains
only one element).
public java.util.ArrayList<Globals> getGlobals()
Globals
of this Semantics
(this list usually contains only one element).
public java.util.ArrayList<Splitwords> getSplitwords()
Splitwords
of this
Semantics
.
public java.util.ArrayList<Underspecification> getUsps()
Underspecification
elements.
public java.util.ArrayList<Wordtags> getWordtags()
Wordtags
.
public static java.lang.String getXmltag()
Semantics
, i. e. 'sem'.
public java.lang.String toString()
Wordtags
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |