oor.model
Interface Mapping

All Superinterfaces:
Content

public interface Mapping
extends Content

Defines a mapping of terms from one ontology to another. This might be represented using the Semantic Web Rule Language (SWRL), Common Logic, or other representations. The mapping is not necessarily complete.

Author:
Mike Dean

Method Summary
 Ontology getFromOntology()
          Return the source ontology.
 Ontology getToOntology()
          Return the destination ontology.
 
Methods inherited from interface oor.model.Content
getExternalIdentifier, getLanguage, getMetaData, getState, setExternalIdentifier, setState
 

Method Detail

getFromOntology

Ontology getFromOntology()
Return the source ontology.

Returns:

getToOntology

Ontology getToOntology()
Return the destination ontology.

Returns: