Ejemplo n.º 1
0
 public bool ContainsEdge(ExperimentNode source, ExperimentNode target)
 {
     return(m_experiment.ContainsEdge(source, target));
 }