MetaDone
metadone.client.grasyla2.ref.MetaEngine Class Reference
Inheritance diagram for metadone.client.grasyla2.ref.MetaEngine:
Collaboration diagram for metadone.client.grasyla2.ref.MetaEngine:

List of all members.

Public Member Functions

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

Protected Member Functions

void notifyChildChanged (Engine child, ChildComponent comp)

Package Functions

protected< C > Component
<?extends C > 
buildNewComponent (Class< C > clComp) throws BadPreCondition

Detailed Description

Returns the metaobject pointed by the reference.

Attributes

none

Contents

Depending on the Grasyla type, a different metaobject will be extracted for that expression. The expression should however be a kind of reference.

  • component named "self": gets the type of the current object (see ConcreteObject#getType(metadone.metabusiness.MetaModel)); on failure the type from the equation may be extracted
  • Grasyla object reference: the referenced metaobject
  • Grasyla role reference: the reference metarole
  • all others: none

Result
Reevaluates by finding an equation for each of the metaobjects which are turned into concrete objects.
Author:
kma

Constructor & Destructor Documentation

metadone.client.grasyla2.ref.MetaEngine.MetaEngine ( GrasylaContext  context,
ConcreteObject  expression,
Engine  parent 
) throws BadPreCondition

Initializes this engine.

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

References metadone.client.grasyla2.GrasylaEngine.context, metadone.client.grasyla2.GrasylaEngine.expression, and metadone.client.grasyla2.GrasylaEngine.parent.


Member Function Documentation

protected<C> Component<? extends C> metadone.client.grasyla2.ref.MetaEngine.buildNewComponent ( Class< C >  clComp) throws BadPreCondition [package, virtual]

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