public class Split extends Section
| Modifier and Type | Method and Description |
|---|---|
static Split |
create(Section... sections) |
java.util.List<Section> |
getSections() |
java.util.Set<java.lang.Class<? extends Agent<?>>> |
types()
Return the classes for which this section holds actions.
|