Interface RuleByRole
-
- All Superinterfaces:
Rule
- All Known Subinterfaces:
CardinalityRule,CardinalityRule.ConnectorRule,ConnectionRule
- All Known Implementing Classes:
CardinalityRuleImpl,ConnectionRuleImpl
public interface RuleByRole extends Rule
Rules define restrictions on behaviour of Elements in a diagram
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RolegetRole()The Role for which the Rule applies.
-
-
-
Method Detail
-
getRole
Role getRole()
The Role for which the Rule applies. All Elements with this Role will be affected by the Rule.- Returns:
-
-