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 Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAggregateGraphUpdatedEvent(T identity, ai.stapi.graph.Graph synchronizedGraph) protectedAggregateGraphUpdatedEvent(T identity, ai.stapi.graph.Graph synchronizedGraph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval) protectedAggregateGraphUpdatedEvent(T identity, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval) -
Method Summary
Methods inherited from class ai.stapi.graphsystem.messaging.event.GraphUpdatedEvent
getGraphElementsForRemoval, getSynchronizedGraph
-
Constructor Details
-
AggregateGraphUpdatedEvent
protected AggregateGraphUpdatedEvent() -
AggregateGraphUpdatedEvent
-
AggregateGraphUpdatedEvent
-
AggregateGraphUpdatedEvent
-
-
Method Details
-
getIdentity
-