Uses of Interface
org.goplanit.utils.graph.modifier.event.GraphModificationEvent
-
-
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
BreakEdgeSegmentEvent
Wrapper around break edge segment eventclass
RemoveSubGraphEdgeEvent
Event for when an edge has been removed from a (sub) graphclass
RemoveSubGraphEdgeSegmentEvent
Event for when an edge segment 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
SyncXmlIdToIdBreakEdgeSegmentHandler. 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
-