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 NodesObjectFactory. createNodes()Create an instance ofNodesNodesNetwork. getNodes()Gets the value of the nodes property.Methods in jaxb with parameters of type Nodes Modifier and Type Method Description voidNetwork. setNodes(Nodes value)Sets the value of the nodes property.
-