com.hammurapi.flow.runtime.impl
Interface Inlineable

All Known Implementing Classes:
PassThroughNode, PassThroughTransition

public interface Inlineable

Nodes and transition can implement this interface to provide

Author:
Pavel Vlasov

Method Summary
 boolean inline()
           
 

Method Detail

inline

boolean inline()
Returns:
True if this inlineable shall be invoked in the same thread with the previous node or transition.