Uses of Class
crn.CRN

Packages that use CRN
crn   
gui.dialogs   
scheduler.modules   
 

Uses of CRN in crn
 

Fields in crn declared as CRN
private  CRN Case.crn
          The owner of this case.
 

Methods in crn that return CRN
 CRN CRNFileParser.Parse(java.lang.String fileName)
          Parses the given file.
private  CRN CRNFileParser.GetCRN()
          Creates the CRN according to the data read from the file.
 CRN Case.GetCRN()
          Gets the owner of this case.
 

Constructors in crn with parameters of type CRN
Case(java.lang.String name, boolean fAccepted, CRN crn)
          Constructor.
 

Uses of CRN in gui.dialogs
 

Fields in gui.dialogs declared as CRN
private  CRN CRNSettingsEditionDialog.crn
          The CRN to take weights from or to set the weights to.
 

Methods in gui.dialogs that return CRN
 CRN MainDialog.GetCRN()
          Gets the CRN used by this CRN manager.
 

Methods in gui.dialogs with parameters of type CRN
 void CRNSettingsEditionDialog.SetCRN(CRN crn)
          Sets the CRN required to edit the importance weights.
 

Uses of CRN in scheduler.modules
 

Fields in scheduler.modules declared as CRN
private  CRN SchedulerCRNManager.crn
          A CRN used to store the history.
 

Methods in scheduler.modules that return CRN
 CRN SchedulerCRNManager.GetCRN()
          Gets the CRN used by this CRN manager.