owltools.mooncat
Class QuerySubsetGenerator

java.lang.Object
  extended by owltools.mooncat.QuerySubsetGenerator

public class QuerySubsetGenerator
extends Object

Tools for creating a sub ontology spanning multiple ontologies. Uses Mooncat and DLQueryTool.


Constructor Summary
QuerySubsetGenerator()
           
 
Method Summary
 void createSubOntologyFromDLQuery(String dlQueryString, OWLGraphWrapper sourceGraph, OWLGraphWrapper targetGraph, org.semanticweb.owlapi.reasoner.OWLReasonerFactory reasonerFactory)
          Create a new sub ontology from a given DL query and source ontology.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySubsetGenerator

public QuerySubsetGenerator()
Method Detail

createSubOntologyFromDLQuery

public void createSubOntologyFromDLQuery(String dlQueryString,
                                         OWLGraphWrapper sourceGraph,
                                         OWLGraphWrapper targetGraph,
                                         org.semanticweb.owlapi.reasoner.OWLReasonerFactory reasonerFactory)
Create a new sub ontology from a given DL query and source ontology. The subset will be created in the target ontology.

Parameters:
dlQueryString -
sourceGraph -
targetGraph -
reasonerFactory -


Copyright © 2010-2012. All Rights Reserved.