C# 클래스 Knot3.ExtremeTests.ExtremeKnots

파일 보기 프로젝트 열기: knot3/knot3-code

공개 프로퍼티들

프로퍼티 타입 설명
SquareKnot_TestLengths int[]
knot Knot

공개 메소드들

메소드 설명
CreateSquareKnot ( int numberOfEdges, string knotName ) : void
LoadSquareKnot ( string knotName ) : void
SaveSquareKnot ( int numberOfEdges, string knotName ) : void
generateTestKnots ( ) : void

비공개 메소드들

메소드 설명
ExtremeKnots ( ) : System

메소드 상세

CreateSquareKnot() 공개 정적인 메소드

public static CreateSquareKnot ( int numberOfEdges, string knotName ) : void
numberOfEdges int
knotName string
리턴 void

LoadSquareKnot() 공개 정적인 메소드

public static LoadSquareKnot ( string knotName ) : void
knotName string
리턴 void

SaveSquareKnot() 공개 정적인 메소드

public static SaveSquareKnot ( int numberOfEdges, string knotName ) : void
numberOfEdges int
knotName string
리턴 void

generateTestKnots() 공개 정적인 메소드

public static generateTestKnots ( ) : void
리턴 void

프로퍼티 상세

SquareKnot_TestLengths 공개적으로 정적으로 프로퍼티

public static int[] SquareKnot_TestLengths
리턴 int[]

knot 공개적으로 정적으로 프로퍼티

public static Knot knot
리턴 Knot