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

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

Methods in com.sodius.mdw.core.eval.debug that return MDWObjectValue
 MDWObjectValue ScriptNode.getReceiver()
          Returns a description of the model element on which the script is evaluated.
 

Methods in com.sodius.mdw.core.eval.debug that return types with arguments of type MDWObjectValue
 Collection<MDWObjectValue> ModelValue.getInstances()
          Returns the model elements contained in this model and used during the evaluation.
 Collection<MDWObjectValue> MDWObjectCollectionValue.getInstances()
          Return the collection of model elements used.