|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aksw.commons.jena.StringConverter
@Deprecated public class StringConverter
Best to use Claus ModelUtils NOTE, the proper way would be to capture the string right away, this does not always seem to work, especially with Models with reasoning capabilities...
| Constructor Summary | |
|---|---|
StringConverter(com.hp.hpl.jena.rdf.model.Model m)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
setOutputInferredModel(boolean outputInferredModel)
Deprecated. Does not produce an inferred Model, but deactivates it, and provides explicit output only |
void |
setUseProperStringSerialization(boolean useProperStringSerialization)
Deprecated. |
String |
toString()
Deprecated. defaults to turtle/N3 |
String |
toString(String format)
Deprecated. |
String |
toStringAlternate(String format)
Deprecated. Jena workaround which creates a nasty temporary file |
String |
toStringAsNTriple()
Deprecated. |
String |
toStringAsRDFXML()
Deprecated. |
String |
toStringAsTurtle()
Deprecated. |
String |
toStringProper(String format)
Deprecated. TODO benchmark this function it seems to output the whole inferred Model!!! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringConverter(com.hp.hpl.jena.rdf.model.Model m)
| Method Detail |
|---|
public void setUseProperStringSerialization(boolean useProperStringSerialization)
public void setOutputInferredModel(boolean outputInferredModel)
outputInferredModel - public String toString()
toString in class Objectpublic String toStringAsTurtle()
public String toStringAsRDFXML()
public String toStringAsNTriple()
public String toString(String format)
public String toStringAlternate(String format)
format -
public String toStringProper(String format)
format -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||