Uses of Class
epidemic.factory.AgentFactory
Packages that use AgentFactory
-
Uses of AgentFactory in epidemic
Methods in epidemic with parameters of type AgentFactoryModifier and TypeMethodDescriptionprivate static voidMain.spawnAnimals(WorldMap world, AgentFactory factory, SpeciesType type, int count, boolean startSick, Virus virus, Random random) -
Uses of AgentFactory in epidemic.engine
Constructors in epidemic.engine with parameters of type AgentFactoryModifierConstructorDescriptionSimulationEngine(WorldMap world, Virus virus, MortalityStrategy mortalityStrategy, AgentFactory factory) -
Uses of AgentFactory in epidemic.managers
Fields in epidemic.managers declared as AgentFactoryConstructors in epidemic.managers with parameters of type AgentFactoryModifierConstructorDescriptionReproductionManager(AgentFactory agentFactory) Inicjalizuje menedżera reprodukcji, wczytując parametry prawdopodobieństwa oraz zakresów odpoczynku z globalnej konfiguracji.