C# Class Tools.ProdItem

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_done bool
m_pos int
m_prod Production

Méthodes publiques

Méthode Description
FirstOfRest ( SymbolsGen syms ) : SymbolSet
IsReducingAction ( ) : bool
Next ( ) : CSymbol
Print ( ) : void
ProdItem ( ) : System
ProdItem ( Production prod, int pos ) : System

Method Details

FirstOfRest() public méthode

public FirstOfRest ( SymbolsGen syms ) : SymbolSet
syms SymbolsGen
Résultat SymbolSet

IsReducingAction() public méthode

public IsReducingAction ( ) : bool
Résultat bool

Next() public méthode

public Next ( ) : CSymbol
Résultat CSymbol

Print() public méthode

public Print ( ) : void
Résultat void

ProdItem() public méthode

public ProdItem ( ) : System
Résultat System

ProdItem() public méthode

public ProdItem ( Production prod, int pos ) : System
prod Production
pos int
Résultat System

Property Details

m_done public_oe property

public bool m_done
Résultat bool

m_pos public_oe property

public int m_pos
Résultat int

m_prod public_oe property

public Production,Tools m_prod
Résultat Production