Uses of Class
org.insa.graphs.model.RoadInformation
-
Packages that use RoadInformation Package Description org.insa.graphs.gui org.insa.graphs.model org.insa.graphs.model.io -
-
Uses of RoadInformation in org.insa.graphs.gui
Methods in org.insa.graphs.gui with parameters of type RoadInformation Modifier and Type Method Description voidGraphReaderProgressBar. notifyNewDescriptorRead(RoadInformation desc) -
Uses of RoadInformation in org.insa.graphs.model
Fields in org.insa.graphs.model declared as RoadInformation Modifier and Type Field Description private RoadInformationArcForward. infoMethods in org.insa.graphs.model that return RoadInformation Modifier and Type Method Description abstract RoadInformationArc. getRoadInformation()RoadInformationArcBackward. getRoadInformation()RoadInformationArcForward. getRoadInformation()Methods in org.insa.graphs.model with parameters of type RoadInformation Modifier and Type Method Description static ArcNode. linkNodes(Node origin, Node destination, float length, RoadInformation roadInformation, java.util.ArrayList<Point> points)Link the two given nodes with one or two arcs (depending on roadInformation), with the given attributes.Constructors in org.insa.graphs.model with parameters of type RoadInformation Constructor Description ArcForward(Node origin, Node dest, float length, RoadInformation roadInformation, java.util.List<Point> points)Create a new ArcForward with the given attributes. -
Uses of RoadInformation in org.insa.graphs.model.io
Methods in org.insa.graphs.model.io that return RoadInformation Modifier and Type Method Description private RoadInformationBinaryGraphReader. readRoadInformation()Read the next road information from the stream.Methods in org.insa.graphs.model.io with parameters of type RoadInformation Modifier and Type Method Description voidGraphReaderObserver. notifyNewDescriptorRead(RoadInformation desc)Notify that a new descriptor has been read.
-