com.sodius.mdw.core.model.emf
Interface MDWEList<E>

All Superinterfaces:
Collection<E>, Iterable<E>, MDWCollection<E>, MDWList<E>
All Known Subinterfaces:
TransientLinkList<E>
All Known Implementing Classes:
DefaultMDWList

public interface MDWEList<E>
extends MDWList<E>

EMF based MDWList, which provides facilities to invoke scripts on each MDWObject element of this list. This interface acts as a bridge between MDWorkbench MDWList and EMF Elist

This interface is not intended to be implemented by clients.


Method Summary
 
Methods inherited from interface com.sodius.mdw.core.model.MDWList
collect, collect, collect, concat, concat, concat, concat, concat, concat, copy, detect, detect, detect, first, getInstances, getInstances, getInstances, getInstances, getProfiledInstances, getProfiledInstances, getProfiledInstances, getProfiledInstances, last, reject, reject, reject, reverse, select, select, select, sort, sort, sort, toSet
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray