AIMA.Core.Agent.Impl.AProg.SimpleRule.Condition.evaluate C# (CSharp) Method

evaluate() public abstract method

public abstract evaluate ( ObjectWithDynamicAttributes p ) : bool
p AIMA.Core.Agent.Impl.ObjectWithDynamicAttributes
return bool
	public abstract bool evaluate(ObjectWithDynamicAttributes p);

Usage Example

Beispiel #1
0
 public bool evaluate(ObjectWithDynamicAttributes p)
 {
     return(con.evaluate(p));
 }
All Usage Examples Of AIMA.Core.Agent.Impl.AProg.SimpleRule.Condition::evaluate