GetVName

UseCase3



// This pp will return a DemIdent* that points to the DemIdent that holds the
// name of the Vertex object on which the function is called.
//
// Written by Gary Card
// for COM1205 cd drawing project
// 11/20/95

*operation* DemIdent* GetVName()
  *traverse* *from* Vertex
  *to* VertexName
  *wrapper* VertexName
  (@ return_val = this->get_name(); @)