Uses of Interface
adams.flow.standalone.StandaloneGroup
-
Packages that use StandaloneGroup Package Description adams.flow.standalone -
-
Uses of StandaloneGroup in adams.flow.standalone
Classes in adams.flow.standalone with type parameters of type StandaloneGroup Modifier and Type Class Description class
AbstractStandaloneGroupItem<T extends StandaloneGroup>
Ancestor of a standalone group item.Subinterfaces of StandaloneGroup in adams.flow.standalone Modifier and Type Interface Description interface
StandaloneMutableGroup<T extends Actor>
Interface for a mutable group of standalones.Classes in adams.flow.standalone that implement StandaloneGroup Modifier and Type Class Description class
AbstractStandaloneGroup<T extends Actor>
Ancestor for fixed-sized groups.class
AbstractStandaloneGroupItemGroup<S extends Actor,E extends Actor>
Ancestor for group items that form a group themselves.class
AbstractStandaloneGroupItemMutableGroup<S extends Actor,E extends Actor>
Ancestor for group items that form a group themselves.class
AbstractStandaloneMutableGroup<T extends Actor>
Ancestor for mutable groups of standalones.
-