private final EntityMapper<OWLClass> CLASS_MAPPER = new ClassMapper();
public PelletReasoner(OWLOntology ontology, BufferingMode bufferingMode) {
this( ontology, new SimpleConfiguration( new NullReasonerProgressMonitor(),
org.mindswap.pellet.PelletOptions.SILENT_UNDEFINED_ENTITY_HANDLING
? FreshEntityPolicy.ALLOW
: FreshEntityPolicy.DISALLOW, 0, IndividualNodeSetPolicy.BY_SAME_AS ), bufferingMode );
}