Interface IChaseDescription
- All Known Implementing Classes:
ChaseDescription, StratifiedChaseDescription
public interface IChaseDescription
Describes a chase configuration and its execution state.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<IGParameter<InteGraalKeywords, ?>> Returns the parameters that correspond to this chase description.toJson()Returns a JSON serialization of the chase description.Returns a human-readable serialization of the chase description.
-
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
Returns the parameters that correspond to this chase description.- Returns:
- the set of parameters corresponding to this chase configuration
-