|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Ontology Factory
Method Summary | |
OGOntology |
createFromRDF(edu.unika.aifb.rdf.api.model.Model theRDF)
Builds ontologies from RDF models. |
OGOntology |
createFromURI(java.lang.String theURI)
Builds ontologies from a model identified by the URI. |
OGOntology |
createFromURI(java.lang.String theURI,
java.lang.String theXSLURI)
Builds ontologies from an ontology identified by the URI, after applying the XSL transformation specified in the XSL URI. |
void |
setApplyToImports(boolean pTransform)
Boolen to determin if transforms are applied to imports. |
edu.unika.aifb.rdf.api.model.Model |
toRDFModel(OGOntology theWorkingOntology)
Creates an RDF model from an ontology. |
Method Detail |
public void setApplyToImports(boolean pTransform)
public OGOntology createFromRDF(edu.unika.aifb.rdf.api.model.Model theRDF)
theRDF
- The RDF Model to use.public OGOntology createFromURI(java.lang.String theURI)
theURI
- The URI of the ontology to use.public OGOntology createFromURI(java.lang.String theURI, java.lang.String theXSLURI)
theURI
- The URI of the ontology to use.theXSLURI
- The URI of the XSL specification to use.public edu.unika.aifb.rdf.api.model.Model toRDFModel(OGOntology theWorkingOntology) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |