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 classDefaultActorComparatorSimply 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 booleanActorUtils. sort(SortableActorHandler handler, ActorComparator comp)Sorts the child-actors using the supplied comparator.booleanSortableActorHandler. sort(ActorComparator comp)Sorts the child-actors using the supplied comparator.
-