|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Id in cad.simcad.dummies |
Methods in cad.simcad.dummies that return Id | |
Id |
DummyIncident.getIncidentId()
Method getIncidentId. |
Id |
DumForm.getCallAssistant()
|
Id |
DumForm.getId()
|
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 |
Methods in cad.simcad.dummies with parameters of type Id | |
void |
DummyIncident.setId(Id i)
Method setId |
void |
DumForm.setId(Id i)
|
void |
DumPersistentDataLinkI.achievedUpdate(Id incId,
boolean achieved)
return a vector with all the teams. |
Incident |
DumPersistentDataLinkI.saveIncident(Incident i,
Id formId)
insertion of a new incident in the database |
EmergencyVehicule |
DumPersistentDataLinkI.getAssociatedVehicule(Id incId)
|
void |
DumPersistentDataLinkI.IncVehiculeAssociation(Id incId,
Id vehiculeId)
|
void |
DumPersistentDataLinkI.IncVehiculeAssociation(Id incId,
Id vehiculeId)
|
boolean |
DumPersistentDataLinkI.isAchieved(Id incId)
methode renvoyant true si l'incident dont l'id est passe en argument est cloture. |
Uses of Id in cad.simcad.gps_server |
Methods in cad.simcad.gps_server that return Id | |
Id |
GPSDeviceI.getId()
Returns the Id object associated with this GPSPosition |
Methods in cad.simcad.gps_server with parameters of type Id | |
GPSPosition |
gps_serverI_Stub.getGPSPosition(Id $param_Id_1)
|
GPSPosition |
gps_serverI.getGPSPosition(Id id)
Returns the GPS position with the Id id |
Uses of Id in cad.simcad.main_server |
Methods in cad.simcad.main_server that return Id | |
Id |
IDPathUser.getIdObject()
|
Constructors in cad.simcad.main_server with parameters of type Id | |
IDPathUser(Id id,
PathPlace pp)
Creates a new instance of IDPathUser |
Uses of Id in cad.simcad.mdt_server |
Fields in cad.simcad.mdt_server declared as Id | |
protected Id |
MDTDeviceI._id
|
Methods in cad.simcad.mdt_server that return Id | |
Id |
MDTDeviceI.getId()
Returns the ID for this Status object |
Methods in cad.simcad.mdt_server with parameters of type Id | |
void |
mdt_serverI_Stub.directSetToBeep(Id $param_Id_1)
|
Status |
mdt_serverI_Stub.getStatus(Id $param_Id_1)
|
Status |
mdt_serverI.getStatus(Id id)
|
void |
mdt_serverI.directSetToBeep(Id VehId)
|
Constructors in cad.simcad.mdt_server with parameters of type Id | |
MDTDeviceI(Id id,
java.lang.String status)
Creates a new instance of MDTDeviceI |
Uses of Id in cad.simcad.ObjectImpl |
Classes in cad.simcad.ObjectImpl that implement Id | |
class |
IdI
|
Methods in cad.simcad.ObjectImpl that return Id | |
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 |
Id |
EmergencyVehiculeI.getVehiculeId()
|
Id |
IncidentI.getIncidentId()
|
Id |
FormI.getId()
|
Id |
FormI.getCallAssistant()
|
Methods in cad.simcad.ObjectImpl with parameters of type Id | |
Incident |
PersistentDataLinkI.saveIncident(Incident i,
Id formId)
insertion of a new incident in the database |
void |
PersistentDataLinkI.achievedUpdate(Id incId,
boolean achieved)
|
void |
PersistentDataLinkI.IncVehiculeAssociation(Id incId,
Id vehiculeId)
Establish in the db an association between an Incident and a Emergency Vehicle |
void |
PersistentDataLinkI.IncVehiculeAssociation(Id incId,
Id vehiculeId)
Establish in the db an association between an Incident and a Emergency Vehicle |
EmergencyVehicule |
PersistentDataLinkI.getAssociatedVehicule(Id vehicId)
Establish in the db an association between an Incident and a Emergency Vehicle |
boolean |
PersistentDataLinkI.isAchieved(Id incId)
|
void |
EmergencyVehiculeI.setVehiculeId(Id id)
Set the Id for this EmergencyVehicule |
void |
IncidentI.setId(Id i)
|
void |
FormI.setId(Id i)
|
Constructors in cad.simcad.ObjectImpl with parameters of type Id | |
EmergencyVehiculeI(Id i,
Team t,
Type ty)
Creates a new instance of EmergencyVehiculeI |
|
EmergencyVehiculeI(Id i,
Type ty)
|
|
IncidentI(Id i,
EmergencyVehicule e,
Gravity g,
Place p,
java.sql.Timestamp t,
java.lang.String des)
Creates a new instance of IncidentI |
|
FormI(Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
|
FormI(Id i,
Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
|
FormI(Id i,
Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
Uses of Id in cad.simcad.objectserver.factory |
Methods in cad.simcad.objectserver.factory that return Id | |
static Id |
IdFactory.createId(int i)
|
static Id |
IdFactory.createId()
|
Methods in cad.simcad.objectserver.factory with parameters of type Id | |
static Status |
StatusFactory.createStatus(Id id,
java.lang.String status)
Create a status Object from an Id and a status string |
static EmergencyVehicule |
EmergencyVehiculeFactory.createEmergencyVehicule(Id i,
Team t,
Type ty)
|
static EmergencyVehicule |
EmergencyVehiculeFactory.createEmergencyVehicule(Id i,
Type ty)
|
static Form |
FormFactory.createForm(Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
static Form |
FormFactory.createForm(Id i,
Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
static Form |
FormFactory.createForm(Id i,
Id cAssist,
java.lang.String c,
Place p,
Gravity g,
java.lang.String des,
java.sql.Timestamp t)
|
static Incident |
IncidentFactory.createIncident(Id i,
EmergencyVehicule e,
Gravity g,
Place p,
java.sql.Timestamp t,
java.lang.String des)
|
Uses of Id in cad.simcad.objectserver.spec.cac.common |
Methods in cad.simcad.objectserver.spec.cac.common that return Id | |
Id |
GPSPosition.getId()
Returns the Id object associated with this GPSPosition |
Id |
Status.getId()
Returns the ID for this Status object |
Methods in cad.simcad.objectserver.spec.cac.common with parameters of type Id | |
GPSPosition |
GPSCentralizer.getGPSPosition(Id id)
Returns the GPS position of object |
Status |
MDTCentralizer.getStatus(Id id)
Returns the Status of object with Id id |
void |
MDTCentralizer.directSetToBeep(Id id)
JMi va etre fache pasque on a change une interface... |
Uses of Id in cad.simcad.objectserver.spec.cac.db |
Methods in cad.simcad.objectserver.spec.cac.db that return Id | |
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 |
Methods in cad.simcad.objectserver.spec.cac.db with parameters of type Id | |
Incident |
PersistentDataLink.saveIncident(Incident i,
Id formId)
insertion of a new incident in the database |
void |
PersistentDataLink.achievedUpdate(Id incId,
boolean achieved)
return a vector with all the teams. |
EmergencyVehicule |
PersistentDataLink.getAssociatedVehicule(Id vehicId)
return the emergencyVehicule with the ID vehicId |
void |
PersistentDataLink.IncVehiculeAssociation(Id incId,
Id vehiculeId)
Establish in the db an association between an Incident and a Emergency Vehicle |
void |
PersistentDataLink.IncVehiculeAssociation(Id incId,
Id vehiculeId)
Establish in the db an association between an Incident and a Emergency Vehicle |
boolean |
PersistentDataLink.isAchieved(Id incId)
methode renvoyant true si l'incident dont l'id est passe en argument est cloture. |
Uses of Id in cad.simcad.objectserver.spec.cac.objects |
Methods in cad.simcad.objectserver.spec.cac.objects that return Id | |
Id |
Form.getId()
|
Id |
Form.getCallAssistant()
|
Id |
Incident.getIncidentId()
Method getIncidentId. |
Id |
EmergencyVehicule.getVehiculeId()
Returns the Id associated with the Vehicule |
Methods in cad.simcad.objectserver.spec.cac.objects with parameters of type Id | |
void |
Form.setId(Id i)
|
void |
Incident.setId(Id i)
Method setId |
void |
EmergencyVehicule.setVehiculeId(Id id)
Set the Id for this EmergencyVehicule |
Uses of Id in cad.simcad.utilz.servers |
Methods in cad.simcad.utilz.servers with parameters of type Id | |
void |
CoherenceChecker.add(Id i)
|
void |
CoherenceChecker.remove(Id i)
|
java.util.Date |
CoherenceChecker.get(Id i)
|
void |
CoherenceChecker.set(int j,
Id i)
|
Uses of Id in cad.simcad.worldsimulator.objects.parts |
Methods in cad.simcad.worldsimulator.objects.parts that return Id | |
Id |
MDTStatus.getId()
Returns the ID for this Status object |
Constructors in cad.simcad.worldsimulator.objects.parts with parameters of type Id | |
MDTStatus(Id _i,
java.lang.String newStatusString)
|
Uses of Id in cad.simcad.worldsimulator.objects.units |
Classes in cad.simcad.worldsimulator.objects.units that implement Id | |
class |
AmbId
|
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |