C# Class ElizaCore.Decomp

Eliza decomposition rule
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Méthode Description
Mem ( ) : bool

Get the mem flag.

Get the mem flag.

NextRule ( ) : string

Get the next reassembly rule.

Get the next reassembly rule.

Pattern ( ) : string

Get the pattern.

Get the pattern.

Print ( int indent ) : void

Print out the decomp rule.

Print out the decomp rule.

StepRule ( ) : void

Step to the next reassembly rule.

Step to the next reassembly rule. If mem is true, pick a random rule.

Private Methods

Méthode Description
Decomp ( string pattern, bool mem, ReasembList reasemb ) : System

Initialize the decomp rule

Method Details

Mem() public méthode

Get the mem flag.
Get the mem flag.
public Mem ( ) : bool
Résultat bool

NextRule() public méthode

Get the next reassembly rule.
Get the next reassembly rule.
public NextRule ( ) : string
Résultat string

Pattern() public méthode

Get the pattern.
Get the pattern.
public Pattern ( ) : string
Résultat string

Print() public méthode

Print out the decomp rule.
Print out the decomp rule.
public Print ( int indent ) : void
indent int
Résultat void

StepRule() public méthode

Step to the next reassembly rule.
Step to the next reassembly rule. If mem is true, pick a random rule.
public StepRule ( ) : void
Résultat void