org.mindswap.owls
Interface OWLSVersionTranslator


public interface OWLSVersionTranslator

Transforms an older version of an OWLS ontology to the latest version that is supported by the API.

Author:
Evren Sirin

Method Summary
 boolean canTranslate(OWLOntology ontology)
           
 java.lang.String getVersion()
          The version this translator reads.
 OWLOntology translate(OWLOntology ontology)
          Transform the descriptions in the given ontology to the latest version that is supported by the API.
 

Method Detail

getVersion

java.lang.String getVersion()
The version this translator reads.

Returns:

canTranslate

boolean canTranslate(OWLOntology ontology)

translate

OWLOntology translate(OWLOntology ontology)
Transform the descriptions in the given ontology to the latest version that is supported by the API.

Parameters:
ontology -
Returns:


Copyright © 2004 Evren Sirin. All Rights Reserved.