Minim
index
 
Name getSignal ( )
Examples
None available
Description Returns the ith signal in the signal chain. This method is not required to do bounds checking and may throw an ArrayOutOfBoundsException if i is larger than {@link #signalCount()}.
Syntax
getSignal(i);
Parameters
i   which signal to return
Returns the requested signal
Usage Web & Application
Related