Examples of PrepareReasonerInferences


Examples of org.semanticweb.HermiT.Configuration.PrepareReasonerInferences

            try {
                // see whether the Protege version of the user already has the reasoner preferences tab
                ProtegeOWLReasonerFactoryAdapter.class.getMethod("getOWLModelManager", (Class<?>[])null);
                // if we are not thrown into the catch block, we can initialise the reasoner preferences
                ReasonerPreferences preferences=this.getOWLModelManager().getReasonerPreferences();
                PrepareReasonerInferences prepareReasonerInferences=new PrepareReasonerInferences();
                // class classification
                prepareReasonerInferences.classClassificationRequired=
                    preferences.isEnabled(ReasonerPreferences.OptionalInferenceTask.SHOW_CLASS_UNSATISFIABILITY) ||
                    preferences.isEnabled(ReasonerPreferences.OptionalInferenceTask.SHOW_INFERRED_EQUIVALENT_CLASSES) ||
                    preferences.isEnabled(ReasonerPreferences.OptionalInferenceTask.SHOW_INFERRED_INHERITED_ANONYMOUS_CLASSES) ||
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.