internal GraphmlEdge(GraphmlNode source, GraphmlNode target)
 {
     _source = source;
     _target = target;
 }
Ejemplo n.º 2
0
 internal GraphmlEdge(GraphmlNode source, GraphmlNode target) {
     _source = source;
     _target = target;
 }