edu.stanford.smi.protegex.owl.inference.util
Class ReasonerPreferences
java.lang.Object
edu.stanford.smi.protegex.owl.inference.util.ReasonerPreferences
- public class ReasonerPreferences
- extends Object
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Aug 30, 2004
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_REASONER_URL
public static final String DEFAULT_REASONER_URL
- See Also:
- Constant Field Values
REASONER_URL_KEY
public static final String REASONER_URL_KEY
- See Also:
- Constant Field Values
instance
private static ReasonerPreferences instance
warningsAsErrors
private boolean warningsAsErrors
showWarningResultsPanel
private boolean showWarningResultsPanel
showReasonerResultsPanel
private boolean showReasonerResultsPanel
automaticallyShowInferredHierarchy
private boolean automaticallyShowInferredHierarchy
ReasonerPreferences
protected ReasonerPreferences()
getInstance
public static ReasonerPreferences getInstance()
getReasonerURL
public String getReasonerURL()
- Gets the URL for the external DIG Reasoner.
- Returns:
- A String that represents the URL.
getDefaultReasonerURL
public String getDefaultReasonerURL()
- Gets the Default URL for the extenal DIG Reasoner
- Returns:
- A String representing the URL.
setReasonerURL
public void setReasonerURL(String url)
- Sets the URL for the external DIG Reasoner
- Parameters:
url
- A String
that represents the
URL.
isWarningAsErrors
public boolean isWarningAsErrors()
setWarningsAsErrors
public void setWarningsAsErrors(boolean b)
isShowWarningResultsPanel
public boolean isShowWarningResultsPanel()
setShowWarningResultsPanel
public void setShowWarningResultsPanel(boolean showWarningResultsPanel)
isShowReasonerResultsPanel
public boolean isShowReasonerResultsPanel()
setShowReasonerResultsPanel
public void setShowReasonerResultsPanel(boolean showReasonerResultsPanel)
isAutomaticallyShowInferredHierarchy
public boolean isAutomaticallyShowInferredHierarchy()
setAutomaticallyShowInferredHierarchy
public void setAutomaticallyShowInferredHierarchy(boolean automaticallyShowInferredHierarchy)