vardag

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VarDAG

type VarDAG interface {
	AddVariable(s string, v *VariableContext) error
	VarExists(s string) bool
	GetVarInfo(s string) *VariableContext
	//GetVertices() map[string]*OutputContext
	//GetReferenceInfo(s string) (*OutputContext, error)
	Print()
}

func New

func New() VarDAG

type VariableContext

type VariableContext struct {
	VertexName      string // name of the vertex
	OutputVertex    string // used for validation
	BlockIndex      int    // used for validation and connectivity
	BlockVertexName string // used for validation and connectivity
}

Jump to

Keyboard shortcuts

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