All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.AbstractFixtureCommandsGenerator Maven / Gradle / Ivy

package ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator;


public abstract class AbstractFixtureCommandsGenerator implements FixtureCommandsGenerator {

  @Override
  public String getGeneratorName() {
    return this.getClass().getSimpleName();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy