Package uk.ac.manchester.cs.owlapi.modularity

Examples of uk.ac.manchester.cs.owlapi.modularity.ModuleType


    // module is extracted with top locality and thus also called top module.
    //
    // Upper-of-lower and lower-of-upper modules tend to be smaller (compared
    // to upper and lower modules) and we'll extract upper-of-lower module in
    // this example
    ModuleType moduleType = ModuleType.BOT_OF_TOP;

    // Extract the module axioms for the specified signature
    Set<OWLAxiom> moduleAxioms =
      ModularityUtils.extractModule( ontology, signature, moduleType );
    // Create an ontology for the module axioms 
View Full Code Here


    // module is extracted with top locality and thus also called top module.
    //
    // Upper-of-lower and lower-of-upper modules tend to be smaller (compared
    // to upper and lower modules) and we'll extract upper-of-lower module in
    // this example
    ModuleType moduleType = ModuleType.BOT_OF_TOP;

    // Extract the module axioms for the specified signature
    Set<OWLAxiom> moduleAxioms =
      ModularityUtils.extractModule( ontology, signature, moduleType );
    // Create an ontology for the module axioms 
View Full Code Here

TOP

Related Classes of uk.ac.manchester.cs.owlapi.modularity.ModuleType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.