Class AbstractAggregateGraphStateModificator
java.lang.Object
ai.stapi.graphsystem.aggregategraphstatemodifier.AbstractAggregateGraphStateModificator
- All Implemented Interfaces:
AggregateGraphStateModificator
- Direct Known Subclasses:
AddAggregateGraphStateModificator,UpsertAggregateGraphStateModificator
public abstract class AbstractAggregateGraphStateModificator
extends Object
implements AggregateGraphStateModificator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EventFactoryModificationTraverserprotected final EventModificatorOgmProviderprotected final GenericObjectGraphMapper -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAggregateGraphStateModificator(GenericObjectGraphMapper objectGraphMapper, EventFactoryModificationTraverser eventFactoryModificationTraverser, EventModificatorOgmProvider eventModificatorOgmProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphsystem.aggregategraphstatemodifier.AggregateGraphStateModificator
modify, supports
-
Field Details
-
objectGraphMapper
-
eventFactoryModificationTraverser
-
eventModificatorOgmProvider
-
-
Constructor Details
-
AbstractAggregateGraphStateModificator
public AbstractAggregateGraphStateModificator(GenericObjectGraphMapper objectGraphMapper, EventFactoryModificationTraverser eventFactoryModificationTraverser, EventModificatorOgmProvider eventModificatorOgmProvider)
-
-
Method Details
-
getMappedObject
-