GetCEName

UseCase3



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

*operation* DemIdent* GetCEName()
  *traverse* *from* ConstEdge
  *to* EdgeName
  *wrapper* EdgeName
  (@ return_val = this->get_name(); @)

>