Uses of Interface
org.uberfire.ext.wires.bpmn.api.model.rules.Rule
-
Packages that use Rule Package Description org.uberfire.ext.wires.bpmn.api.model.impl.rules org.uberfire.ext.wires.bpmn.api.model.rules -
-
Uses of Rule in org.uberfire.ext.wires.bpmn.api.model.impl.rules
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.rules that implement Rule Modifier and Type Class Description classCardinalityRuleImplclassConnectionRuleImplclassContainmentRuleImpl -
Uses of Rule in org.uberfire.ext.wires.bpmn.api.model.rules
Subinterfaces of Rule in org.uberfire.ext.wires.bpmn.api.model.rules Modifier and Type Interface Description interfaceCardinalityRuleRule to restrict the cardinality of Elements in a diagram.static interfaceCardinalityRule.ConnectorRuleRule to restrict the cardinality of Connections.interfaceConnectionRuleRule to restrict how Elements can be connected.interfaceContainmentRuleRule restricting the Elements that can be contained within another Element.interfaceRuleByIdRules define restrictions on behaviour of Elements in a diagraminterfaceRuleByRoleRules define restrictions on behaviour of Elements in a diagram
-