Uses of Interface
de.xima.fc.interfaces.workflow.props.ISingleConditionProviding
-
Packages that use ISingleConditionProviding Package Description de.xima.fc.interfaces.workflow.bpmn de.xima.fc.interfaces.workflow.props de.xima.fc.workflow.model.nodes -
-
Uses of ISingleConditionProviding in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type ISingleConditionProviding Modifier and Type Method Description String
IWorkflowBpmnLocalization. singleCondition(ISingleConditionProviding conditionProviding)
Localizes the single condition of the given properties. -
Uses of ISingleConditionProviding in de.xima.fc.interfaces.workflow.props
Methods in de.xima.fc.interfaces.workflow.props that return types with arguments of type ISingleConditionProviding Modifier and Type Method Description List<? extends ISingleConditionProviding>
IMultipleConditionProviding. getConditions()
-
Uses of ISingleConditionProviding in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement ISingleConditionProviding Modifier and Type Class Description class
SingleCondition
Models a single conditions with an operator and one or two operands.
-