axioms.m_conceptInclusions.add(new OWLClassExpression[] { fromStateConcept,consequentAll });
}
}
// Generate the final states
OWLClassExpression filler=replacement.getKey().getFiller();
for (Object finalStateObject : automaton.terminals()) {
OWLClassExpression finalStateConceptComplement=statesToConcepts.get(finalStateObject).getComplementNNF();
if (filler.isOWLNothing())
axioms.m_conceptInclusions.add(new OWLClassExpression[] { finalStateConceptComplement });
else
axioms.m_conceptInclusions.add(new OWLClassExpression[] { finalStateConceptComplement,filler });