Uses of Interface
org.planit.network.InfrastructureLayer
-
Packages that use InfrastructureLayer Package Description org.planit.network org.planit.network.macroscopic.physical Macroscopic physical network component object classesorg.planit.network.physical Physical network component object classesorg.planit.project PLANit project classes -
-
Uses of InfrastructureLayer in org.planit.network
Classes in org.planit.network that implement InfrastructureLayer Modifier and Type Class Description classInfrastructureLayerImplImplementation of infrastructure layer interface with only barebones functionality to support ids and modes.Fields in org.planit.network with type parameters of type InfrastructureLayer Modifier and Type Field Description protected Map<Long,InfrastructureLayer>InfraStructureLayersImpl. infrastructureLayerstrack the registered infrastructure layersMethods in org.planit.network that return InfrastructureLayer Modifier and Type Method Description InfrastructureLayerInfrastructureLayers. get(long id)Find a entity by its idInfrastructureLayerInfrastructureLayers. get(Mode mode)Find the layer that supports the passed in mode.InfrastructureLayerInfraStructureLayersImpl. get(long id)Find a entity by its idInfrastructureLayerInfraStructureLayersImpl. get(Mode mode)Find the layer that supports the passed in mode.default InfrastructureLayerInfrastructureLayers. getFirst()collect the first layer present based on the iteratorInfrastructureLayerInfrastructureNetwork. getInfrastructureLayerByMode(Mode mode)collect an infrastructure layer by mode (identical to this.infrastructureLayers.get(mode))InfrastructureLayerInfrastructureLayers. register(InfrastructureLayer entity)Add to the containerInfrastructureLayerInfraStructureLayersImpl. register(InfrastructureLayer entity)Add to the containerInfrastructureLayerInfrastructureLayers. remove(long id)Remove by idInfrastructureLayerInfrastructureLayers. remove(InfrastructureLayer entity)RemoveInfrastructureLayerInfraStructureLayersImpl. remove(long id)Remove by idInfrastructureLayerInfraStructureLayersImpl. remove(InfrastructureLayer entity)RemoveMethods in org.planit.network that return types with arguments of type InfrastructureLayer Modifier and Type Method Description Iterator<InfrastructureLayer>InfraStructureLayersImpl. iterator()return iterator over the available infrastructure layersMethods in org.planit.network with parameters of type InfrastructureLayer Modifier and Type Method Description static StringInfrastructureLayer. createLayerLogPrefix(InfrastructureLayer layer)create a string that can be used to prefix log statements for this layer to - in a unified way - identify this statement came from a particular layerInfrastructureLayerInfrastructureLayers. register(InfrastructureLayer entity)Add to the containerInfrastructureLayerInfraStructureLayersImpl. register(InfrastructureLayer entity)Add to the containerInfrastructureLayerInfrastructureLayers. remove(InfrastructureLayer entity)RemoveInfrastructureLayerInfraStructureLayersImpl. remove(InfrastructureLayer entity)Remove -
Uses of InfrastructureLayer in org.planit.network.macroscopic.physical
Classes in org.planit.network.macroscopic.physical that implement InfrastructureLayer Modifier and Type Class Description classMacroscopicPhysicalNetworkMacroscopic physical Network (layer) that supports one or more modes and link segment types, where the modes are registered on the network (Infrastructure network) level -
Uses of InfrastructureLayer in org.planit.network.physical
Classes in org.planit.network.physical that implement InfrastructureLayer Modifier and Type Class Description classPhysicalNetwork<N extends Node,L extends Link,LS extends LinkSegment>Model free Network consisting of nodes and links, each of which can be iterated over. -
Uses of InfrastructureLayer in org.planit.project
Methods in org.planit.project with parameters of type InfrastructureLayer Modifier and Type Method Description ODPathSetsCustomPlanItProject. createAndRegisterOdPathSets(InfrastructureLayer networkLayer, Zoning zoning, String odPathSetInputPath)Create and register the OD path sets as populated by the input builder through the path sourceODPathSetsPlanItProjectInput. createAndRegisterOdPathSets(InfrastructureLayer networkLayer, Zoning zoning, String odPathSetInputPath)Create and register the OD path sets on the project input
-