/** */ package rba.core; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Rule Object'. * * * * * * *

* The following features are supported: *

* * * @see rba.core.RBACorePackage#getRuleObject() * @model abstract="true" * @generated */ public interface RuleObject extends PackagableElement { /** * Returns the value of the 'Tags' containment reference list. * The list contents are of type {@link rba.core.Tag}. * * * * * * @return the value of the 'Tags' containment reference list. * @see rba.core.RBACorePackage#getRuleObject_Tags() * @model containment="true" * @generated */ EList getTags(); /** * * * * * * @model kind="operation" * @generated */ ExpressionType getExpressionType(); } // RuleObject