C# Class Spinach.Core

Afficher le fichier Open project: shranjan/pinac Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Core() public méthode

public Core ( ) : System
Résultat System

Core() public méthode

public Core ( PlotReceiver r ) : System
r PlotReceiver
Résultat System

clearVarMap() public méthode

public clearVarMap ( ) : void
Résultat void

execParallel() public méthode

public execParallel ( string body, string data, int start, int stop ) : void
body string
data string
start int
stop int
Résultat void

getParallelResult() public méthode

public getParallelResult ( List results ) : void
results List
Résultat void

result() public méthode

public result ( string coremsg ) : void
coremsg string
Résultat void

sendres() public méthode

public sendres ( int code, string errormsg ) : void
code int
errormsg string
Résultat void

setAST() public méthode

public setAST ( List elements ) : void
elements List
Résultat void

setFrontEnd() public méthode

public setFrontEnd ( exec FrontEnd ) : void
FrontEnd exec
Résultat void

setPlotObject() public méthode

public setPlotObject ( PlotReceiver plotObj ) : void
plotObj PlotReceiver
Résultat void

setSwarm() public méthode

public setSwarm ( ) : void
Résultat void

setSwarmObject() public méthode

public setSwarmObject ( SwarmMemory sm ) : void
sm SwarmMemory
Résultat void