Class AggregateGraphUpdatedEvent<T extends ai.stapi.identity.UniqueIdentifier>

java.lang.Object
ai.stapi.graphsystem.messaging.event.GraphUpdatedEvent
ai.stapi.graphsystem.messaging.event.AggregateGraphUpdatedEvent<T>
All Implemented Interfaces:
Event
Direct Known Subclasses:
DynamicGraphUpdatedEvent, StructureDefinitionImported

public abstract class AggregateGraphUpdatedEvent<T extends ai.stapi.identity.UniqueIdentifier> extends GraphUpdatedEvent
  • Constructor Details

    • AggregateGraphUpdatedEvent

      protected AggregateGraphUpdatedEvent()
    • AggregateGraphUpdatedEvent

      protected AggregateGraphUpdatedEvent(T identity, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval)
    • AggregateGraphUpdatedEvent

      protected AggregateGraphUpdatedEvent(T identity, ai.stapi.graph.Graph synchronizedGraph)
    • AggregateGraphUpdatedEvent

      protected AggregateGraphUpdatedEvent(T identity, ai.stapi.graph.Graph synchronizedGraph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval)
  • Method Details

    • getIdentity

      public T getIdentity()