예제 #1
0
        internal Cycle(Derivation derivation)
        {
            this.Derivation = derivation;
            this.ChangeSet  = new AccumulatedChangeSet();

            this.Iterations = new Iteration[0];
        }
예제 #2
0
 internal Graph(Derivation derivation)
 {
     this.Derivation   = derivation;
     this.NodeByObject = new Dictionary <Object, Node>();
 }