File

src/app/model/domain/fol.edge.ts

Description

Edge between two nodes of a graph.

Index

Properties

Properties

functions
functions: string[]
Type : string[]
relations
relations: string[]
Type : string[]
source
source: string
Type : string
target
target: string
Type : string
export interface FOLEdge {
  source: string;
  target: string;
  relations: string[];
  functions: string[];
}

results matching ""

    No results matching ""