Interface CardinalityRule.ConnectorRule
-
- All Superinterfaces:
Rule,RuleByRole
- Enclosing interface:
- CardinalityRule
public static interface CardinalityRule.ConnectorRule extends RuleByRole
Rule to restrict the cardinality of Connections. The direction of the Connection is defined in CardinalityRule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMaxOccurrences()The maximum number of connections an Element can have.longgetMinOccurrences()The minimum number of connections an Element can have.-
Methods inherited from interface org.uberfire.ext.wires.bpmn.api.model.rules.RuleByRole
getRole
-
-