Uses of Interface
com.sodius.mdw.core.eval.debug.DebugNode

Packages that use DebugNode
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). 
 

Uses of DebugNode in com.sodius.mdw.core.eval.debug
 

Subinterfaces of DebugNode in com.sodius.mdw.core.eval.debug
 interface ConnectorNode
          A node representing a read/written model during the evaluation.
 interface ProjectElementNode
          A node representing an evaluated element, part of a project.
 interface RuleNode
          A node representing an evaluated rule.
 interface ScriptNode
          A node representing an evaluated script.
 interface TextTemplateNode
          A node representing an evaluated text template.
 

Methods in com.sodius.mdw.core.eval.debug that return DebugNode
 DebugNode DebugNode.getParent()
          Returns the parent node.
 

Methods in com.sodius.mdw.core.eval.debug that return types with arguments of type DebugNode
 List<DebugNode> DebugNode.getChildren()
          Returns the list of child nodes, ordered the way the corresponding elements were evaluated.
 List<DebugNode> DebugHierarchy.getRootNodes()
          Returns the top-level evaluated nodes.