diff defical-sharp/libsemtd/public.cs @ 0:ebed2bd0d300

Initial import from svn. History be damned.
author Edho P. Arief <me@myconan.net>
date Fri, 02 Apr 2010 23:11:57 +0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/defical-sharp/libsemtd/public.cs	Fri Apr 02 23:11:57 2010 +0700
@@ -0,0 +1,20 @@
+namespace libsemtd
+{
+    public partial class Semtd
+    {
+        public int[] LabelVer { get { return this.labelVer; } }
+        public int NumVerTotal { get { return this.numVerTotal; } }
+        public int NumVerMain { get { return this.numVerMain; } }
+        public int NumVerDef { get { return this.numVerDef; } }
+        public string GraphType { get { return this.graphType; } }
+        public void LabelSetVer(int posVer, int labelVer) { labelSetVer(posVer, labelVer); }
+        public void LabelRemoveVer(int posVer) { labelRemoveVer(posVer); }
+        public bool IsSemt() { return isSemt(); }
+        public string Print(int mode) { return print(mode); }
+        public bool IsValidToLabel(int posVer, int labelVer) { return isValidToLabel(posVer, labelVer); }
+        public int MinDef() { return minDef(); }
+        /*public void GA_FixLabel() { ga_FixLabel(); }
+        public double GA_SemtScore() { return ga_SemtScore(); }
+        public void GA_SwapLabel() { ga_SwapLabel(); }*/
+    }
+}
\ No newline at end of file