Uses of Interface
org.eclipse.net4j.util.fsm.ITransition

Packages that use ITransition
org.eclipse.net4j.util.fsm A framework for finite state machines. 
org.eclipse.net4j.util.security Interfaces and classes for security, negotiation, authentication, authorization and cryptography. 
 

Uses of ITransition in org.eclipse.net4j.util.fsm
 

Classes in org.eclipse.net4j.util.fsm that implement ITransition
 class FiniteStateMachine.ChangeStateTransition
           
static class FiniteStateMachine.FailTransition
           
static class FiniteStateMachine.IgnoreTransition
           
 

Fields in org.eclipse.net4j.util.fsm declared as ITransition
static ITransition FiniteStateMachine.FAIL
           
static ITransition FiniteStateMachine.IGNORE
           
 

Methods in org.eclipse.net4j.util.fsm that return ITransition
protected  ITransition<STATE,EVENT,SUBJECT,?> FiniteStateMachine.createFailTransition(STATE state, EVENT event)
           
protected  ITransition<STATE,EVENT,SUBJECT,?> FiniteStateMachine.createIgnoreTransition(STATE state, EVENT event)
           
 ITransition<STATE,EVENT,SUBJECT,?> FiniteStateMachine.getTransition(STATE state, EVENT event)
           
 

Methods in org.eclipse.net4j.util.fsm with parameters of type ITransition
 void FiniteStateMachine.init(STATE state, EVENT event, ITransition<STATE,EVENT,SUBJECT,?> transition)
           
 void FiniteStateMachine.initAll(ITransition<STATE,EVENT,SUBJECT,?> transition)
           
 void FiniteStateMachine.initEvents(STATE state, ITransition<STATE,EVENT,SUBJECT,?> transition)
           
 void FiniteStateMachine.initStates(EVENT event, ITransition<STATE,EVENT,SUBJECT,?> transition)
           
 

Constructors in org.eclipse.net4j.util.fsm with parameters of type ITransition
FiniteStateMachine(Class<STATE> stateEnum, Class<EVENT> eventEnum, ITransition<STATE,EVENT,SUBJECT,?> defaultTransition)
           
 

Uses of ITransition in org.eclipse.net4j.util.security
 

Classes in org.eclipse.net4j.util.security that implement ITransition
protected  class ChallengeResponseNegotiator.Transition
           
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.