com.clarkparsia.modularity
Class ModularityUtils
java.lang.Object
com.clarkparsia.modularity.ModularityUtils
public class ModularityUtils
- extends java.lang.Object
- Author:
- Evren Sirin
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 |
ModularityUtils
public ModularityUtils()
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.