Class AbstractModelFileFixtureGenerator
java.lang.Object
ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.AbstractFixtureCommandsGenerator
ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FileFixtureCommandsGenerator
ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.AbstractModelFileFixtureGenerator
- All Implemented Interfaces:
FixtureCommandsGenerator
- Direct Known Subclasses:
SystemModelFixtureGenerator
-
Field Summary
Fields inherited from interface ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FixtureCommandsGenerator
PRIORITY_DATA, PRIORITY_STRUCTURES -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractModelFileFixtureGenerator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.adHocLoaders.FileLoader fileLoader) -
Method Summary
Methods inherited from class ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FileFixtureCommandsGenerator
generate, loadCommandsFromFiles, mapJsonFileToCommandMethods inherited from class ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.AbstractFixtureCommandsGenerator
getGeneratorNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FixtureCommandsGenerator
getFixtureTags, getPriority
-
Constructor Details
-
AbstractModelFileFixtureGenerator
protected AbstractModelFileFixtureGenerator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.adHocLoaders.FileLoader fileLoader)
-
-
Method Details
-
sortCommands
- Overrides:
sortCommandsin classFileFixtureCommandsGenerator
-