|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tuebingen.uni.sfs.germanet.api.WiktionaryParaphrase
public class WiktionaryParaphrase
A WiktionaryParaphrase
consists of the Wiktionary sense
definition (represented as a String), the Wiktionary word and sense ids,
the corresponding GermaNet LexUnit id, and an attribute edited (boolean).
Methods are provided to get each of the attributes.
The Wiktionary sense definition can be retrieved:
String sense = aWiktionaryParaphrase.getWiktionarySense();
Method Summary | |
---|---|
int |
getLexUnitId()
Returns the identifier of the LexUnit
corresponding to this WiktionaryParaphrase . |
int |
getWiktionaryId()
Returns the unique identifier of this WiktionaryParaphrase . |
java.lang.String |
getWiktionarySense()
Returns the Wiktionary sense definition. |
int |
getWiktionarySenseId()
Returns the unique identifier of the Wiktionary sense. |
boolean |
hasBeenEdited()
Returns true if the WiktionaryParaphrase was edited,
false otherwise. |
java.lang.String |
toString()
Returns a String representation of this WiktionaryParaphrase . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getLexUnitId()
LexUnit
corresponding to this WiktionaryParaphrase
.
LexUnit
public int getWiktionaryId()
WiktionaryParaphrase
.
WiktionaryParaphrase
public int getWiktionarySenseId()
public java.lang.String getWiktionarySense()
public boolean hasBeenEdited()
WiktionaryParaphrase
was edited,
false otherwise.
WiktionaryParaphrase
was edited,
false otherwisepublic java.lang.String toString()
String
representation of this WiktionaryParaphrase
.
toString
in class java.lang.Object
String
representation of this WiktionaryParaphrase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |