Пример #1
0
        public ElementaryProcess(ClausesTree inTreeElement)
        {
            actor  = new LongOperationAttribut(this);
            action = new LongOperationAttribut(this);
            additionalObjectsForAction = new LongOperationAttribut(this);
            charsOfAction   = new LongOperationAttribut(this);
            objectForAction = new LongOperationAttribut(this);

            this.inTreeElement = inTreeElement;
        }
Пример #2
0
 public SemanticSearch(ClausesTree clausesTree, ISentence sent)
 {
     this.clausesTree = clausesTree;
     this.sent        = sent;
     ep = new ElementaryProcess();
 }