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