org.semanticweb.more.cli
Class MORe_cli

java.lang.Object
  extended by org.semanticweb.more.cli.MORe_cli

public class MORe_cli
extends Object


Constructor Summary
MORe_cli()
           
 
Method Summary
static void main(String[] args)
           
static String serializeClassificationResults(Set<? extends org.semanticweb.owlapi.model.OWLAxiom> results, org.semanticweb.owlapi.model.OWLOntologyManager man, String outFile)
          Serialize classifiation results as an OWL file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MORe_cli

public MORe_cli()
Method Detail

serializeClassificationResults

public static String serializeClassificationResults(Set<? extends org.semanticweb.owlapi.model.OWLAxiom> results,
                                                    org.semanticweb.owlapi.model.OWLOntologyManager man,
                                                    String outFile)
Serialize classifiation results as an OWL file

Parameters:
results - Set of inferred subsumptions
man - OWL Ontology Manager
ontDir - Ontology directory
reasonerName - Reasoner name
Returns:
The file path to where the OWL file was saved

main

public static void main(String[] args)
                 throws FileNotFoundException,
                        org.semanticweb.owlapi.model.OWLOntologyStorageException
Throws:
FileNotFoundException
org.semanticweb.owlapi.model.OWLOntologyStorageException


Copyright © 2013. All Rights Reserved.