public interface CardinalityRule extends RuleByRole
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CardinalityRule.ConnectorRule
Rule to restrict the cardinality of Connections.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CardinalityRule.ConnectorRule> |
getIncomingConnectionRules()
Restrictions on the incoming connections to an Element
|
long |
getMaxOccurrences()
The maximum number of occurrences that an Element can have in a diagram.
|
long |
getMinOccurrences()
The minimum number of occurrences that an Element can have in a diagram.
|
Set<CardinalityRule.ConnectorRule> |
getOutgoingConnectionRules()
Restrictions on the outgoing connections from an Element
|
getRolelong getMinOccurrences()
long getMaxOccurrences()
Set<CardinalityRule.ConnectorRule> getIncomingConnectionRules()
Set<CardinalityRule.ConnectorRule> getOutgoingConnectionRules()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.