AnyLogic 6 Discussion

Hi, firstly a simple question: how can I search the forum??? :-) Secondly (and excuse me if it is a trivial question answered many times on the forum but ... see my first question): How can I collect statistics of the service-object? It says in the help that if the statistics-tick is made, data for the embedded queue and delay objects is gathered. Now, how do I access this data (i.e. which Java-code?) cheers Ben
ANd one more question I could not figure out: How can I change the value of a Java class field? I am not too familiar with Java and simple UAV.UAV_ID=5; does not work (UAV=Java class, UAV_ID=java class field) thanks for any help
Ben: If you want a class field (as oppose to a instance field) then prefix the declaration with the static key word. The service object is really a collection of other objects and you can get to the statitics objects for both the queue and the delay eg. serviceName.seize.queue.statsSize serviceName.delay.statsUtilization