Modifier and Type | Method and Description |
---|---|
Role |
BpmnEdge.getRole()
The Role for the Edge.
|
Modifier and Type | Method and Description |
---|---|
Set<Role> |
Content.getRoles() |
Modifier and Type | Method and Description |
---|---|
Set<Role> |
DefaultContentImpl.getRoles() |
Constructor and Description |
---|
DefaultContentImpl(String id,
String title,
String description,
Set<Role> roles,
Set<Property> properties) |
Modifier and Type | Method and Description |
---|---|
Role |
BpmnEdgeImpl.getRole() |
Constructor and Description |
---|
BpmnEdgeImpl(Role role) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRoleImpl |
Modifier and Type | Method and Description |
---|---|
Role |
DefaultRoleImpl.copy() |
Modifier and Type | Method and Description |
---|---|
Role |
ConnectionRuleImpl.getRole() |
Role |
CardinalityRuleImpl.getRole() |
Modifier and Type | Method and Description |
---|---|
Set<Role> |
ContainmentRuleImpl.getPermittedRoles() |
Constructor and Description |
---|
CardinalityRuleImpl(String name,
Role role,
long minOccurrences,
long maxOccurrences,
Set<CardinalityRule.ConnectorRule> incomingConnectionRules,
Set<CardinalityRule.ConnectorRule> outgoingConnectionRules) |
ConnectionRuleImpl(String name,
Role role,
Set<ConnectionRule.PermittedConnection> permittedRoles) |
Constructor and Description |
---|
ContainmentRuleImpl(String name,
String id,
Set<Role> permittedRoles) |
Modifier and Type | Method and Description |
---|---|
Role |
ConnectionRule.PermittedConnection.getEndRole()
Role of then end Element that can accept this Connection
|
Role |
RuleByRole.getRole()
The Role for which the Rule applies.
|
Role |
ConnectionRule.PermittedConnection.getStartRole()
Role of the start Element that can accept this Connection
|
Modifier and Type | Method and Description |
---|---|
Set<Role> |
ContainmentRule.getPermittedRoles()
The Roles of Elements permitted to be held within another Element.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.