Package jadex.bdi.benchmarks
Class Counter
- java.lang.Object
-
- jadex.bdi.benchmarks.Counter
-
public class Counter extends java.lang.ObjectA thread safe counter to determine when all agents are running.
-
-
Field Summary
Fields Modifier and Type Field Description protected intcntThe counter.
-
Constructor Summary
Constructors Constructor Description Counter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intincrement()Increment and return the counter value.
-