Uses of Class
openllet.core.OpenlletOptions.InstanceRetrievalMethod
-
Packages that use OpenlletOptions.InstanceRetrievalMethod Package Description openllet.core -
-
Uses of OpenlletOptions.InstanceRetrievalMethod in openllet.core
Fields in openllet.core declared as OpenlletOptions.InstanceRetrievalMethod Modifier and Type Field Description static OpenlletOptions.InstanceRetrievalMethodOpenlletOptions. INSTANCE_RETRIEVALMethods in openllet.core that return OpenlletOptions.InstanceRetrievalMethod Modifier and Type Method Description static OpenlletOptions.InstanceRetrievalMethodOpenlletOptions.InstanceRetrievalMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpenlletOptions.InstanceRetrievalMethod[]OpenlletOptions.InstanceRetrievalMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-