Package | Description |
---|---|
fr.liglab.adele.icasa.location | |
fr.liglab.adele.icasa.simulator |
Modifier and Type | Interface and Description |
---|---|
interface |
LocatedDevice
This device interface is used to add properties not specified in the device implementation.
|
interface |
Zone
This interface represents a Zone (a rectangular surface) into the iCasa platform.
|
Modifier and Type | Method and Description |
---|---|
void |
LocatedObject.attachObject(LocatedObject object)
Attaches other object to this one.
|
boolean |
Zone.contains(LocatedObject object)
Returns true if a object is geographically contained into the zone.
|
void |
LocatedObject.detachObject(LocatedObject object)
Detaches the object from this one.
|
Position |
Zone.getRelativePosition(LocatedObject object)
Returns relative position of specified object from top left corner of this zone.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Person
This interface represents a person in the icasa simulated Environment
|
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.