Module dev.civl.gmc
Package dev.civl.gmc

Class RandomTransitionChooser<STATE,TRANSITION>

java.lang.Object
dev.civl.gmc.RandomTransitionChooser<STATE,TRANSITION>
Type Parameters:
STATE - the type for the states of the transition system
TRANSITION - the type for the transitions of the transition system
All Implemented Interfaces:
TransitionChooser<STATE,TRANSITION>

public class RandomTransitionChooser<STATE,TRANSITION> extends Object implements TransitionChooser<STATE,TRANSITION>
An implementation of TransitionChooser in which a transition is chosen randomly from the full set of the enabled transitions enabled at a state.