public class VehicleRentalStationVertex extends RentalStationVertex
Constructor and Description |
---|
VehicleRentalStationVertex(Graph g,
VehicleRentalStation station) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getId() |
Set<String> |
getNetworks() |
int |
getSpacesAvailable() |
int |
getVehiclesAvailable() |
void |
setAddress(String address) |
void |
setId(String id) |
void |
setNetworks(Set<String> networks) |
void |
setSpacesAvailable(int spaces) |
void |
setVehiclesAvailable(int vehicles) |
hasDifferentApproximatePosition
addIncoming, addOutgoing, azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLabel, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, initEdgeListsIfNeeded, removeIncoming, removeOutgoing, setIndex, toString
public VehicleRentalStationVertex(Graph g, VehicleRentalStation station)
public int getVehiclesAvailable()
public int getSpacesAvailable()
public void setVehiclesAvailable(int vehicles)
public void setSpacesAvailable(int spaces)
public String getAddress()
public void setAddress(String address)
public String getId()
public void setId(String id)
Copyright © 2020. All rights reserved.