Uses of Interface
adams.flow.core.ActorComparator
-
Packages that use ActorComparator Package Description adams.flow.core -
-
Uses of ActorComparator in adams.flow.core
Classes in adams.flow.core that implement ActorComparator Modifier and Type Class Description class
DefaultActorComparator
Simply uses the (lowercase) name of the actors for comparison.Methods in adams.flow.core with parameters of type ActorComparator Modifier and Type Method Description static boolean
ActorUtils. sort(SortableActorHandler handler, ActorComparator comp)
Sorts the child-actors using the supplied comparator.boolean
SortableActorHandler. sort(ActorComparator comp)
Sorts the child-actors using the supplied comparator.
-