Uses of Class
org.goplanit.utils.event.EventImpl
-
-
Uses of EventImpl in org.goplanit.assignment.ltm.eltm.event
Subclasses of EventImpl in org.goplanit.assignment.ltm.eltm.event Modifier and Type Class Description class
CumulativeEvent
A cumulative event represents a cumulative pcu point in space-time with (potential) additional information.class
ReleaseEvent
A release event represents the arrival of a trigger event at the opposite link boundary from where it originated.class
ReleaseFlowEvent
A release flow event represents a flow rate that is being released on a link boundary on the opposite border from where it was triggered through a trigger event.class
TriggerEvent
A trigger event emanates from a link boundary (its source) with a particular cumulative value and time and potentially other information which should be constructed by subclassing this classclass
TriggerFlowEvent
A trigger flow event represents a flow rate that is being triggered exogenously, typically by a node on either side of the link segment. -
Uses of EventImpl in org.goplanit.component.event
Subclasses of EventImpl in org.goplanit.component.event Modifier and Type Class Description class
PopulateComponentEvent
A Populate component event for components for which no dedicated derived event is created and provides access to the component to populate and additional content as is without additional type or contextual information.class
PopulateDemandsEvent
A Populate demands event is fired when PLANit requests for a registered listener to populate the newly created demands instance.class
PopulateFundamentalDiagramEvent
A Populate fundamental diagram component event is fired when PLANit requests for a registered listener to populate the newly created fundamental diagram component instance.class
PopulateGapFunctionEvent
A Populate gap function event is fired when PLANit requests for a registered listener to populate the newly created gap function instance.class
PopulateInitialLinkSegmentCostEvent
A Populate initial link segment cost event is fired when PLANit requests for a registered listener to populate these initial costs which relate to a specific network.class
PopulateNetworkEvent
A Populate network event is fired when PLANit requests for a registered listener to populate the newly created network instance.class
PopulatePhysicalCostEvent
A Populate physical cost event is fired when PLANit requests for a registered listener to populate the newly created physical cost component.class
PopulateRoutedServicesEvent
A Populate routed services event is fired when PLANit requests for a registered listener to populate the newly created routed services instance.class
PopulateServiceNetworkEvent
A Populate service network event is fired when PLANit requests for a registered listener to populate the newly created service network instance.class
PopulateUntypedComponentEvent
A Populate component event is fired when PLANit requests for a registered listener to populate the provided PLANit component instance.class
PopulateZoningEvent
A Populate zoning event is fired when PLANit requests for a registered listener to populate the newly created zoning instance. -
Uses of EventImpl in org.goplanit.demands.modifier.event
Subclasses of EventImpl in org.goplanit.demands.modifier.event Modifier and Type Class Description class
RecreatedDemandsEntitiesManagedIdsEvent
Event fired upon recreation of managed ids for graph entities -
Uses of EventImpl in org.goplanit.graph.directed.modifier.event
Subclasses of EventImpl in org.goplanit.graph.directed.modifier.event 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 EventImpl in org.goplanit.graph.modifier.event
Subclasses of EventImpl in org.goplanit.graph.modifier.event 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 EventImpl in org.goplanit.service.routed.modifier.event
Subclasses of EventImpl in org.goplanit.service.routed.modifier.event Modifier and Type Class Description class
ModifiedRoutedServicesIdsEvent
Event fired when routed services ids of a routed services layer have been changed (potentially)class
ModifiedRoutedServicesLayerEventImpl
Base wrapper for all events fired with only routed service layer as a sourceclass
ModifiedRoutedTripIdsEvent
Event fired when routed trip ids of a routed services layer have been changed (potentially) -
Uses of EventImpl in org.goplanit.utils.event
Methods in org.goplanit.utils.event that return EventImpl Modifier and Type Method Description EventImpl
EventImpl. deepClone()
While events are id able, they cannot be cloned.EventImpl
EventImpl. shallowClone()
While events are id able, they cannot be cloned. -
Uses of EventImpl in org.goplanit.zoning.modifier.event
Subclasses of EventImpl in org.goplanit.zoning.modifier.event Modifier and Type Class Description class
ModifiedTripScheduleDepartureIdsEvent
Event fired when routed trip schedule departures' ids of a routed services layer have been changed (potentially)class
ModifiedZoneIdsEvent
Wrapper for all events fired with zoning as a sourceclass
RecreatedZoningEntitiesManagedIdsEvent
Event fired upon recreation of managed ids for zoning in managed id containers
-