public interface RDFAnalysisProvider
GeneralJSON
can be translated to JSON very
easily The same analysis cannot be easily translated to RDF so this class
must be registered in GeneralJSONRDF's map to do so.
What this means that if things add analysis to a GeneralJSONRDF
instance or a USMFStatus
that will eventually feed a
GeneralJSONRDF
instance, they should register with
GeneralJSONRDF.registerRDFAnalysisProvider(String, RDFAnalysisProvider)
want to
Modifier and Type | Method and Description |
---|---|
void |
addAnalysis(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource analysis,
GeneralJSON analysisSource)
When given this analysis, fill the model with triples representing its
existence.
|
void |
init()
Prepare yourself.
|
void addAnalysis(com.hp.hpl.jena.rdf.model.Model m, com.hp.hpl.jena.rdf.model.Resource analysis, GeneralJSON analysisSource)
m
- the model to add triples toanalysis
- the status to associate the analysis toanalysisSource
- the analysis to transform to triplesvoid init()