[GME-commit] GMESRC/GME/ConstraintManager OclViolation.h,NONE,1.1

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Apr 30 17:20:07 CDT 2004


Update of /var/lib/gme/GMESRC/GME/ConstraintManager
In directory braindrain:/tmp/cvs-serv2414

Added Files:
	OclViolation.h 
Log Message:
constarint: all violation info record listed

CVS User: bogyom

--- NEW FILE: OclViolation.h ---
#ifndef OclViolation_h
#define OclViolation_h

#include "OCLCommon.h"

namespace OclTree
{
	struct Violation {
		bool						bIsException;
		string						strMessage;
		string						strSignature;
		Position					position;
		StringVector				vecVariables;
		StringVector				vecObjects;
	};

	typedef vector< Violation >	ViolationVector;
}

#endif // OclViolation_h



More information about the GME-commit mailing list