|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.data.PlainTextDocument
public class PlainTextDocument
A plain text document, with text embedded (no caching or remote storage).
Constructor Summary | |
---|---|
PlainTextDocument(java.lang.String text)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getText()
|
SetOfStatements |
toRDF(SetOfStatements data)
Serializes this object to SetOfStatements. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlainTextDocument(java.lang.String text)
text
- The plain text associated with this object.Method Detail |
---|
public java.lang.String getText()
getText
in interface NaturalLanguageDocument
public SetOfStatements toRDF(SetOfStatements data)
InformationSet
toRDF
in interface InformationSet
data
- is stream to serialize this object to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |