com.sodius.mdw.core.eval.debug
Interface MDWObjectCollectionValue

All Superinterfaces:
DebugValue

public interface MDWObjectCollectionValue
extends DebugValue

Description of a collection of MDWObject elements used during the evaluation.

This interface is not intended to be implemented by clients.


Method Summary
 Collection<MDWObjectValue> getInstances()
          Return the collection of model elements used.
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.DebugValue
getClassName, getStringValue
 

Method Detail

getInstances

Collection<MDWObjectValue> getInstances()
Return the collection of model elements used.

Returns:
a unmodifiable collection of MDWObjectValue elements.