Uses of Class
jaxb.Nodes
-
Packages that use Nodes Package Description core jaxb -
-
Uses of Nodes in core
Constructors in core with parameters of type Nodes Constructor Description Network(Scenario scenario, Nodes jaxb_nodes, List<Link> jaxb_links, Roadgeoms jaxb_geoms, Roadconnections jaxb_conns, Roadparams jaxb_params)
-
Uses of Nodes in jaxb
Methods in jaxb that return Nodes Modifier and Type Method Description Nodes
ObjectFactory. createNodes()
Create an instance ofNodes
Nodes
Network. getNodes()
Gets the value of the nodes property.Methods in jaxb with parameters of type Nodes Modifier and Type Method Description void
Network. setNodes(Nodes value)
Sets the value of the nodes property.
-