public static KnowledgeGraphStore GetInstance() { if (uniqueInstance == null) { uniqueInstance = new KnowledgeGraphStore(); } return(uniqueInstance); }
public DataManager() { this.kgStore = KnowledgeGraphStore.GetInstance(); this.nluStore = NLUStore.GetInstance(); log = Log.Logger.ForContext <DataManager>(); }