Class Solution

java.lang.Object
com.aquima.interactions.dtree.impl.Solution
All Implemented Interfaces:
ISolution

public class Solution extends Object implements ISolution
This class is used to pass a result node back to the client.
Since:
5.0
Author:
F. van der Meer
  • Constructor Details

  • Method Details

    • getContainerSolution

      public ContainerDefinition getContainerSolution()
      Description copied from interface: ISolution
      This method returns the container solution if available. If this solution does not have a container, the method will return null.
      Specified by:
      getContainerSolution in interface ISolution
      Returns:
      The container solution, or null if no container solution is present.
    • getTextSolution

      public AssetSolution getTextSolution()
      Description copied from interface: ISolution
      This method returns the Asset solution. If this solution does not have an asset, the method will return null.
      Specified by:
      getTextSolution in interface ISolution
      Returns:
      the Asset solution, or null if no asset solution is present.
    • getValueSolution

      public ValueSolution getValueSolution()
      Description copied from interface: ISolution
      This method returns the value solution. If this solution does not have a value, the method will return null.
      Specified by:
      getValueSolution in interface ISolution
      Returns:
      The value solution, or null if no value solution is present.