/** */ package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm; /** * * A representation of the model object 'Final State'. * * * * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getFinalState() * @model * @generated */ public interface FinalState extends RegularState { } // FinalState