Uses of Class
jgroup.groovy.experiment.util.PMStateMachine.State

Packages that use PMStateMachine.State
jgroup.groovy.experiment.util   
 

Uses of PMStateMachine.State in jgroup.groovy.experiment.util
 

Methods in jgroup.groovy.experiment.util that return PMStateMachine.State
 PMStateMachine.State PMStateMachine.getCurrentState()
           
 PMStateMachine.State PMStateMachine.getNextState(jgroup.util.log.Event transition)
           
 PMStateMachine.State PMStateMachine.State.getNextState(jgroup.util.log.Event event)
           
 PMStateMachine.State PMStateMachine.getPreviousState()
           
 

Methods in jgroup.groovy.experiment.util with parameters of type PMStateMachine.State
 void PMStateMachine.State.addTransition(jgroup.util.log.Event event, PMStateMachine.State destState)
           
 int PMStateMachine.State.compareTo(PMStateMachine.State o)
           
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.