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 voidAbstractVirtualCost. initialiseBeforeSimulation(VirtualNetwork virtualNetwork)Initialize the virtual cost componentvoidFixedConnectoidTravelTimeCost. initialiseBeforeSimulation(VirtualNetwork virtualNetwork)Initialize the virtual cost componentvoidSpeedConnectoidTravelTimeCost. initialiseBeforeSimulation(VirtualNetwork virtualNetwork)Initialize the virtual cost componentvoidFixedConnectoidTravelTimeCost. 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 idvoidSpeedConnectoidTravelTimeCost. 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 idvoidVirtualCost. 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 VirtualNetworkTransportModelNetwork. 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 voidTransportModelNetwork. 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 VirtualNetworkZoning. virtualNetworkVirtual network holds all the virtual connections to the physical network (layers)Methods in org.goplanit.zoning that return VirtualNetwork Modifier and Type Method Description VirtualNetworkZoning. getVirtualNetwork()Get the virtual network for this zoning
-