Class FixtureCommandsGeneratorResult
java.lang.Object
ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FixtureCommandsGeneratorResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFixtureCommandsGeneratorResult(Class<? extends FixtureCommandsGenerator> generatorClassName, List<Command> commands) FixtureCommandsGeneratorResult(Class<? extends FixtureCommandsGenerator> generatorClassName, List<Command> commands, Set<String> processedFiles) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
FixtureCommandsGeneratorResult
public FixtureCommandsGeneratorResult(Class<? extends FixtureCommandsGenerator> generatorClassName, List<Command> commands) -
FixtureCommandsGeneratorResult
-
-
Method Details
-
getGeneratorClassName
-
getCommands
-
getCommandDefinitions
-
isOneTimeGenerator
public boolean isOneTimeGenerator() -
getProcessedFiles
-