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

Packages that use ElementReference
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 ElementReference in com.sodius.mdw.core.eval.debug
 

Subinterfaces of ElementReference in com.sodius.mdw.core.eval.debug
 interface ProjectReference
          Represents a project.
 interface ProjectUnitReference
          A reference to a project unit (text template or rule set).
 interface RuleReference
          A reference to a rule.
 interface RuleSetReference
          A reference to a rule set.
 interface ScriptReference
          A reference to a script.
 interface TextTemplateReference
          A reference to a text template.
 interface TypeReference
          A reference to a type defining scripts.