Documentation ¶
Index ¶
Constants ¶
View Source
const ( Undefined wardleyToGo.ComponentType = iota Wardley = 32 << iota TeamTopologies UnedfinedEdge uint8 = iota UndefinedCoord = -maxInt - 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collaboration ¶
type Collaboration struct { T graph.Node F graph.Node EdgeLabel string EdgeType wardleyToGo.EdgeType }
Collaboration is a generic collaboration type
func (Collaboration) From ¶
func (e Collaboration) From() graph.Node
func (Collaboration) GetType ¶
func (e Collaboration) GetType() wardleyToGo.EdgeType
func (Collaboration) ReversedEdge ¶
func (e Collaboration) ReversedEdge() graph.Edge
func (Collaboration) To ¶
func (e Collaboration) To() graph.Node
Click to show internal directories.
Click to hide internal directories.