public class Schedule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.io.BufferedWriter |
outputBuffer |
static java.io.FileWriter |
outputFile |
Constructor and Description |
---|
Schedule(repast.simphony.context.Context<java.lang.Object> pContext)
Constructs the Schedule class.
|
Modifier and Type | Method and Description |
---|---|
static void |
cleanupAtEnd()
At the end of the simulation, flush and close the buffer, and
close the file.
|
static int |
getPeriod()
Gets the period.
|
void |
init_IncrementPeriod()
Increment the period counter.
|
void |
schedule_EmployeeBehaviors()
Schedule behaviors for Employees in the current simulation context.
|
void |
schedule_EnvironmentBehaviors()
Schedule behaviors for the Environment.
|
void |
writeOutput()
Write out internally-generated output.
|
public static java.io.FileWriter outputFile
public static java.io.BufferedWriter outputBuffer
public Schedule(repast.simphony.context.Context<java.lang.Object> pContext)
public void writeOutput()
public void schedule_EnvironmentBehaviors()
public void schedule_EmployeeBehaviors()
public void init_IncrementPeriod()
public static void cleanupAtEnd()
public static int getPeriod()