Interface ContainmentRule
-
- All Known Implementing Classes:
ContainmentRuleImpl
public interface ContainmentRule extends RuleById
Rule restricting the Elements that can be contained within another Element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Role>getPermittedRoles()The Roles of Elements permitted to be held within another Element.
-