inpro.dm.isu.rule
Interface AbstractIUNetworkRule.Effects

All Known Implementing Classes:
IUNetworkInformationState
Enclosing class:
AbstractIUNetworkRule

public static interface AbstractIUNetworkRule.Effects


Method Summary
 boolean addCurrentContribToIntegrateList()
           
 boolean clarifyNextInput()
           
 boolean integrateNextInput()
           
 boolean integrateNoEllipsis()
           
 boolean integrateYesEllipsis()
           
 boolean moveCurrentContribDown()
           
 boolean moveCurrentContribLeft()
           
 boolean moveCurrentContribRight()
           
 boolean moveCurrentContribUp()
           
 boolean requestMoreInfoAboutFocus()
           
 boolean unintegrateNextInput()
           
 

Method Detail

addCurrentContribToIntegrateList

boolean addCurrentContribToIntegrateList()

moveCurrentContribRight

boolean moveCurrentContribRight()

moveCurrentContribDown

boolean moveCurrentContribDown()

moveCurrentContribLeft

boolean moveCurrentContribLeft()

moveCurrentContribUp

boolean moveCurrentContribUp()

integrateNextInput

boolean integrateNextInput()

clarifyNextInput

boolean clarifyNextInput()

requestMoreInfoAboutFocus

boolean requestMoreInfoAboutFocus()

unintegrateNextInput

boolean unintegrateNextInput()

integrateYesEllipsis

boolean integrateYesEllipsis()

integrateNoEllipsis

boolean integrateNoEllipsis()