Package | Description |
---|---|
alice.respect.core | |
alice.respect.situatedness | |
alice.tucson.examples.situatedness |
Modifier and Type | Method and Description |
---|---|
AbstractProbeId[] |
TransducersManager.getProbes(TransducerId tId)
Returns the resource list associated to the transducer identified by tId
|
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 |
ProbesManager.createProbe(java.lang.String className,
AbstractProbeId id)
Creates a resource
|
boolean |
TransducersManager.createTransducer(java.lang.String className,
TransducerId id,
TupleCentreId tcId,
AbstractProbeId probeId)
Creates a new transducer
|
ISimpleProbe |
ProbesManager.getProbe(AbstractProbeId id)
Gets the resource by its identifier
|
boolean |
TransducersManager.removeProbe(AbstractProbeId probe)
Removes a probe from the resource list
|
boolean |
ProbesManager.removeProbe(AbstractProbeId id)
Removes a resource from the list
|
void |
ProbesManager.setTransducer(AbstractProbeId pId,
TransducerId tId)
Sets the transducer which the probe will communicate with.
|
Modifier and Type | Class and Description |
---|---|
class |
ActuatorId
An actuator identifier.
|
class |
SensorId
A sensor identifier.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<AbstractProbeId,java.lang.Object> |
AbstractTransducer.probes
List of probes associated to the transducer
|
Modifier and Type | Method and Description |
---|---|
AbstractProbeId |
ISimpleProbe.getIdentifier()
Get the probe's identifier
|
AbstractProbeId[] |
TransducerStandardInterface.getProbes() |
AbstractProbeId[] |
AbstractTransducer.getProbes()
Returns the list of all the probes associated to the transducer
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransducer.addProbe(AbstractProbeId i,
java.lang.Object probe)
Adds a new probe.
|
void |
AbstractTransducer.removeProbe(AbstractProbeId i)
Removes a probe from the probe list associated to the transducer if exist
|
Modifier and Type | Method and Description |
---|---|
AbstractProbeId |
ActualSensor.getIdentifier() |
AbstractProbeId |
ActualActuator.getIdentifier() |
Constructor and Description |
---|
ActualActuator(AbstractProbeId i) |
ActualSensor(AbstractProbeId i) |