|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLGraph
A graph which captures information about the arrangement of nodes in an OWL Ontology. The graph itself is linked to an ontology, and the nodes and edges within this graph represent OWL concepts.
Method Summary | |
---|---|
org.semanticweb.owl.model.OWLOntology |
getOWLOntology()
Returns the Protege OWLModel for this graph. |
void |
setOWLOntology(org.semanticweb.owl.model.OWLOntology ontology)
Directly sets the pre-loaded OWLOntology |
void |
setOWLOntologyLocation(java.net.URL ontologyLocation)
Sets the ontology this graph represents given the URL to the location of OWL file. |
Methods inherited from interface net.sourceforge.fluxion.graph.Graph |
---|
accept, add, add, addGraphListener, cascadeChanges, contains, contains, getAllNodes, getLeadingEdges, getName, getNode, getRootNodes, getTailingEdges, remove, remove, removeAll, removeGraphListener, setAsRoot, setName |
Method Detail |
---|
org.semanticweb.owl.model.OWLOntology getOWLOntology()
OWLOntology
void setOWLOntology(org.semanticweb.owl.model.OWLOntology ontology)
ontology
- the ontology to use in this graphvoid setOWLOntologyLocation(java.net.URL ontologyLocation)
ontologyLocation
- the URL
corresponding to the
physical location of this ontology
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |