public bool ContainsEdge(ExperimentNode source, ExperimentNode target)
 {
     return(m_experiment.ContainsEdge(source, target));
 }