Class FixtureCommandsGeneratorResult

java.lang.Object
ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FixtureCommandsGeneratorResult
All Implemented Interfaces:
Serializable

public class FixtureCommandsGeneratorResult extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getGeneratorClassName

      public String getGeneratorClassName()
    • getCommands

      public List<Command> getCommands()
    • getCommandDefinitions

      public List<CommandDefinition> getCommandDefinitions()
    • isOneTimeGenerator

      public boolean isOneTimeGenerator()
    • getProcessedFiles

      public Set<String> getProcessedFiles()