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