Uses of Class
org.insa.graphs.model.RoadInformation.RoadType
-
Packages that use RoadInformation.RoadType Package Description org.insa.graphs.model org.insa.graphs.model.io -
-
Uses of RoadInformation.RoadType in org.insa.graphs.model
Fields in org.insa.graphs.model declared as RoadInformation.RoadType Modifier and Type Field Description private RoadInformation.RoadType
RoadInformation. type
Methods in org.insa.graphs.model that return RoadInformation.RoadType Modifier and Type Method Description RoadInformation.RoadType
RoadInformation. getType()
static RoadInformation.RoadType
RoadInformation.RoadType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RoadInformation.RoadType[]
RoadInformation.RoadType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.insa.graphs.model with parameters of type RoadInformation.RoadType 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 RoadInformation.RoadType in org.insa.graphs.model.io
Methods in org.insa.graphs.model.io that return RoadInformation.RoadType Modifier and Type Method Description protected static RoadInformation.RoadType
BinaryGraphReader. toRoadType(char ch)
Convert a character to its corresponding road type.
-