Package | Description |
---|---|
com.tr.tms.abstractionLayer | |
com.tr.tms.abstractionLayer.engine |
Modifier and Type | Method and Description |
---|---|
static CalaisModel |
CalaisModelCreator.readFile(String fileName,
Engine.Format inputFormat)
receive the path of file contains RDF text, process it and return a CalaisModel
|
static CalaisModel |
CalaisModelCreator.readInputStream(InputStream inputStream,
Engine.Format inputFormat)
receive RDF as input stream, process it and return a CalaisModel
|
static CalaisModel |
CalaisModelCreator.readText(String rdfText,
Engine.Format inputFormat)
receive RDF as string, process it and return a CalaisModel
|
Modifier and Type | Method and Description |
---|---|
static Engine.Format |
Engine.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Engine.Format[] |
Engine.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected com.hp.hpl.jena.rdf.model.Model |
RdfEngine.createModelForInputStream(InputStream inputStream,
Engine.Format rdfFormat) |
protected com.hp.hpl.jena.rdf.model.Model |
RdfEngine.createModelForText(String rdfText,
Engine.Format rdfFormat) |
CalaisModel |
RdfEngine.process(InputStream inputStream,
Engine.Format rdfFormat) |
CalaisModel |
Engine.process(InputStream inputStream,
Engine.Format inputFormat)
receive RDF as input stream, process it and return a CalaisModel
|
CalaisModel |
RdfEngine.process(String rdfText,
Engine.Format rdfFormat) |
CalaisModel |
Engine.process(String rdfText,
Engine.Format inputFormat)
receive RDF as string, process it and return a CalaisModel
|
Copyright © 2015. All Rights Reserved.