/** */ package ca.mcgill.ecse.dslreasoner.vampire.yakindumm; /** * * A representation of the model object 'State'. * * * * @see ca.mcgill.ecse.dslreasoner.vampire.yakindumm.YakindummPackage#getState() * @model * @generated */ public interface State extends RegularState, CompositeElement { } // State