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 classBreakEdgeEventWrapper around break edge eventclassBreakEdgeSegmentEventWrapper around break edge segment eventclassRemoveSubGraphEdgeEventEvent for when an edge has been removed from a (sub) graphclassRemoveSubGraphEdgeSegmentEventEvent for when an edge segment has been removed from a (sub) graphclassRemoveSubGraphEventEvent called after a portion (subgraph) of a graph has been removedclassRemoveSubGraphVertexEventEvent 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 voidSyncXmlIdToIdBreakEdgeHandler. onGraphModificationEvent(GraphModificationEvent event)Notify method for graph modification eventsvoidSyncXmlIdToIdBreakEdgeSegmentHandler. 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 interfaceDirectedGraphModificationEventInterface 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 voidGraphModifierListener. 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 voidUpdateConnectoidsOnVertexRemovalHandler. onGraphModificationEvent(GraphModificationEvent event)Notify method for graph modification eventsvoidUpdateDirectedConnectoidsOnBreakLinkSegmentHandler. onGraphModificationEvent(GraphModificationEvent event)Notify method for graph modification events
-