Options
All
  • Public
  • Public/Protected
  • All
Menu

Provenance graph stores the nodes, the current pointer and is bound to a specific application

Hierarchy

  • IProvenanceGraph

Implemented by

Index

Properties

application

application: Application

Application metadata

current

Pointer to the currently active node

root

root: RootNode

Methods

addNode

  • Add a new node to the provenance graph

    Parameters

    Returns void

emitNodeChangedEvent

getNode

off

  • off(type: string, handler: Handler): void

on

  • on(type: string, handler: Handler): void
  • Available events:

    • nodeAdded, emitted when node is added via this.addNode()
    • currentChanged, emitted when this.current is changed
    • nodeChanged, emitted when this.emitNodeChangedEvent() is called

    Parameters

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc