@Deprecated public class StringConverter extends Object
| Constructor and Description |
|---|
StringConverter(com.hp.hpl.jena.rdf.model.Model m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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!!!
|
public StringConverter(com.hp.hpl.jena.rdf.model.Model m)
public void setUseProperStringSerialization(boolean useProperStringSerialization)
public void setOutputInferredModel(boolean outputInferredModel)
outputInferredModel - public String toString()
public String toStringAsTurtle()
public String toStringAsRDFXML()
public String toStringAsNTriple()
public String toStringAlternate(String format)
format - Copyright © 2013. All Rights Reserved.