org.aksw.commons.owlapi.reasoning
Class MaterializeModel

java.lang.Object
  extended by org.aksw.commons.owlapi.reasoning.MaterializeModel

public class MaterializeModel
extends Object

Author:
Sebastian Hellmann

Field Summary
static org.mindswap.pellet.PelletOptions.MonitorType monitorType
           
 
Constructor Summary
MaterializeModel()
           
 
Method Summary
static org.semanticweb.owlapi.model.OWLOntology convertToInferredModel(org.semanticweb.owlapi.model.OWLOntology ontology)
          NOTE: I decided to modify the inserted ontology object
static List<org.semanticweb.owlapi.util.InferredAxiomGenerator<? extends org.semanticweb.owlapi.model.OWLAxiom>> getAxiomGenerators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

monitorType

public static org.mindswap.pellet.PelletOptions.MonitorType monitorType
Constructor Detail

MaterializeModel

public MaterializeModel()
Method Detail

convertToInferredModel

public static org.semanticweb.owlapi.model.OWLOntology convertToInferredModel(org.semanticweb.owlapi.model.OWLOntology ontology)
NOTE: I decided to modify the inserted ontology object

Parameters:
ontology -

getAxiomGenerators

public static List<org.semanticweb.owlapi.util.InferredAxiomGenerator<? extends org.semanticweb.owlapi.model.OWLAxiom>> getAxiomGenerators()


Copyright © 2012. All Rights Reserved.