Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveListeningTrace ¶
type ActiveListeningTrace struct {
Node *schema.CatchEvent
}
func (ActiveListeningTrace) TraceInterface ¶
func (t ActiveListeningTrace) TraceInterface()
type EventObservedTrace ¶
type EventObservedTrace struct { Node *schema.CatchEvent Event event.IEvent }
EventObservedTrace signals the fact that a particular event has been in fact observed by the node
func (EventObservedTrace) TraceInterface ¶
func (t EventObservedTrace) TraceInterface()
type Node ¶
func (*Node) ConsumeEvent ¶
func (*Node) Element ¶
func (node *Node) Element() schema.FlowNodeInterface
func (*Node) NextAction ¶
func (node *Node) NextAction(flow_interface.T) chan flow_node.IAction
Click to show internal directories.
Click to hide internal directories.