|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OntologyElement
this is a helper super-interface for ontology elements: - axioms - concepts - instances - relations - relation instances
Ontology
Method Summary | |
---|---|
Ontology |
getOntology()
Retrieve the ontology containing this entity. |
void |
setOntology(Ontology ontology)
Sets the ontology containing this entity Note that a call to setOntology() i.e. |
Methods inherited from interface org.wsmo.common.Entity |
---|
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue |
Method Detail |
---|
Ontology getOntology() throws SynchronisationException
SynchronisationException
void setOntology(Ontology ontology) throws SynchronisationException, InvalidModelException
ontology
- the ontology
SynchronisationException
InvalidModelException
getOntology()
,
Ontology.addAxiom(Axiom axiom)
,
Ontology.addConcept(Concept concept)
,
Ontology.addInstance(Instance instance)
,
Ontology.addRelation(Relation relation)
,
Ontology.addRelationInstance(RelationInstance instance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |