Class InputDataScenario

java.lang.Object
fr.inria.rules.integraal.component_builder.InputDataScenario
All Implemented Interfaces:
IInputDataScenario

public class InputDataScenario extends Object implements IInputDataScenario
Represents a scenario for specifying the input of an InteGraal service (e.g., saturation). Provides mechanisms to set and retrieve data (facts, rules, queries, mapping, and federation).
  • Constructor Details

    • InputDataScenario

      public InputDataScenario(String scenarioName)
      Constructs a new InputDataScenario with the specified name.
      Parameters:
      scenarioName - The name of the scenario.
  • Method Details