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 classRecreatedDemandsEntitiesManagedIdsEventEvent 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 voidSyncXmlIdToIdHandler. 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 classBreakEdgeSegmentEventWrapper around break edge segment eventclassRecreatedDirectedGraphEntitiesManagedIdsEventEvent fired upon recreation of managed ids for directed graph entitiesclassRemoveSubGraphEdgeSegmentEventEvent 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 voidSyncXmlIdToIdBreakEdgeSegmentHandler. onGraphModificationEvent(GraphModificationEvent event)Notify method for graph modification eventsvoidSyncXmlIdToIdDirectedGraphEntitiesHandler. 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 classBreakEdgeEventWrapper around break edge eventclassRecreatedGraphEntitiesManagedIdsEventEvent fired upon recreation of managed ids for graph entitiesclassRemoveSubGraphEdgeEventEvent for when an edge 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 eventsvoidSyncXmlIdToIdGraphEntitiesHandler. 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
-