C# 클래스 STELLAR.APP.Project

파일 보기 프로젝트 열기: cbinding/stellar 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Project ( ) : System
Project ( String label ) : System
addProcess ( String fileName ) : void
loadFromFile ( String fileName ) : Project
removeProcess ( String fileName ) : void
saveToFile ( Project project, String fileName ) : void

메소드 상세

Project() 공개 메소드

public Project ( ) : System
리턴 System

Project() 공개 메소드

public Project ( String label ) : System
label String
리턴 System

addProcess() 공개 메소드

public addProcess ( String fileName ) : void
fileName String
리턴 void

loadFromFile() 공개 정적인 메소드

public static loadFromFile ( String fileName ) : Project
fileName String
리턴 Project

removeProcess() 공개 메소드

public removeProcess ( String fileName ) : void
fileName String
리턴 void

saveToFile() 공개 정적인 메소드

public static saveToFile ( Project project, String fileName ) : void
project Project
fileName String
리턴 void