[Avida-SVN] r1545 - branches/uml/source/main

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Fri May 11 19:39:28 PDT 2007


Author: hjg
Date: 2007-05-11 22:39:28 -0400 (Fri, 11 May 2007)
New Revision: 1545

Added:
   branches/uml/source/main/cUMLClassDiagram.h
Log:


Added: branches/uml/source/main/cUMLClassDiagram.h
===================================================================
--- branches/uml/source/main/cUMLClassDiagram.h	                        (rev 0)
+++ branches/uml/source/main/cUMLClassDiagram.h	2007-05-12 02:39:28 UTC (rev 1545)
@@ -0,0 +1,17 @@
+#ifndef _C_UMLCLASSDIAGRAM_H_
+#define _C_UMLCLASSDIAGRAM_H_
+
+
+class cUMLClassDiagram { 
+protected: 
+  static std::string class_xmi;
+
+	
+public:
+
+  std::string getClassXMI () { return class_xmi; }  // get the xmi string 
+  void setClassXMI (std::string x) { class_xmi = x; } 
+  
+};
+
+#endif




More information about the Avida-cvs mailing list