fill_in_edge_source

UseCase3



//****************************************************************************
// Date:	November 25, 1995
// 
//****************************************************************************
//
// Changes:
// Date:
//
//****************************************************************************
// 
// This propagation pattern fills in the Source Vertex Name of an Edge object.
// It takes in one argument, the SourceVertexLabelName.
//
//****************************************************************************



(@
#include <iostream.h>
#include <strstream.h>
@)

*operation* void fill_in_edge_source(char* SourceVertexLabelName,
				     Graph* tmpGraph)


	*wrapper* Edge
		(@ this->set_from(tmpGraph->cppLookUpVName(new DemIdent 
						(SourceVertexLabelName))); @)