C# Class Spinach.executor

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

Méthodes publiques

Свойство Type Description
coreObject Core
frontEnd exec

Méthodes publiques

Méthode Description
AST ( List elements ) : void
Onerror ( int code, string message ) : void
VisitLine ( string args ) : void
clearCoreValues ( ) : void
coreObject_rescore_ ( string coremsg ) : void
executor ( ) : System
executor ( PlotReceiver plot ) : System
setFrontEndToCore ( ) : void
setPlotObject ( PlotReceiver plot ) : void
setSMObject ( SwarmMemory sm ) : void

Method Details

AST() public méthode

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

Onerror() public méthode

public Onerror ( int code, string message ) : void
code int
message string
Résultat void

VisitLine() public méthode

public VisitLine ( string args ) : void
args string
Résultat void

clearCoreValues() public méthode

public clearCoreValues ( ) : void
Résultat void

coreObject_rescore_() public méthode

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

executor() public méthode

public executor ( ) : System
Résultat System

executor() public méthode

public executor ( PlotReceiver plot ) : System
plot PlotReceiver
Résultat System

setFrontEndToCore() public méthode

public setFrontEndToCore ( ) : void
Résultat void

setPlotObject() public méthode

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

setSMObject() public méthode

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

Property Details

coreObject public_oe property

public Core,Spinach coreObject
Résultat Core

frontEnd public_oe property

public exec,Spinach frontEnd
Résultat exec