| Package | Description |
|---|---|
| org.uberfire.ext.wires.bpmn.api.model.impl.rules | |
| org.uberfire.ext.wires.bpmn.api.model.rules |
| Modifier and Type | Method and Description |
|---|---|
Set<CardinalityRule.ConnectorRule> |
CardinalityRuleImpl.getIncomingConnectionRules() |
Set<CardinalityRule.ConnectorRule> |
CardinalityRuleImpl.getOutgoingConnectionRules() |
| Constructor and Description |
|---|
CardinalityRuleImpl(String name,
Role role,
long minOccurrences,
long maxOccurrences,
Set<CardinalityRule.ConnectorRule> incomingConnectionRules,
Set<CardinalityRule.ConnectorRule> outgoingConnectionRules) |
CardinalityRuleImpl(String name,
Role role,
long minOccurrences,
long maxOccurrences,
Set<CardinalityRule.ConnectorRule> incomingConnectionRules,
Set<CardinalityRule.ConnectorRule> outgoingConnectionRules) |
| Modifier and Type | Method and Description |
|---|---|
Set<CardinalityRule.ConnectorRule> |
CardinalityRule.getIncomingConnectionRules()
Restrictions on the incoming connections to an Element
|
Set<CardinalityRule.ConnectorRule> |
CardinalityRule.getOutgoingConnectionRules()
Restrictions on the outgoing connections from an Element
|
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.