tutorial
Class TutorialMain


public class TutorialMain

Description of the Class

Author:
nideffer
created November 4, 2001

Field Summary
 private Facilitym_facility
           

Constructor Summary
TutorialMain()
          Constructor for the TutorialMain object

Method Summary
 protected voidcreateAgents()
          Description of the Method
 FacilitygetFacility()
          Gets the Facility attribute of the TutorialMain object
 static voidmain(String[] args)
          Description of the Method
 voidsetFacility(Facility facility)
          Sets the Facility attribute of the TutorialMain object

Field Detail

m_facility

private Facility m_facility
Constructor Detail

TutorialMain

public TutorialMain()
Constructor for the TutorialMain object
Since:
Method Detail

createAgents

protected void createAgents()
Description of the Method
Since:

getFacility

public Facility getFacility()
Gets the Facility attribute of the TutorialMain object
Returns: The Facility value
Since:

main

public static void main(String[] args)
Description of the Method
Parameters:
args - Description of Parameter
Since:

setFacility

public void setFacility(Facility facility)
Sets the Facility attribute of the TutorialMain object
Parameters:
facility - The new Facility value
Since: