jasco.runtime.aspect
Class CachedRegularResult

java.lang.Object
  extended by jasco.runtime.aspect.CachedRegularResult

public class CachedRegularResult
extends java.lang.Object

Author:
Wim

Constructor Summary
CachedRegularResult(Transition transition, State destState)
           
 
Method Summary
 State getDestState()
           
 Transition getTransition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedRegularResult

public CachedRegularResult(Transition transition,
                           State destState)
Method Detail

getDestState

public State getDestState()
Returns:
Returns the destState.

getTransition

public Transition getTransition()
Returns:
Returns the transition.