Exemple #1
0
 public EdgeSchema()
 {
     Constraints = new Constraints();
     Attributes  = new Attributes();
 }
Exemple #2
0
 public EdgeSchema(string name)
 {
     Name        = name;
     Constraints = new Constraints();
     Attributes  = new Attributes();
 }