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 SummaryFields Modifier and Type Field Description protected intcntThe counter.
 - 
Constructor SummaryConstructors Constructor Description Counter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intincrement()Increment and return the counter value.
 
-