/** */ package rba.core; /** * * A representation of the model object 'State'. * * * * * * * * @see rba.core.RBACorePackage#getState() * @model * @generated */ public interface State extends RuleObject { } // State