/** */ package rba.core; /** * * A representation of the model object 'Action Operator'. * * * * * * * * @see rba.core.RBACorePackage#getActionOperator() * @model abstract="true" * @generated */ public interface ActionOperator extends Operator { } // ActionOperator