Deprecated API


Contents
Deprecated Interfaces
org.mindswap.owls.OWLSIndividual
          Use OWLIndividual instead 
org.mindswap.owls.OWLSKnowledgeBase
          Use OWLKnowledgeBase instead 
org.mindswap.owls.OWLSModel
          Use OWLModel instead 
org.mindswap.owls.OWLSOntology
          Use OWLOntology instead 
org.mindswap.owls.process.execution.ProcessExecutionListener
          Use ProcessMonitor instead 
 

Deprecated Methods
org.mindswap.owls.process.execution.ProcessExecutionEngine.addExecutionListener(ProcessExecutionListener)
          Use addMonitor(ProcessMonitor monitor) instead 
org.mindswap.owls.OWLSFactory.createKB()
          Use OWLFactory.createKB() instead 
org.mindswap.owls.OWLSFactory.createOntology()
          Use OWLFactory.createOntology() instead 
org.mindswap.owls.OWLSFactory.createOntology(URI)
          Use OWLFactory.createOntology(URI) instead 
org.mindswap.owl.OWLKnowledgeBase.createOWLSOntology()
          Use createOntology() instead 
org.mindswap.owl.OWLKnowledgeBase.createOWLSOntology(URI)
          Use createOntology(URI) instead 
org.mindswap.owls.OWLSFactory.createValueMap()
          Use new ValueMap() to create a ValueMap 
org.mindswap.owl.OWLIndividual.getOWLSOntology()
          Use getOntology() instead 
org.mindswap.owl.OWLKnowledgeBase.loadOntology(OWLOntology)
          Please use OWLKnowledgeBase.load(OWLOntology) instead 
 



Copyright © 2004 Evren Sirin. All Rights Reserved.