Uses of Class
org.goplanit.supply.network.nodemodel.NodeModelComponent
-
Packages that use NodeModelComponent Package Description org.goplanit.assignment.ltm org.goplanit.supply.network.nodemodel Node model classes -
-
Uses of NodeModelComponent in org.goplanit.assignment.ltm
Methods in org.goplanit.assignment.ltm that return types with arguments of type NodeModelComponent Modifier and Type Method Description NodeModelConfigurator<? extends NodeModelComponent>
LtmConfigurator. createAndRegisterNodeModel(String nodeModelType)
choose a particular node model implementationNodeModelConfigurator<? extends NodeModelComponent>
LtmConfigurator. getNodeModel()
Collect the node model configuratorMethods in org.goplanit.assignment.ltm with parameters of type NodeModelComponent Modifier and Type Method Description void
LtmAssignment. setNodeModel(NodeModelComponent nodeModel)
The node model to use -
Uses of NodeModelComponent in org.goplanit.supply.network.nodemodel
Classes in org.goplanit.supply.network.nodemodel with type parameters of type NodeModelComponent Modifier and Type Class Description class
NodeModelConfigurator<T extends NodeModelComponent>
Base class for all node model configurator implementationsSubclasses of NodeModelComponent in org.goplanit.supply.network.nodemodel Modifier and Type Class Description class
TampereNodeModelComponent
Tampere node model traffic component signalling that the Tampere node model algorithm is to be usedMethods in org.goplanit.supply.network.nodemodel that return NodeModelComponent Modifier and Type Method Description abstract NodeModelComponent
NodeModelComponent. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleabstract NodeModelComponent
NodeModelComponent. shallowClone()
Create a shallow copy of this entityMethods in org.goplanit.supply.network.nodemodel that return types with arguments of type NodeModelComponent Modifier and Type Method Description static NodeModelConfigurator<? extends NodeModelComponent>
NodeModelConfiguratorFactory. createConfigurator(String nodeModelType)
Create a configurator for given node model typeMethods in org.goplanit.supply.network.nodemodel with parameters of type NodeModelComponent Modifier and Type Method Description void
NodeModelConfigurator. configure(NodeModelComponent nodeModel)
Needed to avoid issues with generics, although it should be obvious that T extends NodeModelConstructors in org.goplanit.supply.network.nodemodel with parameters of type NodeModelComponent Constructor Description NodeModelComponent(NodeModelComponent other, boolean deepCopy)
Copy constructor
-