public interface Engine
Modifier and Type | Interface and Description |
---|---|
static class |
Engine.Format |
Modifier and Type | Method and Description |
---|---|
CalaisModel |
process(InputStream inputStream,
Engine.Format inputFormat)
receive RDF as input stream, process it and return a CalaisModel
|
CalaisModel |
process(String rdfText,
Engine.Format inputFormat)
receive RDF as string, process it and return a CalaisModel
|
CalaisModel process(InputStream inputStream, Engine.Format inputFormat)
inputStream
- inputFormat
- - the format is RDF or N3CalaisModel process(String rdfText, Engine.Format inputFormat)
rdfText
- inputFormat
- - the format is RDF or N3Copyright © 2015. All Rights Reserved.