|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgermanet.Example
public class Example
An Example consists of a text String and a (possibly empty) list of verb Frames.
Method Summary | |
---|---|
Frame |
getFrame(int i)
Return the ith Frame of this Example. |
java.util.List<Frame> |
getFrames()
Return a List containing this Example's Frames. |
java.lang.String |
getText()
Return this Example's text. |
int |
numFrames()
Returns the number of Frames in this Example. |
java.lang.String |
toString()
Return a String representation of this Example. |
java.lang.String |
xmlString()
Return an xml String representation of this Example. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int numFrames()
public java.lang.String getText()
public Frame getFrame(int i)
i
-
public java.util.List<Frame> getFrames()
public java.lang.String xmlString()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |