Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecEdge ¶
type ExecEdge struct { From int To int Info ExecEdgeInfo }
type ExecEdgeInfo ¶
type ExecEdgeInfo struct { IsInternal bool // Internal & External ActionName string ActionChannel *chan messages.SAMessage // Channel Message *messages.SAMessage // Message ExternalAction func(*chan messages.SAMessage, *messages.SAMessage) InternalAction func(interface{}, []*interface{}, string, *messages.SAMessage, []*interface{}, *bool) Info []*interface{} }
type ExecGraph ¶
func NewExecGraph ¶
func (*ExecGraph) AddEdge ¶
func (g *ExecGraph) AddEdge(u, v int, a ExecEdgeInfo)
func (*ExecGraph) AdjacentEdges ¶
Click to show internal directories.
Click to hide internal directories.