A B C D E F G I K L M N O P Q R S T U V W 
All Classes All Packages

W

Weight - Interface in microsim.agent
Interface to implement when using JAS-mine classes that depend on agents that have weights
Weighted_CrossSection - Class in microsim.statistics.weighted
A weighted cross section is a collection of values each of them representing the status of a given variable of a weighted element of a collection of agents.
Weighted_CrossSection() - Constructor for class microsim.statistics.weighted.Weighted_CrossSection
 
Weighted_CrossSection.Double - Class in microsim.statistics.weighted
 
Weighted_CrossSection.Float - Class in microsim.statistics.weighted
 
Weighted_CrossSection.Integer - Class in microsim.statistics.weighted
 
Weighted_CrossSection.Long - Class in microsim.statistics.weighted
 
Weighted_MeanArrayFunction - Class in microsim.statistics.weighted.functions
This class computes the (weighted) average (mean) value of an array of values taken from a data source, weighted by corresponding weights: weighted mean = sum (values * weights) / sum (weights) Note that the array of weights must have the same length as the array of values, otherwise an exception will be thrown.
Weighted_MeanArrayFunction(IWeightedDoubleArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_MeanArrayFunction
Create a mean function on a (weighted) double array source.
Weighted_MeanArrayFunction(IWeightedFloatArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_MeanArrayFunction
Create a mean function on a float array source.
Weighted_MeanArrayFunction(IWeightedIntArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_MeanArrayFunction
Create a mean function on an integer array source.
Weighted_MeanArrayFunction(IWeightedLongArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_MeanArrayFunction
Create a mean function on a long array source.
Weighted_SumArrayFunction - Class in microsim.statistics.weighted.functions
This class computes the sum of an array of source values, with each element of the array multiplied by the weight of the source (the source must implement the Weight interface).
Weighted_SumArrayFunction(IWeightedDoubleArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_SumArrayFunction
Create a sum function on a double array weighted-source.
Weighted_SumArrayFunction(IWeightedFloatArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_SumArrayFunction
Create a sum function on a float array weighted-source.
Weighted_SumArrayFunction(IWeightedIntArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_SumArrayFunction
Create a sum function on an integer array weighted-source.
Weighted_SumArrayFunction(IWeightedLongArraySource) - Constructor for class microsim.statistics.weighted.functions.Weighted_SumArrayFunction
Create a sum function on a long array weighted-source.
Weighted_SumArrayFunction.Double - Class in microsim.statistics.weighted.functions
SumFunction operating on weighted double source values.
Weighted_SumArrayFunction.Float - Class in microsim.statistics.weighted.functions
SumFunction operating on weighted float source values.
Weighted_SumArrayFunction.Integer - Class in microsim.statistics.weighted.functions
SumFunction operating on weighted integer source values.
Weighted_SumArrayFunction.Long - Class in microsim.statistics.weighted.functions
SumFunction operating on weighted long source values.
West - microsim.space.turtle.AbstractTurtle.Direction
 
A B C D E F G I K L M N O P Q R S T U V W 
All Classes All Packages