Class SelectedReasoner
java.lang.Object
io.github.kodymoodley.owlapilite.SelectedReasoner
- All Implemented Interfaces:
Serializable
Represents a SelectedReasoner class that catalogues / enumerates metadata
about OWL 2 reasoners which OWLAPI-Lite is able to interact with. The client
can use instances of this class to indicate their selected reasoner.
- Version:
- 1.0.1
- Author:
- Kody Moodley, https://kodymoodley.github.io
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SelectedReasonerELK OWL 2 EL Reasoner selection instancestatic final SelectedReasonerHermiT OWL 2 DL Reasoner selection instancestatic final SelectedReasonerJFACT OWL 2 DL Reasoner selection instancestatic final ArrayList<SelectedReasoner> ArrayList of all OWL 2 reasoner selection instances which OWLAPI-Lite is able to use -
Method Summary
Modifier and TypeMethodDescriptiongetName()returns a string representation of the SelectedReasoner instance namereturns a string representation of the OWL 2 Profile supported by the SelectedReasoner instanceAlias for getOWLProfile method.toString()returns a string representation of the SelectedReasoner instance
-
Field Details
-
JFACT
JFACT OWL 2 DL Reasoner selection instance -
ELK
ELK OWL 2 EL Reasoner selection instance -
HERMIT
HermiT OWL 2 DL Reasoner selection instance -
REASONERS
ArrayList of all OWL 2 reasoner selection instances which OWLAPI-Lite is able to use
-
-
Method Details
-
toString
-
getName
returns a string representation of the SelectedReasoner instance name- Returns:
- The string representation of the name of the selected reasoner instance
-
getOWLProfile
returns a string representation of the OWL 2 Profile supported by the SelectedReasoner instance- Returns:
- The string representation of the OWL 2 Profile which the selected reasoner supports
-
getProfile
Alias for getOWLProfile method. returns a string representation of the OWL 2 Profile supported by the SelectedReasoner instance- Returns:
- The string representation of the OWL 2 Profile which the selected reasoner supports
-