tutorial
Class TutorialMain
- public class TutorialMain
Description of the Class
- Author:
- nideffer
- created November 4, 2001
| Constructor Summary |
TutorialMain() Constructor for the TutorialMain object |
| Method Summary |
protected void | createAgents() Description of the Method |
Facility | getFacility() Gets the Facility attribute of the TutorialMain object |
static void | main(String[] args) Description of the Method |
void | setFacility(Facility facility) Sets the Facility attribute of the TutorialMain object |
m_facility
private Facility m_facility
TutorialMain
public TutorialMain()
- Constructor for the TutorialMain object
- Since:
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: