C# Class BAD.Blackboard

Afficher le fichier Open project: simonwittber/uBAD

Méthodes publiques

Méthode Description
CreateLabel ( Label label ) : void
Dec ( string name, float amount ) : void
Div ( string name, float amount ) : void
Get ( string name ) : float
GetLabel ( Symbol name ) : Node
Inc ( string name, float amount ) : void
Mul ( string name, float amount ) : void
Set ( string name, float value ) : void
Set ( string name, string value ) : void

Method Details

CreateLabel() public méthode

public CreateLabel ( Label label ) : void
label Label
Résultat void

Dec() public méthode

public Dec ( string name, float amount ) : void
name string
amount float
Résultat void

Div() public méthode

public Div ( string name, float amount ) : void
name string
amount float
Résultat void

Get() public méthode

public Get ( string name ) : float
name string
Résultat float

GetLabel() public méthode

public GetLabel ( Symbol name ) : Node
name Symbol
Résultat Node

Inc() public méthode

public Inc ( string name, float amount ) : void
name string
amount float
Résultat void

Mul() public méthode

public Mul ( string name, float amount ) : void
name string
amount float
Résultat void

Set() public méthode

public Set ( string name, float value ) : void
name string
value float
Résultat void

Set() public méthode

public Set ( string name, string value ) : void
name string
value string
Résultat void