view defical-sharp/libsemtd/public.cs @ 1:758381a85d76 default tip

Incorrect printf format.
author Edho Prima Arief <me@myconan.net>
date Mon, 28 Jun 2010 14:52:19 +0700
parents ebed2bd0d300
children
line wrap: on
line source

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(); }*/
    }
}