Gets the limitPrice attribute of the zeroIntelligence object. returns
the upper (BID) or lower bound (ASK) of the distribution according to
the Proposal type.
if this variable is true, the agent will be immortal and the EA is used
to update its genotype with a crossover between its own genotype and the
best plumage received.
For an Object to be Mutateable, it must provide a Mutate method, that makes
a small, random alteration to the Object, possible based on certain
Parameters.
This method defines a partition of an interval that acts as a default domain for the distribution, for purposes of data
collection and for default computations.
This method adds a new number to the data set and re-compute the mean, mean square,
minimum and maximum values, the frequency distribution, and the mode
public StockLineItem(Factor f, int q, double d) { this.unitValue = d;
this.productQuantity = q; this.inStorageTime = new Date();
this.setProductIdentification(f.getProductIdentification()); }