Uses of Interface
org.goplanit.utils.event.EventProducer
-
-
Uses of EventProducer in org.goplanit.graph.modifier
Classes in org.goplanit.graph.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.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
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.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
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.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
-