|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EmergencyVehicule in cad.simcad.cac.network |
Methods in cad.simcad.cac.network that return EmergencyVehicule | |
EmergencyVehicule |
RMINetworkAcceptor_Stub.registerNewEmergencyVehicle()
|
EmergencyVehicule |
RMINetworkAcceptor.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Uses of EmergencyVehicule in cad.simcad.ClientImpl |
Methods in cad.simcad.ClientImpl that return EmergencyVehicule | |
EmergencyVehicule |
RMIConnector.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Uses of EmergencyVehicule in cad.simcad.dummies |
Methods in cad.simcad.dummies that return EmergencyVehicule | |
EmergencyVehicule |
DummyIncident.getEmergencyVehicule()
Method getEmergencyVehicule. |
EmergencyVehicule |
DumPersistentDataLinkI.getAssociatedVehicule(Id incId)
|
Methods in cad.simcad.dummies with parameters of type EmergencyVehicule | |
void |
DummyIncident.setEmergencyVehicule(EmergencyVehicule v)
Method setEmergencyVehicule. |
Id |
DumPersistentDataLinkI.associateTeam(Team t,
EmergencyVehicule e)
associate a team and an emergencyVehicule |
Id |
DumPersistentDataLinkI.insertEmergencyVehicule(EmergencyVehicule ev)
insert a new emergency vehicule in the database |
void |
DumPersistentDataLinkI.insertTeam(Team t,
EmergencyVehicule e)
insert a team in the db and associate this team with an EmergencyVehicule |
Constructors in cad.simcad.dummies with parameters of type EmergencyVehicule | |
DummyIncident(EmergencyVehicule ev)
Creates a new instance of DummyIncident |
Uses of EmergencyVehicule in cad.simcad.gps_server |
Constructors in cad.simcad.gps_server with parameters of type EmergencyVehicule | |
GPSDeviceI(EmergencyVehicule ev)
Creates a new instance of GPSDeviceI |
|
GPSDeviceI(EmergencyVehicule ev,
int x,
int y,
int z)
|
Uses of EmergencyVehicule in cad.simcad.main_server |
Methods in cad.simcad.main_server that return EmergencyVehicule | |
EmergencyVehicule |
CACControler.registerNewEmergencyVehicle()
|
EmergencyVehicule |
CADAmbulanceChooser.getBestVehicule(Incident i)
Returns the best vehicule for the given Incident |
Uses of EmergencyVehicule in cad.simcad.ObjectImpl |
Classes in cad.simcad.ObjectImpl that implement EmergencyVehicule | |
class |
EmergencyVehiculeI
|
Methods in cad.simcad.ObjectImpl that return EmergencyVehicule | |
EmergencyVehicule |
PersistentDataLinkI.getAssociatedVehicule(Id vehicId)
Establish in the db an association between an Incident and a Emergency Vehicle |
EmergencyVehicule |
IncidentI.getEmergencyVehicule()
|
Methods in cad.simcad.ObjectImpl with parameters of type EmergencyVehicule | |
Id |
PersistentDataLinkI.insertEmergencyVehicule(EmergencyVehicule ev)
insert a new emergency vehicule in the database |
Id |
PersistentDataLinkI.associateTeam(Team t,
EmergencyVehicule e)
associate a team and an emergencyVehicule |
void |
PersistentDataLinkI.insertTeam(Team t,
EmergencyVehicule e)
insert a team in the db and associate this team with an EmergencyVehicule |
void |
IncidentI.setEmergencyVehicule(EmergencyVehicule v)
|
Constructors in cad.simcad.ObjectImpl with parameters of type EmergencyVehicule | |
IncidentI(Id i,
EmergencyVehicule e,
Gravity g,
Place p,
java.sql.Timestamp t,
java.lang.String des)
Creates a new instance of IncidentI |
Uses of EmergencyVehicule in cad.simcad.objectserver.factory |
Methods in cad.simcad.objectserver.factory that return EmergencyVehicule | |
static EmergencyVehicule |
EmergencyVehiculeFactory.createEmergencyVehicule(Id i,
Team t,
Type ty)
|
static EmergencyVehicule |
EmergencyVehiculeFactory.createEmergencyVehicule(Id i,
Type ty)
|
Methods in cad.simcad.objectserver.factory with parameters of type EmergencyVehicule | |
static MDTSim |
SimPartsFactory.createDumMDTSim(EmergencyVehicule ev)
|
static GPSSim |
SimPartsFactory.createDumGPSSim(EmergencyVehicule ev)
|
static GPSSim |
SimPartsFactory.createRemoteGPSSim(EmergencyVehicule ev)
|
static GPSSim |
SimPartsFactory.createRemoteGPSSim(SimObject so,
EmergencyVehicule ev)
|
static MDTSim |
SimPartsFactory.createRemoteMDTSim(EmergencyVehicule ev)
|
static MDTSim |
SimPartsFactory.createRemoteMDTSim(SimAmbulance sa,
EmergencyVehicule ev)
|
static Incident |
IncidentFactory.createIncident(Id i,
EmergencyVehicule e,
Gravity g,
Place p,
java.sql.Timestamp t,
java.lang.String des)
|
static Incident |
IncidentFactory.createDumIncident(EmergencyVehicule ev)
|
static GPSPosition |
GPSPositionFactory.createGPSPosition(EmergencyVehicule ev)
|
static GPSPosition |
GPSPositionFactory.createGPSPosition(EmergencyVehicule ev,
int x,
int y,
int z)
|
Uses of EmergencyVehicule in cad.simcad.objectserver.spec.cac.db |
Methods in cad.simcad.objectserver.spec.cac.db that return EmergencyVehicule | |
EmergencyVehicule |
PersistentDataLink.getAssociatedVehicule(Id vehicId)
return the emergencyVehicule with the ID vehicId |
Methods in cad.simcad.objectserver.spec.cac.db with parameters of type EmergencyVehicule | |
Id |
PersistentDataLink.insertEmergencyVehicule(EmergencyVehicule ev)
insert a new emergency vehicule in the database |
Id |
PersistentDataLink.associateTeam(Team t,
EmergencyVehicule e)
associate a team and an emergencyVehicule |
void |
PersistentDataLink.insertTeam(Team t,
EmergencyVehicule e)
insert a team in the db and associate this team with an EmergencyVehicule |
Uses of EmergencyVehicule in cad.simcad.objectserver.spec.cac.network |
Methods in cad.simcad.objectserver.spec.cac.network that return EmergencyVehicule | |
EmergencyVehicule |
NetworkAcceptor.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
EmergencyVehicule |
NetworkConnector.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Uses of EmergencyVehicule in cad.simcad.objectserver.spec.cac.objects |
Methods in cad.simcad.objectserver.spec.cac.objects that return EmergencyVehicule | |
EmergencyVehicule |
Incident.getEmergencyVehicule()
Method getEmergencyVehicule. |
Methods in cad.simcad.objectserver.spec.cac.objects with parameters of type EmergencyVehicule | |
void |
Incident.setEmergencyVehicule(EmergencyVehicule v)
Method setEmergencyVehicule. |
Uses of EmergencyVehicule in cad.simcad.objectserver.spec.cac.server |
Methods in cad.simcad.objectserver.spec.cac.server that return EmergencyVehicule | |
EmergencyVehicule |
VehiculeChooser.getBestVehicule(Incident i)
Returns the best vehicule for the given Incident |
EmergencyVehicule |
CACMaintenanceService.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Uses of EmergencyVehicule in cad.simcad.objectserver.spec.sim |
Methods in cad.simcad.objectserver.spec.sim that return EmergencyVehicule | |
EmergencyVehicule |
SimAmbulance.getEmergencyVehicule()
Returns the EmergencyVehicule for this Ambulance |
EmergencyVehicule |
SimWorldCAC.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage |
Uses of EmergencyVehicule in cad.simcad.worldsimulator.objects.parts |
Methods in cad.simcad.worldsimulator.objects.parts with parameters of type EmergencyVehicule | |
static MDTSim |
MDT.createMDT(SimAmbulance sa,
EmergencyVehicule ev)
|
Constructors in cad.simcad.worldsimulator.objects.parts with parameters of type EmergencyVehicule | |
GPS(EmergencyVehicule ev)
Creates a new instance of GPS |
|
GPS(SimObject so,
EmergencyVehicule ev)
Creates a new instance of GPS |
|
DumGPS(EmergencyVehicule ev)
Creates a new instance of DumGPS |
|
DumMDT(EmergencyVehicule ev)
Creates a new instance of DumMDT |
|
MDT(EmergencyVehicule ev)
Creates a new instance of MDT |
|
MDT(SimAmbulance sa,
EmergencyVehicule ev)
Creates a new instance of MDT |
Uses of EmergencyVehicule in cad.simcad.worldsimulator.objects.units |
Fields in cad.simcad.worldsimulator.objects.units declared as EmergencyVehicule | |
protected EmergencyVehicule |
Ambulance._ev
|
Methods in cad.simcad.worldsimulator.objects.units that return EmergencyVehicule | |
EmergencyVehicule |
Ambulance.getEmergencyVehicule()
|
Uses of EmergencyVehicule in cad.simcad.worldsimulator.world |
Methods in cad.simcad.worldsimulator.world that return EmergencyVehicule | |
EmergencyVehicule |
CaCWorld.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage |
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |