Uses of Class
org.goplanit.network.virtual.VirtualNetwork
-
Packages that use VirtualNetwork Package Description org.goplanit.cost.virtual Contains the definitions of virtual cost classesorg.goplanit.network.transport Integrated network component object classesorg.goplanit.zoning -
-
Uses of VirtualNetwork in org.goplanit.cost.virtual
Methods in org.goplanit.cost.virtual with parameters of type VirtualNetwork Modifier and Type Method Description abstract void
AbstractVirtualCost. initialiseBeforeSimulation(VirtualNetwork virtualNetwork)
Initialize the virtual cost componentvoid
FixedConnectoidTravelTimeCost. initialiseBeforeSimulation(VirtualNetwork virtualNetwork)
Initialize the virtual cost componentvoid
SpeedConnectoidTravelTimeCost. initialiseBeforeSimulation(VirtualNetwork virtualNetwork)
Initialize the virtual cost componentvoid
FixedConnectoidTravelTimeCost. populateWithCost(VirtualNetwork virtualNetwork, Mode mode, double[] costToFill)
Invoker expects (mode specific ) costs in passed in array to be filled, where each entry signifies a link segment by its idvoid
SpeedConnectoidTravelTimeCost. populateWithCost(VirtualNetwork virtualNetwork, Mode mode, double[] costToFill)
Invoker expects (mode specific ) costs in passed in array to be filled, where each entry signifies a link segment by its idvoid
VirtualCost. populateWithCost(VirtualNetwork virtualNetwork, Mode mode, double[] costToFill)
Invoker expects (mode specific ) costs in passed in array to be filled, where each entry signifies a link segment by its id -
Uses of VirtualNetwork in org.goplanit.network.transport
Methods in org.goplanit.network.transport that return VirtualNetwork Modifier and Type Method Description VirtualNetwork
TransportModelNetwork. getVirtualNetwork()
Collect the virtual network component of the transport networkMethods in org.goplanit.network.transport with parameters of type VirtualNetwork Modifier and Type Method Description protected void
TransportModelNetwork. createAndRegisterConectoidEdgeSegments(VirtualNetwork virtualNetwork, Collection<ConnectoidEdge> connectoidEdges)
create and register the edge segments for the passed in connectoid edges -
Uses of VirtualNetwork in org.goplanit.zoning
Fields in org.goplanit.zoning declared as VirtualNetwork Modifier and Type Field Description protected VirtualNetwork
Zoning. virtualNetwork
Virtual network holds all the virtual connections to the physical network (layers)Methods in org.goplanit.zoning that return VirtualNetwork Modifier and Type Method Description VirtualNetwork
Zoning. getVirtualNetwork()
Get the virtual network for this zoning
-