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 classCumulativeEventA cumulative event represents a cumulative pcu point in space-time with (potential) additional information.classReleaseEventA release event represents the arrival of a trigger event at the opposite link boundary from where it originated.classReleaseFlowEventA 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.classTriggerEventA 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 classclassTriggerFlowEventA 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 classPopulateComponentEventA 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.classPopulateDemandsEventA Populate demands event is fired when PLANit requests for a registered listener to populate the newly created demands instance.classPopulateFundamentalDiagramEventA Populate fundamental diagram component event is fired when PLANit requests for a registered listener to populate the newly created fundamental diagram component instance.classPopulateGapFunctionEventA Populate gap function event is fired when PLANit requests for a registered listener to populate the newly created gap function instance.classPopulateInitialLinkSegmentCostEventA 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.classPopulateNetworkEventA Populate network event is fired when PLANit requests for a registered listener to populate the newly created network instance.classPopulatePhysicalCostEventA Populate physical cost event is fired when PLANit requests for a registered listener to populate the newly created physical cost component.classPopulateRoutedServicesEventA Populate routed services event is fired when PLANit requests for a registered listener to populate the newly created routed services instance.classPopulateServiceNetworkEventA Populate service network event is fired when PLANit requests for a registered listener to populate the newly created service network instance.classPopulateUntypedComponentEventA Populate component event is fired when PLANit requests for a registered listener to populate the provided PLANit component instance.classPopulateZoningEventA 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 classRecreatedDemandsEntitiesManagedIdsEventEvent 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 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 EventImpl in org.goplanit.graph.modifier.event
Subclasses of EventImpl in org.goplanit.graph.modifier.event 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 EventImpl in org.goplanit.service.routed.modifier.event
Subclasses of EventImpl in org.goplanit.service.routed.modifier.event Modifier and Type Class Description classModifiedRoutedServicesIdsEventEvent fired when routed services ids of a routed services layer have been changed (potentially)classModifiedRoutedServicesLayerEventImplBase wrapper for all events fired with only routed service layer as a sourceclassModifiedRoutedTripIdsEventEvent 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 EventImplEventImpl. deepClone()While events are id able, they cannot be cloned.EventImplEventImpl. 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 classModifiedTripScheduleDepartureIdsEventEvent fired when routed trip schedule departures' ids of a routed services layer have been changed (potentially)classModifiedZoneIdsEventWrapper for all events fired with zoning as a sourceclassRecreatedZoningEntitiesManagedIdsEventEvent fired upon recreation of managed ids for zoning in managed id containers
-