Class DynamicGraphUpdatedEvent
java.lang.Object
ai.stapi.graphsystem.messaging.event.GraphUpdatedEvent
ai.stapi.graphsystem.messaging.event.AggregateGraphUpdatedEvent<ai.stapi.identity.UniqueIdentifier>
ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent
- All Implemented Interfaces:
Event
public class DynamicGraphUpdatedEvent
extends AggregateGraphUpdatedEvent<ai.stapi.identity.UniqueIdentifier>
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicGraphUpdatedEvent(String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph synchronizedGraph) DynamicGraphUpdatedEvent(String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph synchronizedGraph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval) DynamicGraphUpdatedEvent(String eventName, ai.stapi.identity.UniqueIdentifier identity, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> graphElementsForRemoval) -
Method Summary
Methods inherited from class ai.stapi.graphsystem.messaging.event.AggregateGraphUpdatedEvent
getIdentityMethods inherited from class ai.stapi.graphsystem.messaging.event.GraphUpdatedEvent
getGraphElementsForRemoval, getSynchronizedGraph
-
Constructor Details
-
DynamicGraphUpdatedEvent
-
DynamicGraphUpdatedEvent
public DynamicGraphUpdatedEvent(String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph synchronizedGraph) -
DynamicGraphUpdatedEvent
-
-
Method Details
-
getEventName
-