public class BikeRentalStationVertex extends Vertex
Constructor and Description |
---|
BikeRentalStationVertex(Graph g,
BikeRentalStation station) |
Modifier and Type | Method and Description |
---|---|
int |
getBikesAvailable() |
String |
getId() |
int |
getSpacesAvailable() |
void |
setBikesAvailable(int bikes) |
void |
setId(String id) |
void |
setSpacesAvailable(int spaces) |
addIncoming, addOutgoing, azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLabel, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, removeIncoming, removeOutgoing, setIndex, toString
public BikeRentalStationVertex(Graph g, BikeRentalStation station)
Copyright © 2016. All rights reserved.