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