Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMapEdge

An edge in an argument map derived from an IRelation or an IEquivalenceClass.

Hierarchy

Index

Properties

Optional color

color: string

from

from: IMapNode

Source node of this edge

Optional fromEquivalenceClass

fromEquivalenceClass: IEquivalenceClass

Stores the equivalence class if the edge is based on a relation that has one as a source or if this edge is derived from an equivalence class itself.

id

id: string

relationType

relationType: RelationType

to

Target node of this edge

Optional toEquivalenceClass

toEquivalenceClass: IEquivalenceClass

Stores the equivalence class if the edge is based on a relation that has one as a target or if this edge is derived from an equivalence class itself.

type

type: MAP_EDGE

Generated using TypeDoc