C# 클래스 ClaferIR_test.LoadModelTest

파일 보기 프로젝트 열기: gsdlab/Clafer-IR-API

공개 메소드들

메소드 설명
LoadModelTest ( ) : System
cfrLoad ( string cfrFileName ) : Module

loads a module containing xml based on the clafer model in a .cfr file

비공개 메소드들

메소드 설명
TestMethod1 ( ) : void
TestMethod2 ( ) : void
TestMethod3 ( ) : void
TestMethod4 ( ) : void
TestMethod5 ( ) : void

메소드 상세

LoadModelTest() 공개 메소드

public LoadModelTest ( ) : System
리턴 System

cfrLoad() 공개 메소드

loads a module containing xml based on the clafer model in a .cfr file
public cfrLoad ( string cfrFileName ) : Module
cfrFileName string name of the .cfr file
리턴 Module