Interface IGroupNodeDefinition

All Superinterfaces:
IBranchNodeDefinition, IProcessNodeDefinition
All Known Implementing Classes:
GroupNodeDefinition

public interface IGroupNodeDefinition extends IBranchNodeDefinition
This interface is used to define logic on a set of process nodes.
Since:
7.1
Author:
O. Kerpershoek
  • Method Details

    • getType

      GroupType getType()
      This method returns the type of the group.
      Returns:
      the type of the group.