コード例 #1
0
 public Output(Parse.Output output)
 {
     Target       = output.target;
     ExpectedAtom = MoleculeBlueprint.Generate(output);
 }
コード例 #2
0
 /// <summary>
 /// Generates a new input molecule and returns one of its atoms.
 /// </summary>
 /// <returns>an atom in the created molecule</returns>
 public Atom Generate()
 {
     return(blueprint.Generate());
 }