|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Station | |
---|---|
com.camelspotting.jotl.domain | |
com.camelspotting.jotl.parsing |
Uses of Station in com.camelspotting.jotl.domain |
---|
Methods in com.camelspotting.jotl.domain that return types with arguments of type Station | |
---|---|
Map<Station,Integer> |
Company.getNumberOfStations()
Method for accessing how many stations a company has. |
Constructor parameters in com.camelspotting.jotl.domain with type arguments of type Station | |
---|---|
Company(int currentId,
String companyName,
int inaugerated,
long companyValue,
long balance,
long income,
int performance,
boolean pwProtected,
Map<Vehicle,Integer> vehicleCountMap,
Map<Station,Integer> stationCountMap)
The constructor for companies. |
Uses of Station in com.camelspotting.jotl.parsing |
---|
Methods in com.camelspotting.jotl.parsing that return Station | |
---|---|
static Station |
Station.toStation(int id)
|
static Station |
Station.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Station[] |
Station.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |