Package | Description |
---|---|
alice.respect.core | |
alice.respect.situatedness | |
alice.tucson.examples.situatedness |
Modifier and Type | Method and Description |
---|---|
TransducerId |
TransducersManager.getTransducerId(EnvId probe)
Returns the transducer's identifier associated to the input resource
|
TransducerId[] |
TransducersManager.getTransducerIds(TupleCentreId tcId)
Gets the list of transducer ids associated to the tuple centre identified
by tcId
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransducersManager.addProbe(AbstractProbeId id,
TransducerId tId,
ISimpleProbe probe)
Adds a new resource and associate it to the transducer tId.
|
boolean |
TransducersManager.createTransducer(java.lang.String className,
TransducerId id,
TupleCentreId tcId,
AbstractProbeId probeId)
Creates a new transducer
|
AbstractProbeId[] |
TransducersManager.getProbes(TransducerId tId)
Returns the resource list associated to the transducer identified by tId
|
TupleCentreId |
TransducersManager.getTupleCentreId(TransducerId tId)
Returns the identifier of the tuple centre associated to the transducer
identified by tId
|
void |
ProbesManager.setTransducer(AbstractProbeId pId,
TransducerId tId)
Sets the transducer which the probe will communicate with.
|
void |
TransducersManager.stopTransducer(TransducerId id)
Stops and removes the transducer identified by id
|
Modifier and Type | Field and Description |
---|---|
protected TransducerId |
AbstractTransducer.id
Transducer's identifier
|
Modifier and Type | Method and Description |
---|---|
TransducerId |
TransducerStandardInterface.getIdentifier() |
TransducerId |
AbstractTransducer.getIdentifier()
Returns the identifier of the transducer.
|
TransducerId |
ISimpleProbe.getTransducer()
Gets the transducer which the probe is communicating with.
|
Modifier and Type | Method and Description |
---|---|
void |
ISimpleProbe.setTransducer(TransducerId tId)
Sets the transducer which the probe will communicate with.
|
Constructor and Description |
---|
AbstractTransducer(TransducerId i,
TupleCentreId tc)
Constructs a transducer
|
Modifier and Type | Method and Description |
---|---|
TransducerId |
ActualSensor.getTransducer() |
TransducerId |
ActualActuator.getTransducer() |
Modifier and Type | Method and Description |
---|---|
void |
ActualSensor.setTransducer(TransducerId t) |
void |
ActualActuator.setTransducer(TransducerId t) |
Constructor and Description |
---|
ActuatorTransducer(TransducerId i,
TupleCentreId tc) |
SensorTransducer(TransducerId i,
TupleCentreId tc) |