com.vii.brillien.kernel.axiom.component
Interface StateDivision


public interface StateDivision

Every progressor object can fluctuate which flow can be ruled by using a StateDivision object. The quantity correspondence regarding Progressor:StateDivision is ridigly 1:n


Method Summary
 boolean isValidTransition(State from, State to)
          Decides whether the state transition is valid or not
 

Method Detail

isValidTransition

boolean isValidTransition(State from,
                          State to)
Decides whether the state transition is valid or not

Parameters:
from - actual state
to - target state
Returns:
boolean value of the decision


Copyright © 2012. All Rights Reserved.