org.tratoo.mdd.kernel.transformation
Interface TransformationIterator
public interface TransformationIterator
Realizes the strategy for a transformation on how to iterate over
the source domain of the transformation.
- Author:
- woelfle
|
Method Summary |
java.util.Collection<java.lang.Object> |
getSuccessor(java.lang.Object element)
|
getSuccessor
java.util.Collection<java.lang.Object> getSuccessor(java.lang.Object element)
- Parameters:
element - The element for which to return
the sucessor elements.
- Returns:
- The successor elements of the given element.
Copyright © 2007. All Rights Reserved.