Uses of Class
inpro.incremental.unit.ContribIU

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

Uses of ContribIU in inpro.dm.isu
 

Fields in inpro.dm.isu declared as ContribIU
private  ContribIU IUNetworkInformationState.currentContrib
          A variable that holds the contribution currently looked at while searching for contributions to integrate new input with.
private  ContribIU IUNetworkInformationState.focus
          The focus ContribIU that represents the last node in the contributions network to integrate.
private  ContribIU IUNetworkInformationState.root
          The root ContribIU that represents the first node in the contributions network.
 

Fields in inpro.dm.isu with type parameters of type ContribIU
protected  IUList<ContribIU> IUNetworkDomainUtil.contributions
           
private  IUList<ContribIU> IUNetworkInformationState.contributions
          The contributions network - a List of (ideally) networked ContribIU representing the total set of available nodes with which new input can be integrated
private  IUList<ContribIU> IUNetworkInformationState.integrateList
          The list of contributions with which input can be integrated.
private  IUList<ContribIU> IUNetworkInformationState.visited
          A list of contributions that were visited during search.
 

Methods in inpro.dm.isu that return ContribIU
 ContribIU IUNetworkInformationState.getCurrentContrib()
          Getter method returning the IS's current contribution
 ContribIU IUNetworkInformationState.getFocus()
          Getter for the current focus
private  ContribIU IUNetworkInformationState.getLastIntegrated()
          A convenience method to look through currently active contributions returning whatever integrated last.
 

Methods in inpro.dm.isu that return types with arguments of type ContribIU
 IUList<ContribIU> IUNetworkDomainUtil.getContributions()
           
 IUList<ContribIU> IUNetworkInformationState.getContributions()
          Getter for this IS's contributions network
 

Methods in inpro.dm.isu with parameters of type ContribIU
private  void IUNetworkInformationState.addGrinIUs(ContribIU iu)
          Convenience method that recursively adds any new IUs grounded in a given IU to the contributions network.
 

Constructors in inpro.dm.isu with parameters of type ContribIU
IUNetworkInformationState(ContribIU root)
          Constructor building contributions network from a single root IU's grounded in links.
 

Constructor parameters in inpro.dm.isu with type arguments of type ContribIU
IUNetworkInformationState(IUList<ContribIU> contributions)
          Constructor building contributions network from a list of ContribIU's.
 

Uses of ContribIU in inpro.incremental.unit
 

Fields in inpro.incremental.unit declared as ContribIU
static ContribIU ContribIU.FIRST_CONTRIB_IU
           
 

Methods in inpro.incremental.unit that return ContribIU
 ContribIU ContribIU.getNext()
           
 ContribIU ContribIU.getNextDown()
           
 ContribIU ContribIU.getNextUp()
           
 ContribIU ContribIU.getPrevious()