Previous Table of Contents Next


10.3.12 TransformationTree


   This represents a specialized Transformation that can be modeled as an expression tree.

   Superclasses

   Transformation

   Attributes

   type

Identifies the type of TransformationTree, which can be unary or binary.

type:

multiplicity:

TreeType (tfm_unary | tfm_binary)
exactly one

   body

Identifies the expression tree that embodies the TransformationTree.

type:

multiplicity:

ExpressionNode
exactly one