internal GraphmlEdge(GraphmlNode source, GraphmlNode target)
 {
     _source = source;
     _target = target;
 }
예제 #2
0
 internal GraphmlEdge(GraphmlNode source, GraphmlNode target) {
     _source = source;
     _target = target;
 }