goldengate.common.state
Class Transition<EnumState>

java.lang.Object
  extended by goldengate.common.state.Transition<EnumState>

public class Transition<EnumState>
extends Object

Transition object that joins one state and one set of acceptable following states

Note: the type EnumSet< ? > is in fact of type EnumSet< EnumState >

Author:
Frederic Bregier

Field Summary
 EnumSet<?> set
           
 EnumState state
           
 
Constructor Summary
Transition(EnumState state, EnumSet<?> set)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

public EnumState state

set

public EnumSet<?> set
Constructor Detail

Transition

public Transition(EnumState state,
                  EnumSet<?> set)


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.