Uses of Interface
microsim.agent.Weight
Packages that use Weight
Package
Description
-
Uses of Weight in microsim.alignment.multiple
Classes in microsim.alignment.multiple with type parameters of type WeightModifier and TypeClassDescriptionclassLogitScalingWeightedAlignment<T extends Weight>Logit Scaling alignment (as introduced by P. -
Uses of Weight in microsim.alignment.outcome
Classes in microsim.alignment.outcome with type parameters of type WeightModifier and TypeClassDescriptionclassResamplingWeightedAlignment<T extends EventListener & Weight>Align the population by weighted resampling. -
Uses of Weight in microsim.alignment.probability
Classes in microsim.alignment.probability with type parameters of type WeightModifier and TypeClassDescriptionclassLogitScalingBinaryWeightedAlignment<T extends Weight>Logit Scaling alignment (as introduced by P. -
Uses of Weight in microsim.statistics.weighted
Fields in microsim.statistics.weighted with type parameters of type WeightModifier and TypeFieldDescriptionprotected Collection<? extends Weight>Weighted_CrossSection.Double.targetprotected Collection<? extends Weight>Weighted_CrossSection.Float.targetprotected Collection<? extends Weight>Weighted_CrossSection.Integer.targetprotected Collection<? extends Weight>Weighted_CrossSection.Long.targetConstructor parameters in microsim.statistics.weighted with type arguments of type WeightModifierConstructorDescriptionDouble(Collection<? extends Weight> source) Create a statistic probe on a collection of IDoubleSource objects.Double(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Double(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Double(Collection<? extends Weight> source, Enum<?> valueID) Create a statistic probe on a collection of IDoubleSource objects.Float(Collection<? extends Weight> source) Create a statistic probe on a collection of IFloatSource objects.Float(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Float(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Float(Collection<? extends Weight> source, Enum<?> valueID) Create a statistic probe on a collection of IFloatSource objects.Integer(Collection<? extends Weight> source) Create a statistic probe on a collection of IIntSource objects.Integer(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Integer(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Integer(Collection<? extends Weight> source, Enum<?> valueID) Create a statistic probe on a collection of IIntSource objects.Long(Collection<? extends Weight> source) Create a statistic probe on a collection of ILongSource objects.Long(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Long(Collection<? extends Weight> source, Class<? extends Weight> objectClass, String valueName, boolean getFromMethod) Create a basic statistic probe on a collection of objects.Long(Collection<? extends Weight> source, Enum<?> valueID) Create a statistic probe on a collection of ILongSource objects.