edu.washington.cs.supple.render
Interface NavigationCostFunction

All Known Implementing Classes:
HtmlPointerNavigationCostFunction, PointerNavigationCostFunction, PointerNavigationCostFunction, WapNavigationCostFunction

public interface NavigationCostFunction

Author:
kgajos To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 float getNavigationCost(Widget w)
           
 TransitionCount getTransitionCountFunction()
          A transition count provides information on the usage of the container elements of a UI
 void setTransitionCountFunction(TransitionCount tc)
          A transition count provides information on the usage of the container elements of a UI
 

Method Detail

getNavigationCost

public float getNavigationCost(Widget w)

setTransitionCountFunction

public void setTransitionCountFunction(TransitionCount tc)
A transition count provides information on the usage of the container elements of a UI

Parameters:
tc - a transition count function

getTransitionCountFunction

public TransitionCount getTransitionCountFunction()
A transition count provides information on the usage of the container elements of a UI

Returns:
tc a transition count function