Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Component
 - func (Component) InvP(msg *messages.SAMessage, connector connectors.Connector, invoker string, ...)
 - func (Component) InvR(msg *messages.SAMessage, connector connectors.Connector, invoker string, ...)
 - func (Component) TerP(msg *messages.SAMessage, connector connectors.Connector, invoker string, ...)
 - func (Component) TerR(msg *messages.SAMessage, connector connectors.Connector, invoker string, ...)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
	Id             string
	TypeName       string
	Type           interface{}
	Behaviour      string
	Buffer         messages.SAMessage
	Graph          dot.DOTGraph
	Info           interface{}
	ExecuteForever *bool // TODO dcruzb: move to the Type attribute (needs to modify the current struct to add the attribute dynamically) this will make possible the start of new srh while the old one is still executing
	Executing      *bool // TODO dcruzb: move to the Type attribute (needs to modify the current struct to add the attribute dynamically) this will make possible the start of new srh while the old one is still executing
}
     Click to show internal directories. 
   Click to hide internal directories.