Uses of Enum Class
org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy
Packages that use IndividualNodeSetPolicy
Package
Description
OWLReasoner package.
OWLReasoner implementation package.
Structural reasoner implementation package.
-
Uses of IndividualNodeSetPolicy in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return IndividualNodeSetPolicyModifier and TypeMethodDescriptionOWLReasoner.getIndividualNodeSetPolicy()
Gets the IndividualNodeSetPolicy in use by this reasoner.OWLReasonerConfiguration.getIndividualNodeSetPolicy()
Gets theIndividualNodeSetPolicy
which determines howNodeSet
s of named individuals are returned from the reasoner.SimpleConfiguration.getIndividualNodeSetPolicy()
static IndividualNodeSetPolicy
Returns the enum constant of this class with the specified name.static IndividualNodeSetPolicy[]
IndividualNodeSetPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.semanticweb.owlapi.reasoner with parameters of type IndividualNodeSetPolicyModifierConstructorDescriptionSimpleConfiguration
(ReasonerProgressMonitor progressMonitor, FreshEntityPolicy freshEntityPolicy, long timeOut, IndividualNodeSetPolicy individualNodeSetPolicy) -
Uses of IndividualNodeSetPolicy in org.semanticweb.owlapi.reasoner.impl
Methods in org.semanticweb.owlapi.reasoner.impl that return IndividualNodeSetPolicy -
Uses of IndividualNodeSetPolicy in org.semanticweb.owlapi.reasoner.structural
Methods in org.semanticweb.owlapi.reasoner.structural that return IndividualNodeSetPolicy