comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:ebed2bd0d300
1 namespace libsemtd
2 {
3 public partial class Semtd
4 {
5 public int[] LabelVer { get { return this.labelVer; } }
6 public int NumVerTotal { get { return this.numVerTotal; } }
7 public int NumVerMain { get { return this.numVerMain; } }
8 public int NumVerDef { get { return this.numVerDef; } }
9 public string GraphType { get { return this.graphType; } }
10 public void LabelSetVer(int posVer, int labelVer) { labelSetVer(posVer, labelVer); }
11 public void LabelRemoveVer(int posVer) { labelRemoveVer(posVer); }
12 public bool IsSemt() { return isSemt(); }
13 public string Print(int mode) { return print(mode); }
14 public bool IsValidToLabel(int posVer, int labelVer) { return isValidToLabel(posVer, labelVer); }
15 public int MinDef() { return minDef(); }
16 /*public void GA_FixLabel() { ga_FixLabel(); }
17 public double GA_SemtScore() { return ga_SemtScore(); }
18 public void GA_SwapLabel() { ga_SwapLabel(); }*/
19 }
20 }