NodeKeywords constructor

NodeKeywords()

Implementation

NodeKeywords() {
  this.keywords = [];
  this.nodes = [];
  this.keywordsCallback = {};
}