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 void
GraphReaderProgressBar. 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 RoadInformation
ArcForward. info
Methods in org.insa.graphs.model that return RoadInformation Modifier and Type Method Description abstract RoadInformation
Arc. getRoadInformation()
RoadInformation
ArcBackward. getRoadInformation()
RoadInformation
ArcForward. getRoadInformation()
Methods in org.insa.graphs.model with parameters of type RoadInformation Modifier and Type Method Description static Arc
Node. 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 RoadInformation
BinaryGraphReader. 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 void
GraphReaderObserver. notifyNewDescriptorRead(RoadInformation desc)
Notify that a new descriptor has been read.
-