Uses of Interface
com.aquima.interactions.process.nodes.IBranchNodeDefinition
Packages that use IBranchNodeDefinition
Package
Description
-
Uses of IBranchNodeDefinition in com.aquima.interactions.process.impl.nodes
Classes in com.aquima.interactions.process.impl.nodes that implement IBranchNodeDefinitionModifier and TypeClassDescriptionclass
Base class for nodes that support multiple (conditional) branches.class
Implementation of the split node (previously a XOR group node).class
This node holds the paths into which the process may split. -
Uses of IBranchNodeDefinition in com.aquima.interactions.process.nodes
Subinterfaces of IBranchNodeDefinition in com.aquima.interactions.process.nodesModifier and TypeInterfaceDescriptioninterface
This node is used in a process to choose a single branch, and continue along that path.interface
This interface is used to define logic on a set of process nodes.