aif

package
v0.0.0-...-d19d543 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2024 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Import

func Import(inFile io.Reader) (*caes.ArgGraph, error)

Types

type AIF

type AIF struct {
	Edges []Edge `json:"edges"`
	Nodes []Node `json:"nodes"`
}

func (AIF) Caes

func (ag AIF) Caes() *caes.ArgGraph

type Edge

type Edge struct {
	Id       string `json:"edgeID"`
	From     string `json:"fromID"`
	FormEdge string `json:"formEdgeID"`
	To       string `json:"toID"`
}

type Node

type Node struct {
	Id        string `json:"nodeID"`
	Text      string `json:"text"`
	Scheme    string `json:"scheme"`
	Timestamp string `json:"timestamp"`
	Type      string `json:"type"`
}

Jump to

Keyboard shortcuts

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