Class WeightedCrossSection<A,T>

java.lang.Object
microsim.dev.statistics.WeightedCrossSection<A,T>
All Implemented Interfaces:
Supplier<WeightedValues<T>>

public class WeightedCrossSection<A,T> extends Object implements Supplier<WeightedValues<T>>
A weighted cross section is a collection of values; each of them representing the status of a given variable of an element of a collection of agents, along with the weight associated with each agent.