Interface ISolution

All Known Implementing Classes:
Solution

public interface ISolution
Interface for solutions found in a decision tree evaluation.
Since:
5.0
Author:
F. van der Meer
  • Method Details

    • getContainerSolution

      ContainerDefinition getContainerSolution()
      This method returns the container solution if available. If this solution does not have a container, the method will return null.
      Returns:
      The container solution, or null if no container solution is present.
    • getTextSolution

      AssetSolution getTextSolution()
      This method returns the Asset solution. If this solution does not have an asset, the method will return null.
      Returns:
      the Asset solution, or null if no asset solution is present.
    • getValueSolution

      ValueSolution getValueSolution()
      This method returns the value solution. If this solution does not have a value, the method will return null.
      Returns:
      The value solution, or null if no value solution is present.