| java.lang.Object com.uwyn.rife.engine.FlowLink
FlowLink | public class FlowLink (Code) | | |
Constructor Summary | |
| FlowLink(String exit, ElementInfo target, boolean snapback, boolean cancelInheritance, boolean cancelEmbedding, boolean redirect, boolean cancelContinuations) |
FlowLink | FlowLink(String exit, ElementInfo target, boolean snapback, boolean cancelInheritance, boolean cancelEmbedding, boolean redirect, boolean cancelContinuations)(Code) | | |
cancelContinuations | public boolean cancelContinuations()(Code) | | |
cancelEmbedding | public boolean cancelEmbedding()(Code) | | |
cancelInheritance | public boolean cancelInheritance()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isRedirect | public boolean isRedirect()(Code) | | |
isSnapback | public boolean isSnapback()(Code) | | |
|
|