net.simplace.sim.components.experimental.lifestock.MilkProduction

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcJuvenileConsumptionOfftakeAmount of Milk sumDOUBLEg0.010000.0800.0
constantcMilkOfftakeAmount of Milk per Animal and DayDOUBLEg/day/animal0.010000.01500.0
constantcMilkingDaysAmount of days one animal gives milkINTd036590
constantcParturitionFraction of Birth per AdultFemaleDOUBLE10.01.00.5
inputiAdultFemaleNumber of Animals Adult FemaleDOUBLEanimal0.010000.020.5
inputiJuvenileFemaleNumber of Animals Juvenile FemaleDOUBLEanimal0.010000.0-
inputiJuvenileMaleNumber of Animals Juvenile MaleDOUBLEanimal0.010000.0-
outMilkConsumedSum of milk consumedDOUBLEg0.01.0E70.0
outMilkExportedSum of milk exportedDOUBLEg0.01.0E70.0
outMilkProducedSum of milk producedDOUBLEg0.01.0E70.0



public class MilkProduction extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public MilkProduction();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent


Create the FWSimVariables as interface for this SimComponent

// Protected Instance Methods
protected void init(); // Defines net.simplace.sim.model.FWSimComponent

Initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines net.simplace.sim.model.FWSimComponent

Process the algorithm and write the results back to VarMap
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - MilkProduction