File

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

Description

Node of a graph.

Index

Properties

Properties

constants
constants: string[]
Type : string[]
name
name: string
Type : string
relations
relations: string[]
Type : string[]
export interface FOLNode {
  name: string;
  relations: string[];
  constants: string[];
}

results matching ""

    No results matching ""