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 classDirectedGraphModifierImplImplementation of a directed graph modifier that supports making changes to any untyped directed graph.classGraphModifierImplApply 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 classUntypedNetworkLayerModifierImpl<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 interfaceDirectedGraphModifierModify directed graph elements .interfaceGraphModifier<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 interfaceDirectedGraphModifierEventProducerInterface dedicated to theDirectedGraphModifierevent related exposed methods.interfaceGraphModifierEventProducerInterface dedicated to theGraphModifierevent 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 interfaceUntypedDirectedGraphLayerModifier<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 interfaceZoningModifierzoning 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 interfaceZoningModifierEventProducerInterface dedicated to theZoningModifierevent 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 classZoningModifierImplImplementation of the zoningModifier interface
-