Exemple #1
0
 internal EvaluationLog()
 {
     _owner = new TestMemoryEntryPoint(null, null);
     _owner.Initialize(new FlowOutputSet(null), new FlowOutputSet(null));
 }
Exemple #2
0
        internal void AssociateValue(LangElement partial, MemoryEntry value)
        {
            var point = new TestMemoryEntryPoint(partial, value);

            associatePoint(point);
        }