Interface IChaseDescription

All Known Implementing Classes:
ChaseDescription, StratifiedChaseDescription

public interface IChaseDescription
Describes a chase configuration and its execution state.
  • Method Details

    • toJson

      String toJson()
      Returns a JSON serialization of the chase description.
      Returns:
      a string description of the chase configuration and status
    • toPrettyString

      String toPrettyString()
      Returns a human-readable serialization of the chase description.
      Returns:
      a JSON string description of the chase configuration and status
    • getCorrespondingParameters

      default Collection<IGParameter<InteGraalKeywords, ?>> getCorrespondingParameters()
      Returns the parameters that correspond to this chase description.
      Returns:
      the set of parameters corresponding to this chase configuration