Exemplo n.º 1
0
 public override string ToString()
 {
     return(ANNIO.ToStringRepresentation(this));
 }
 /// <summary>
 /// Creates a network from a string representation
 /// </summary>
 public Network(List <String> lines)
 {
     ANNIO.FromStringRepresentation(this, lines);
     NetworkUniqueIdGenerator++;
 }