}
case STAR: {
boolean[] subOnt = ontologyAxiomSet.getSubset(true);
boolean nextStepNecessary = true;
boolean inFirstStep = true;
LocalityClass localityClass = LocalityClass.BOTTOM_BOTTOM;
Set<OWLEntity> seedSig = new HashSet<OWLEntity>(enrichedSig);
while (nextStepNecessary) {
outputSignature("\nExtracting " + localityClass + " module for the following seed signature: ", enrichedSig, verbose);
int previousModuleSize = ontologyAxiomSet.subsetCardinality(subOnt);
seedSig = new HashSet<OWLEntity>(enrichedSig);