Uses of Class
crn.IE

Packages that use IE
crn   
crn.comparators   
 

Uses of IE in crn
 

Fields in crn declared as IE
private  IE CRNFileParser.currentIE
          The current IE tag.
 

Methods in crn with parameters of type IE
 float IESpecificComparisonManager.CompareIEs(IE ie1, IE ie2)
          Compares the given IEs.
 float IEComparator.CompareIEs(IE ie1, IE ie2)
          Compares two IEs.
 boolean IE.IsEqual(IE otherIE)
          Checks whether this and the given IEs are equal.
private  void CRN.AddIE(IE ie, float defaultWeight, Case travelCase)
          Adds the given IE to the CRN.
 void Case.AddIEReference(IE ie)
          Adds a reference to the IE references list of this case.
 

Constructors in crn with parameters of type IE
IE(IE other)
          Copy constructor.
 

Uses of IE in crn.comparators
 

Methods in crn.comparators with parameters of type IE
 float TotalDurationsComparator.CompareIEs(IE ie1, IE ie2)
           
 float RanksComparator.CompareIEs(IE ie1, IE ie2)
           
 float LocationsComparator.CompareIEs(IE ie1, IE ie2)
           
 float DepartureHoursOfDayComparator.CompareIEs(IE ie1, IE ie2)
           
 float ChangesCountsComparator.CompareIEs(IE ie1, IE ie2)