MetaDone
metadone.client.grasyla2.bool.MatchEngine Class Reference
Inheritance diagram for metadone.client.grasyla2.bool.MatchEngine:
Collaboration diagram for metadone.client.grasyla2.bool.MatchEngine:

List of all members.

Public Member Functions

 MatchEngine (GrasylaContext context, ConcreteObject expression, Engine parent) throws BadPreCondition

Protected Member Functions

Component<?extends Boolean > evaluateComponent (BootstrapGrasyla grasyla) throws BadPreCondition
void notifyChildChanged (Engine child, ChildComponent comp)

Private Member Functions

boolean evaluate ()

Detailed Description

Creates a boolean indicating whether the contained values are equal.

Attributes

none

Contents

Evaluated as Value and then compared.

Result
true iff all the values are equal.
Author:
kma

Constructor & Destructor Documentation

metadone.client.grasyla2.bool.MatchEngine.MatchEngine ( GrasylaContext  context,
ConcreteObject  expression,
Engine  parent 
) throws BadPreCondition

Initializes this engine.

Parameters:
contextThe context
expressionThe expression
parentThe parent or null
Exceptions:
BadPreCondition

Member Function Documentation

boolean metadone.client.grasyla2.bool.MatchEngine.evaluate ( ) [private]
Component<? extends Boolean> metadone.client.grasyla2.bool.MatchEngine.evaluateComponent ( BootstrapGrasyla  grasyla) throws BadPreCondition [protected]
void metadone.client.grasyla2.bool.MatchEngine.notifyChildChanged ( Engine  child,
ChildComponent  comp 
) [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations