Uses of Class
org.planit.supply.network.nodemodel.NodeModel
-
Packages that use NodeModel Package Description org.planit.assignment Traffic assignment classesorg.planit.supply.network.nodemodel Node model classes -
-
Uses of NodeModel in org.planit.assignment
Fields in org.planit.assignment declared as NodeModel Modifier and Type Field Description protected NodeModel
CapacityConstrainedAssignment. nodeModel
Node model to useMethods in org.planit.assignment that return types with arguments of type NodeModel Modifier and Type Method Description NodeModelConfigurator<? extends NodeModel>
CapacityConstrainedTrafficAssignmentConfigurator. createAndRegisterNodeModel(String nodeModelType)
choose a particular node model implementationNodeModelConfigurator<? extends NodeModel>
CapacityConstrainedTrafficAssignmentConfigurator. getNodeModel()
Collect the node model configuratorMethods in org.planit.assignment with parameters of type NodeModel Modifier and Type Method Description void
CapacityConstrainedAssignment. setNodeModel(NodeModel nodeModel)
The node model to use -
Uses of NodeModel in org.planit.supply.network.nodemodel
Classes in org.planit.supply.network.nodemodel with type parameters of type NodeModel Modifier and Type Class Description class
NodeModelConfigurator<T extends NodeModel>
Base class for all node model configurator implementationsSubclasses of NodeModel in org.planit.supply.network.nodemodel Modifier and Type Class Description class
TampereNodeModel
Tampere node model traffic componentMethods in org.planit.supply.network.nodemodel that return types with arguments of type NodeModel Modifier and Type Method Description static NodeModelConfigurator<? extends NodeModel>
NodeModelConfiguratorFactory. createConfigurator(String nodeModelType)
Create a configurator for given node model typeMethods in org.planit.supply.network.nodemodel with parameters of type NodeModel Modifier and Type Method Description void
NodeModelConfigurator. configure(NodeModel nodeModel)
Needed to avoid issues with generics, although it should be obvious that T extends NodeModel
-