Uses of Class
org.insa.graphs.model.AccessRestrictions
-
Packages that use AccessRestrictions Package Description org.insa.graphs.model org.insa.graphs.model.io -
-
Uses of AccessRestrictions in org.insa.graphs.model
Fields in org.insa.graphs.model declared as AccessRestrictions Modifier and Type Field Description private AccessRestrictions
RoadInformation. access
Methods in org.insa.graphs.model that return AccessRestrictions Modifier and Type Method Description AccessRestrictions
RoadInformation. getAccessRestrictions()
Constructors in org.insa.graphs.model with parameters of type AccessRestrictions Constructor Description RoadInformation(RoadInformation.RoadType roadType, AccessRestrictions access, boolean isOneWay, int maxSpeed, java.lang.String name)
Create a new RoadInformation instance containing the given parameters. -
Uses of AccessRestrictions in org.insa.graphs.model.io
Methods in org.insa.graphs.model.io that return AccessRestrictions Modifier and Type Method Description protected static AccessRestrictions
BinaryGraphReader. toAccessInformation(long access)
Parse the given long value into a new instance of AccessRestrictions.
-