Class AStarRetrievalSolution

java.lang.Object
de.uni_trier.wi2.procake.retrieval.impl.AStarRetrievalSolution
All Implemented Interfaces:
Comparable<AStarRetrievalSolution>

public class AStarRetrievalSolution extends Object implements Comparable<AStarRetrievalSolution>
Contains a possible solution for a retrieval situation.
Author:
Alexander Stromer
  • Field Details

    • caseGraph

      public NESTWorkflowObject caseGraph
      Reference to the original graph
    • caseSolutions

      public TreeSet<AStarCaseSolution> caseSolutions
      All possible solutions for the current case.
    • solutionID

      public int solutionID
      The unique ID of the RetrievalSolution.
  • Constructor Details

    • AStarRetrievalSolution

      public AStarRetrievalSolution(NESTWorkflowObject originalCaseGraph)
      Standard constructor.
  • Method Details