Uses of Class
inpro.incremental.unit.SemIU

Packages that use SemIU
inpro.dm.isu   
inpro.incremental.unit   
 

Uses of SemIU in inpro.dm.isu
 

Fields in inpro.dm.isu declared as SemIU
private  SemIU IUNetworkInformationState.nextInput
          The next input variable - a WordIU that represents the next input word that was added or revoked to process
 

Methods in inpro.dm.isu with parameters of type SemIU
 void IUNetworkUpdateEngine.applyRules(SemIU iu)
          Sets the input word on the information state and calls the update rules.
 void IUNetworkInformationState.setNextInput(SemIU sem)
          Setter method for the IS's next input to process.
 

Uses of SemIU in inpro.incremental.unit
 

Fields in inpro.incremental.unit declared as SemIU
static SemIU SemIU.FIRST_SEM_IU
           
 

Methods in inpro.incremental.unit with parameters of type SemIU
 boolean SemIU.samePayload(SemIU siu)
          Compares payload of two SemIUs.