That would be interesting (and useful) to get acess
to places in the functions, at leats in the match
function.
I have some like this in mind: Since there's already
access to the sensor, we could request a reference
from it to the place it's connected. For example:
Place p=getPlace_sensorname()
And the place could give information like the total
number of objects or an array of objects in it. For
example:
int n=p.size()
Object[] obj=p.readAll()