Uses of Class
inpro.incremental.unit.IU.Progress

Packages that use IU.Progress
inpro.incremental.unit   
 

Uses of IU.Progress in inpro.incremental.unit
 

Fields in inpro.incremental.unit declared as IU.Progress
(package private)  IU.Progress SysSegmentIU.progress
          the state of delivery that this unit is in
(package private)  IU.Progress PhraseIU.progress
          the state of delivery that this unit is in
 

Methods in inpro.incremental.unit that return IU.Progress
 IU.Progress IU.getProgress()
          by default, an IU - is complete if the last grounding unit is complete, - is upcoming if the first grounding unit is upcoming, - is ongoing if inbetween those two states - is null if there are no grounding units.
 IU.Progress SysSegmentIU.getProgress()
           
 IU.Progress PhraseIU.getProgress()
           
static IU.Progress IU.Progress.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IU.Progress[] IU.Progress.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in inpro.incremental.unit with parameters of type IU.Progress
private  void SysSegmentIU.setProgress(IU.Progress p)
           
 void PhraseIU.setProgress(IU.Progress p)