|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by ontological classes that
belong to an ontology using the MicroIntrospector
.
It includes methods by means of which an object can be converted
into/from an abstract descriptor.
MicroIntrospector
Method Summary | |
void |
externalise(AbsObject abs,
Ontology onto)
Externalise this object into the given abstract descriptor |
void |
internalise(AbsObject abs,
Ontology onto)
Internalise this object from a given abstract descriptor |
Method Detail |
public void externalise(AbsObject abs, Ontology onto) throws OntologyException
abs
- The abstract descriptor this object must externalise
itself into.onto
- The reference ontology
OntologyException
- If some error occurs during the externalisationpublic void internalise(AbsObject abs, Ontology onto) throws UngroundedException, OntologyException
abs
- The abstract descriptor this object must internalise
itself fromonto
- The reference ontology
UngroundedException
- If the abstract descriptor
contains a variable
OntologyException
- If some error occurs during the internalisation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |