Uses of Interface
org.goplanit.utils.event.EventProducer
-
-
Uses of EventProducer in org.goplanit.demands.modifier
Classes in org.goplanit.demands.modifier that implement EventProducer Modifier and Type Class Description class
DemandsModifier
Modifier for Demands. -
Uses of EventProducer in org.goplanit.demands.modifier.event
Subinterfaces of EventProducer in org.goplanit.demands.modifier.event Modifier and Type Interface Description interface
DemandsModifierEventProducer
Interface dedicated to theGraphModifier
event related exposed methods. -
Uses of EventProducer in org.goplanit.graph.directed.modifier
Classes in org.goplanit.graph.directed.modifier that implement EventProducer Modifier and Type Class Description class
DirectedGraphModifierImpl
Implementation of a directed graph modifier that supports making changes to any untyped directed graph. -
Uses of EventProducer in org.goplanit.graph.modifier
Classes in org.goplanit.graph.modifier that implement EventProducer Modifier and Type Class Description class
GraphModifierImpl
Apply modifications to the graph in an integrated fashion. -
Uses of EventProducer in org.goplanit.network.layer.modifier
Classes in org.goplanit.network.layer.modifier that implement EventProducer Modifier and Type Class Description class
ServiceNetworkLayerModifierImpl<V extends ServiceNode,E extends ServiceLeg,S extends ServiceLegSegment>
Modifier class for service network layer, added functionality for service networks to: remove unmapped service nodes, service legs, and service leg segmentsclass
UntypedNetworkLayerModifierImpl<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Modifier class for model free network layer, generics used to allow derived classes to provide typed versions for containers and content of containers. -
Uses of EventProducer in org.goplanit.service.routed.modifier
Classes in org.goplanit.service.routed.modifier that implement EventProducer Modifier and Type Class Description class
RoutedServicesLayerModifierImpl
Implementation ofRoutedServicesLayerModifier
-
Uses of EventProducer in org.goplanit.utils.graph.modifier
Subinterfaces of EventProducer in org.goplanit.utils.graph.modifier Modifier and Type Interface Description interface
DirectedGraphModifier
Modify directed graph elements .interface
GraphModifier<V extends Vertex,E extends Edge>
Modify graph elements -
Uses of EventProducer in org.goplanit.utils.graph.modifier.event
Subinterfaces of EventProducer in org.goplanit.utils.graph.modifier.event Modifier and Type Interface Description interface
DirectedGraphModifierEventProducer
Interface dedicated to theDirectedGraphModifier
event related exposed methods.interface
GraphModifierEventProducer
Interface dedicated to theGraphModifier
event related exposed methods. -
Uses of EventProducer in org.goplanit.utils.network.layer.modifier
Subinterfaces of EventProducer in org.goplanit.utils.network.layer.modifier Modifier and Type Interface Description interface
ServiceNetworkLayerModifier<V extends ServiceNode,E extends ServiceLeg,S extends ServiceLegSegment>
Modifier with additional functionality related to modifications to service network layersinterface
UntypedDirectedGraphLayerModifier<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Modifier with additional functionality related to modifications to layers derived fromUntypedDirectedGraphLayer
. -
Uses of EventProducer in org.goplanit.utils.service.routed.modifier
Subinterfaces of EventProducer in org.goplanit.utils.service.routed.modifier Modifier and Type Interface Description interface
RoutedServicesLayerModifier
Modification utilities for a routed services layer that require complex changes to the underlying containersinterface
RoutedServicesModifierEventProducer
Interface dedicated to theRoutedServicesLayerModifier
event related exposed methods. -
Uses of EventProducer in org.goplanit.utils.zoning.modifier
Subinterfaces of EventProducer in org.goplanit.utils.zoning.modifier Modifier and Type Interface Description interface
ZoningModifier
zoning modifier takes care of modifications that comprise multiple components across the zoning in an integrated fashion -
Uses of EventProducer in org.goplanit.utils.zoning.modifier.event
Subinterfaces of EventProducer in org.goplanit.utils.zoning.modifier.event Modifier and Type Interface Description interface
ZoningModifierEventProducer
Interface dedicated to theZoningModifier
event related exposed methods. -
Uses of EventProducer in org.goplanit.zoning.modifier
Classes in org.goplanit.zoning.modifier that implement EventProducer Modifier and Type Class Description class
ZoningModifierImpl
Implementation of the zoningModifier interface
-