Package org.apache.wayang.basic.mapping
Class RepeatMapping
- java.lang.Object
-
- org.apache.wayang.basic.mapping.RepeatMapping
-
-
Constructor Summary
Constructors Constructor Description RepeatMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<PlanTransformation>
getTransformations()
-
-
-
Method Detail
-
getTransformations
public java.util.Collection<PlanTransformation> getTransformations()
- Specified by:
getTransformations
in interfaceMapping
- Returns:
- the transformations that make up this mapping
-
-