edu.washington.cs.supple.trace
Interface TransitionCount
- All Known Implementing Classes:
- GraphTransitionCount, TreeTransitionCount
- public interface TransitionCount
- Author:
- kgajos
The interface for all classes that calculate the transition frequencies for
container objects
getSwitchCount
public int getSwitchCount(java.lang.String objectName)
getSwitchCount
public int getSwitchCount(UiObject object)
getEnterCount
public int getEnterCount(java.lang.String objectName)
getEnterCount
public int getEnterCount(UiObject object)
getLeaveCount
public int getLeaveCount(java.lang.String objectName)
getLeaveCount
public int getLeaveCount(UiObject object)
dumpTransitionTable
public java.lang.String dumpTransitionTable()