A B C E F G I L M O P R S T U W 

I

isValid(Transition, int) - Method in class FMA.FMASimulator
A transition tr is valid if the symbol is contained in the registers and the label is equal to the index of the register containing the symbol in input; or if the symbol in input is not contained in the registers and the label is equal to the fuction rho in the actual state.
isValid(Transition, int) - Method in class FSA.Simulator
Check if the transition can be performed
isValid(Transition, int) - Method in class PFSA.PFSASimulator
A transition tr with symbol in input is valid if : sigma=T, stack not empty, top fresh or top equals to symbol in input sigma=i , register i not empty and available, top fresh or top equals to symbol in input sigma=square Z=i, stack and register i not empty, top stack = top register i Z=?
A B C E F G I L M O P R S T U W