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