Uses of Interface
org.planit.graph.DirectedGraphBuilder
-
Packages that use DirectedGraphBuilder Package Description org.planit.graph Network component object classesorg.planit.network.macroscopic.physical Macroscopic physical network component object classesorg.planit.network.physical Physical network component object classes -
-
Uses of DirectedGraphBuilder in org.planit.graph
Classes in org.planit.graph that implement DirectedGraphBuilder Modifier and Type Class Description class
DirectedGraphBuilderImpl
Create network entities with direction for a physical network simulation modelFields in org.planit.graph declared as DirectedGraphBuilder Modifier and Type Field Description protected DirectedGraphBuilder<? extends DirectedVertex,? extends DirectedEdge,ES>
EdgeSegmentsImpl. directedGraphBuilder
The graph builder to create edgse segmentsConstructors in org.planit.graph with parameters of type DirectedGraphBuilder Constructor Description DirectedGraphImpl(IdGroupingToken groupToken, DirectedGraphBuilder<V,E,ES> graphBuilder)
DirectedGraph ConstructorEdgeSegmentsImpl(DirectedGraphBuilder<? extends DirectedVertex,? extends DirectedEdge,ES> graphBuilder)
Constructor -
Uses of DirectedGraphBuilder in org.planit.network.macroscopic.physical
Subinterfaces of DirectedGraphBuilder in org.planit.network.macroscopic.physical Modifier and Type Interface Description interface
MacroscopicPhysicalNetworkBuilder<N extends Node,L extends Link,MLS extends MacroscopicLinkSegment>
Create network entities for a macroscopic simulation model using Nodes, Links, and MacroscopicLinkSegmentsClasses in org.planit.network.macroscopic.physical that implement DirectedGraphBuilder Modifier and Type Class Description class
MacroscopicPhysicalNetworkBuilderImpl
Create network entities for a macroscopic simulation model -
Uses of DirectedGraphBuilder in org.planit.network.physical
Subinterfaces of DirectedGraphBuilder in org.planit.network.physical Modifier and Type Interface Description interface
PhysicalNetworkBuilder<N extends Node,L extends Link,LS extends LinkSegment>
builder and modifier for physical networks of given parameterised types.Classes in org.planit.network.physical that implement DirectedGraphBuilder Modifier and Type Class Description class
PhysicalNetworkBuilderImpl
Create network entities for a physical network simulation model
-