Uses of Interface
org.goplanit.utils.graph.modifier.event.GraphModificationEvent
-
-
Uses of GraphModificationEvent in org.goplanit.demands.modifier.event
Classes in org.goplanit.demands.modifier.event that implement GraphModificationEvent Modifier and Type Class Description class
RecreatedDemandsEntitiesManagedIdsEvent
Event fired upon recreation of managed ids for graph entities -
Uses of GraphModificationEvent in org.goplanit.event.handler
Methods in org.goplanit.event.handler with parameters of type GraphModificationEvent Modifier and Type Method Description void
SyncXmlIdToIdHandler. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification events -
Uses of GraphModificationEvent in org.goplanit.graph.directed.modifier.event
Classes in org.goplanit.graph.directed.modifier.event that implement GraphModificationEvent Modifier and Type Class Description class
BreakEdgeSegmentEvent
Wrapper around break edge segment eventclass
RecreatedDirectedGraphEntitiesManagedIdsEvent
Event fired upon recreation of managed ids for directed graph entitiesclass
RemoveSubGraphEdgeSegmentEvent
Event for when an edge segment has been removed from a (sub) graph -
Uses of GraphModificationEvent in org.goplanit.graph.directed.modifier.event.handler
Methods in org.goplanit.graph.directed.modifier.event.handler with parameters of type GraphModificationEvent Modifier and Type Method Description void
SyncXmlIdToIdBreakEdgeSegmentHandler. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification eventsvoid
SyncXmlIdToIdDirectedGraphEntitiesHandler. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification events -
Uses of GraphModificationEvent in org.goplanit.graph.modifier.event
Classes in org.goplanit.graph.modifier.event that implement GraphModificationEvent Modifier and Type Class Description class
BreakEdgeEvent
Wrapper around break edge eventclass
RecreatedGraphEntitiesManagedIdsEvent
Event fired upon recreation of managed ids for graph entitiesclass
RemoveSubGraphEdgeEvent
Event for when an edge has been removed from a (sub) graphclass
RemoveSubGraphEvent
Event called after a portion (subgraph) of a graph has been removedclass
RemoveSubGraphVertexEvent
Event for when a vertex has been removed from a (sub) graph -
Uses of GraphModificationEvent in org.goplanit.graph.modifier.event.handler
Methods in org.goplanit.graph.modifier.event.handler with parameters of type GraphModificationEvent Modifier and Type Method Description void
SyncXmlIdToIdBreakEdgeHandler. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification eventsvoid
SyncXmlIdToIdGraphEntitiesHandler. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification events -
Uses of GraphModificationEvent in org.goplanit.utils.graph.modifier.event
Subinterfaces of GraphModificationEvent in org.goplanit.utils.graph.modifier.event Modifier and Type Interface Description interface
DirectedGraphModificationEvent
Interface for the group of events that are used around directed graph modificationMethods in org.goplanit.utils.graph.modifier.event with parameters of type GraphModificationEvent Modifier and Type Method Description void
GraphModifierListener. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification events -
Uses of GraphModificationEvent in org.goplanit.zoning.modifier.event.handler
Methods in org.goplanit.zoning.modifier.event.handler with parameters of type GraphModificationEvent Modifier and Type Method Description void
UpdateConnectoidsOnVertexRemovalHandler. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification eventsvoid
UpdateDirectedConnectoidsOnBreakLinkSegmentHandler. onGraphModificationEvent(GraphModificationEvent event)
Notify method for graph modification events
-