| Package | Description |
|---|---|
| org.semanticweb.owlapi.reasoner |
OWLReasoner package.
|
| Modifier and Type | Method and Description |
|---|---|
IndividualNodeSetPolicy |
OWLReasonerConfiguration.getIndividualNodeSetPolicy()
Gets the
IndividualNodeSetPolicy
which determines how NodeSets of named individuals are returned
from the reasoner. |
IndividualNodeSetPolicy |
SimpleConfiguration.getIndividualNodeSetPolicy() |
IndividualNodeSetPolicy |
OWLReasoner.getIndividualNodeSetPolicy()
Gets the IndividualNodeSetPolicy in use by this reasoner.
|
static IndividualNodeSetPolicy |
IndividualNodeSetPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndividualNodeSetPolicy[] |
IndividualNodeSetPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleConfiguration(ReasonerProgressMonitor progressMonitor,
FreshEntityPolicy freshEntityPolicy,
long timeOut,
IndividualNodeSetPolicy individualNodeSetPolicy) |
Copyright © 2018 The University of Manchester. All rights reserved.