suppose that A and B are two entities. And arrival of B depends on the state of A. The arrival of A is known and can be expressed in mathematical conditions but B can not be as it depends on A. The arrival of entity depends on when A gets processed (Lets say the process is Process 1 with a triangular func of (5,6,7) mins). Whenever A starts to get processed, B is created. I have been able to create the first creation of B logically which relates to A but, I am not sure how to provide the logic for "Time Between Arrival". 

Similar questions and discussions