Hi everyone!
When certain event triggers I would like to know which of the entities of my model is in MyTank. I have tried the following (for example to decide if the entity named cobre is in mytank)
1. Inside MyTank model (subclass), create a process that decides whether MyTank.flowcontainer.contents.contains(cobre)==1
2. Inside MyTank model (subclass), create a process that decides whether MyTank.flowcontainer.contents.contains(Model.cobre)==1
3. In my Model create a process that decides whether MyTank.initialcontents.initialcontententitytype==cobre
yet none of thes