Uses of Package
com.sodius.mdw.core.eval.debug

Packages that use com.sodius.mdw.core.eval.debug
com.sodius.mdw.core.eval Contains the evaluation framework to launch evaluations of templates, rules and scripts. 
com.sodius.mdw.core.eval.debug Provides a tree of debug nodes, each node describing the evaluation of a project element (template, rule or script). 
 

Classes in com.sodius.mdw.core.eval.debug used by com.sodius.mdw.core.eval
DebugHierarchy
          A debug hierarchy is a tree of nodes, each node representing an evaluated element (template, rule or script).
 

Classes in com.sodius.mdw.core.eval.debug used by com.sodius.mdw.core.eval.debug
DebugHierarchy
          A debug hierarchy is a tree of nodes, each node representing an evaluated element (template, rule or script).
DebugNode
          A node of the debug hierarchy tree.
DebugValue
          Description of a value, represented as a a String.
DebugVariable
          A named value used in the debug hierarchy.
ElementReference
          A reference to a project element (template, rule or script).
MDWObjectValue
          Description of a model element used during the evaluation.
ModelValue
          Description of a model used during the evaluation.
ProjectElementNode
          A node representing an evaluated element, part of a project.
ProjectReference
          Represents a project.
ProjectUnitReference
          A reference to a project unit (text template or rule set).
RuleReference
          A reference to a rule.
RuleSetReference
          A reference to a rule set.
ScriptReference
          A reference to a script.
TextTemplateReference
          A reference to a text template.
TypeReference
          A reference to a type defining scripts.