C# Class Parley.Evaluation, home_nursing

Exibir arquivo Open project: ChristianHoj/home_nursing

Public Methods

Method Description
Evaluate ( ) : bool
Matches ( string instruction ) : bool

Protected Methods

Method Description
Evaluate ( object left, object right ) : bool
Evaluation ( string operatorTerm ) : System.Collections.Generic

Private Methods

Method Description
GetTerm ( string termString ) : object

Method Details

Evaluate() public method

public Evaluate ( ) : bool
return bool

Evaluate() protected abstract method

protected abstract Evaluate ( object left, object right ) : bool
left object
right object
return bool

Evaluation() protected method

protected Evaluation ( string operatorTerm ) : System.Collections.Generic
operatorTerm string
return System.Collections.Generic

Matches() public method

public Matches ( string instruction ) : bool
instruction string
return bool