Uses of Interface
microsim.agent.Weight
-
Uses of Weight in microsim.statistics.weighted
Modifier and TypeFieldDescriptionprotected Collection<? extends Weight>
Weighted_CrossSection.Double.target
protected Collection<? extends Weight>
Weighted_CrossSection.Integer.target
protected Collection<? extends Weight>
Weighted_CrossSection.Long.target
ModifierConstructorDescriptionDouble
(@NonNull Collection<? extends Weight> source) Create a statistic probe on a collection ofDoubleSource
objects.Double
(@NonNull Collection<? extends Weight> source, @NonNull Class<? extends Weight> objectClass, @NonNull String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Double
(@NonNull Collection<? extends Weight> source, @NonNull Class<? extends Weight> objectClass, @NonNull String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Double
(@NonNull Collection<? extends Weight> source, @NonNull Enum<?> valueID) Create a statistic probe on a collection ofDoubleSource
objects.Integer
(@NonNull Collection<? extends Weight> source) Create a statistic probe on a collection of IntSource objects.Integer
(@NonNull Collection<? extends Weight> source, @NonNull Class<? extends Weight> objectClass, @NonNull String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Integer
(@NonNull Collection<? extends Weight> source, @NonNull Class<? extends Weight> objectClass, @NonNull String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Integer
(@NonNull Collection<? extends Weight> source, @NonNull Enum<?> valueID) Create a statistic probe on a collection of IntSource objects.Long
(@NonNull Collection<? extends Weight> source) Create a statistic probe on a collection of LongSource objects.Long
(@NonNull Collection<? extends Weight> source, @NonNull Class<? extends Weight> objectClass, @NonNull String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Long
(@NonNull Collection<? extends Weight> source, @NonNull Class<? extends Weight> objectClass, @NonNull String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Long
(@NonNull Collection<? extends Weight> source, @NonNull Enum<?> valueID) Create a statistic probe on a collection of LongSource objects.