cppUpdAEdge

UseCase3



*operation* void cppUpdAEdge(char* sname, char* dname, char* nlist)
   *traverse* *from* Graph 
              *through* -> *,edges,*
              *to* AltEdge
   *wrapper* AltEdge
       *prefix*
          (@
             // Test if all the names match up
             if (*this->get_from()->GetVName() == sname &&
                 *this->get_to()->GetVName() == dname)
               this->rset_middlepoints(new Coordinates(new DemString(nlist)));
          @)