Returns the reasoning profile for the given name.
Returns the reasoning profile for the given name.
Compared to withName
this method allows for case-insensitive matching. In addition, hyphens -
will be
replaced by underscore _
, e.g. owl-horst
-> owl_horst
.
the name of the reasoning profile
the reasoning profile (if exists)
NoSuchElementException
if the name doesn't match any reasoning profile
An enumeration of reasoning profiles, which are usually different sets of rules with different complexity.