|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vehicle | |
---|---|
com.camelspotting.jotl.domain | |
com.camelspotting.jotl.parsing |
Uses of Vehicle in com.camelspotting.jotl.domain |
---|
Methods in com.camelspotting.jotl.domain that return types with arguments of type Vehicle | |
---|---|
Map<Vehicle,Integer> |
Company.getNumberOfVehicles()
Method for accessing how many vehicles a company has. |
Constructor parameters in com.camelspotting.jotl.domain with type arguments of type Vehicle | |
---|---|
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 Vehicle in com.camelspotting.jotl.parsing |
---|
Methods in com.camelspotting.jotl.parsing that return Vehicle | |
---|---|
static Vehicle |
Vehicle.toVehicle(int id)
|
static Vehicle |
Vehicle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Vehicle[] |
Vehicle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |