Class FlattenedSubCatIterable
- java.lang.Object
-
- de.xima.fc.workflow.designer.logic.FlattenedSubCatIterable
-
- All Implemented Interfaces:
Iterable<IElementPrototypeWrapper<?>>
public final class FlattenedSubCatIterable extends Object implements Iterable<IElementPrototypeWrapper<?>>
Iterable that iterates over allSubWorkflowElementCategory.getElements()
of allMainWorkflowElementCategory.getSubCategories()
of a given main category.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description FlattenedSubCatIterable(MainWorkflowElementCategory mainCategory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<IElementPrototypeWrapper<?>>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
FlattenedSubCatIterable
public FlattenedSubCatIterable(MainWorkflowElementCategory mainCategory)
-
-
Method Detail
-
iterator
public Iterator<IElementPrototypeWrapper<?>> iterator()
- Specified by:
iterator
in interfaceIterable<IElementPrototypeWrapper<?>>
-
-