C# 클래스 Spinach.Core

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

공개 메소드들

메소드 설명
Core ( ) : System
Core ( PlotReceiver r ) : System
clearVarMap ( ) : void
execParallel ( string body, string data, int start, int stop ) : void
getParallelResult ( List results ) : void
result ( string coremsg ) : void
sendres ( int code, string errormsg ) : void
setAST ( List elements ) : void
setFrontEnd ( exec FrontEnd ) : void
setPlotObject ( PlotReceiver plotObj ) : void
setSwarm ( ) : void
setSwarmObject ( SwarmMemory sm ) : void

메소드 상세

Core() 공개 메소드

public Core ( ) : System
리턴 System

Core() 공개 메소드

public Core ( PlotReceiver r ) : System
r PlotReceiver
리턴 System

clearVarMap() 공개 메소드

public clearVarMap ( ) : void
리턴 void

execParallel() 공개 메소드

public execParallel ( string body, string data, int start, int stop ) : void
body string
data string
start int
stop int
리턴 void

getParallelResult() 공개 메소드

public getParallelResult ( List results ) : void
results List
리턴 void

result() 공개 메소드

public result ( string coremsg ) : void
coremsg string
리턴 void

sendres() 공개 메소드

public sendres ( int code, string errormsg ) : void
code int
errormsg string
리턴 void

setAST() 공개 메소드

public setAST ( List elements ) : void
elements List
리턴 void

setFrontEnd() 공개 메소드

public setFrontEnd ( exec FrontEnd ) : void
FrontEnd exec
리턴 void

setPlotObject() 공개 메소드

public setPlotObject ( PlotReceiver plotObj ) : void
plotObj PlotReceiver
리턴 void

setSwarm() 공개 메소드

public setSwarm ( ) : void
리턴 void

setSwarmObject() 공개 메소드

public setSwarmObject ( SwarmMemory sm ) : void
sm SwarmMemory
리턴 void