Class NodeFactory

java.lang.Object
com.aquima.interactions.portal.model.flow.NodeFactory
All Implemented Interfaces:
INodeDetailsFactory

public class NodeFactory extends Object implements INodeDetailsFactory
INodeFactory implementation that creates portal specific flow nodes.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

    • NodeFactory

      public NodeFactory(IParserFactory parser, IModule appModel, IComposer composer)
      Constructs the node factory with the parser factory that should be used to parse conditions.
      Parameters:
      parser - the parser factory that should be used to parse conditions.
      appModel - The available service calls
      composer - The composer The composer which will be used to detect exit events for a page.
  • Method Details