com.clarkparsia.modularity
Class ModularityUtils

java.lang.Object
  extended by com.clarkparsia.modularity.ModularityUtils

public class ModularityUtils
extends java.lang.Object

Author:
Evren Sirin

Constructor Summary
ModularityUtils()
           
 
Method Summary
static java.util.Set<org.semanticweb.owl.model.OWLAxiom> extractModule(org.semanticweb.owl.model.OWLOntology ontology, java.util.Set<org.semanticweb.owl.model.OWLEntity> signature, uk.ac.manchester.cs.owl.modularity.ModuleType moduleType)
           
static java.util.Set<org.semanticweb.owl.model.OWLAxiom> extractModule(java.util.Set<org.semanticweb.owl.model.OWLOntology> ontologies, java.util.Set<org.semanticweb.owl.model.OWLEntity> signature, uk.ac.manchester.cs.owl.modularity.ModuleType moduleType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModularityUtils

public ModularityUtils()
Method Detail

extractModule

public static java.util.Set<org.semanticweb.owl.model.OWLAxiom> extractModule(org.semanticweb.owl.model.OWLOntology ontology,
                                                                              java.util.Set<org.semanticweb.owl.model.OWLEntity> signature,
                                                                              uk.ac.manchester.cs.owl.modularity.ModuleType moduleType)

extractModule

public static java.util.Set<org.semanticweb.owl.model.OWLAxiom> extractModule(java.util.Set<org.semanticweb.owl.model.OWLOntology> ontologies,
                                                                              java.util.Set<org.semanticweb.owl.model.OWLEntity> signature,
                                                                              uk.ac.manchester.cs.owl.modularity.ModuleType moduleType)


Copyright © 2004 Evren Sirin. All Rights Reserved.