Class FakeAutoIncGenerator<E extends EntityType<E>>
- java.lang.Object
-
- com.kenshoo.pl.simulation.internal.FakeAutoIncGenerator<E>
-
- All Implemented Interfaces:
CurrentStateConsumer<E>,OutputGenerator<E>
public class FakeAutoIncGenerator<E extends EntityType<E>> extends java.lang.Object implements OutputGenerator<E>
-
-
Constructor Summary
Constructors Constructor Description FakeAutoIncGenerator(E entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(java.util.Collection<? extends EntityChange<E>> commands, ChangeOperation op, ChangeContext ctx)Produces some sort of output given a set of entity changes.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kenshoo.pl.entity.spi.CurrentStateConsumer
getSupportedChangeOperation, requiredFields
-
-
-
-
Constructor Detail
-
FakeAutoIncGenerator
public FakeAutoIncGenerator(E entityType)
-
-
Method Detail
-
generate
public void generate(java.util.Collection<? extends EntityChange<E>> commands, ChangeOperation op, ChangeContext ctx)
Description copied from interface:OutputGeneratorProduces some sort of output given a set of entity changes.- Specified by:
generatein interfaceOutputGenerator<E extends EntityType<E>>- Parameters:
commands- a valid subset of the changes initially submitted to the persistence layerctx- modification context
-
-