Class StardogMappings
- java.lang.Object
-
- com.complexible.stardog.virtual.api.StardogMappings
-
@Deprecated public class StardogMappings extends java.lang.ObjectDeprecated.- Since:
- 3.1
- Version:
- 6.0
- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description StardogMappings()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.util.Set<Statement>read(java.io.File theFile)Deprecated.static java.util.Set<Statement>read(java.io.File theFile, java.lang.String theSep)Deprecated.static java.util.Set<Statement>read(java.io.InputStream theInput, RDFFormat theFormat)Deprecated.static Pair<Namespaces,java.util.Set<Statement>>read(java.io.Reader theInput, RDFFormat theFormat)Deprecated.static java.lang.Stringwrite(java.util.Set<Statement> theModel)Deprecated.static java.lang.Stringwrite(java.util.Set<Statement> theStatements, Namespaces theNamespaces)Deprecated.static voidwrite(java.util.Set<Statement> theModel, Namespaces theNamespaces, java.io.OutputStream theWriter)Deprecated.
-
-
-
Method Detail
-
read
public static java.util.Set<Statement> read(java.io.File theFile) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
read
public static java.util.Set<Statement> read(java.io.File theFile, java.lang.String theSep) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
read
public static java.util.Set<Statement> read(java.io.InputStream theInput, RDFFormat theFormat) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
read
public static Pair<Namespaces,java.util.Set<Statement>> read(java.io.Reader theInput, RDFFormat theFormat) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
write
public static java.lang.String write(java.util.Set<Statement> theStatements, Namespaces theNamespaces) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException
Deprecated.- Throws:
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
-
write
public static java.lang.String write(java.util.Set<Statement> theModel) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException
Deprecated.- Throws:
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
-
write
public static void write(java.util.Set<Statement> theModel, Namespaces theNamespaces, java.io.OutputStream theWriter) throws eu.optique.api.mapping.impl.InvalidR2RMLMappingException
Deprecated.- Throws:
eu.optique.api.mapping.impl.InvalidR2RMLMappingException
-
-