Interface RuleById
-
- All Superinterfaces:
Rule
- All Known Subinterfaces:
ContainmentRule
- All Known Implementing Classes:
ContainmentRuleImpl
public interface RuleById 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 StringgetId()The identifier for which the Rule applies.
-
-
-
Method Detail
-
getId
String getId()
The identifier for which the Rule applies. All Elements with this Id will be affected by the Rule.- Returns:
-
-