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

List of all members.

Public Member Functions

 NotEngine (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

Component<?extends Boolean > buildNot ()

Detailed Description

Creates a boolean that negates the contained boolean.

Attributes

none

Contents

Evaluated as Boolean.

Result
true iff at least one of the contained values is false.
Author:
kma

Constructor & Destructor Documentation

metadone.client.grasyla2.bool.NotEngine.NotEngine ( 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

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

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