joinmode

package
v0.0.0-...-8a9fb8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package joinmode expose possible join mode as enum for the node system.

Index

Constants

View Source
const (
	// AND will force the system to have a ComputeState at Continue
	// for all defined Nodes in order to compute the linked Node.
	AND JoinMode = "and"
	// OR will force the system to have at least on ComputeState at Continue
	// for all defined Nodes in order to compute the linked Node.
	OR = "or"
	// NONE is the default JoinMode to define a mono link between two Nodes.
	NONE = "none"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type JoinMode

type JoinMode string

JoinMode define the mode to join multiple Nodes (source) to the same linked Node (target)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL