public final class Resolver extends Object
Modifier | Constructor and Description |
---|---|
protected |
Resolver()
Constructs a new resolver.
|
Modifier and Type | Method and Description |
---|---|
static <A extends Activity> |
resolve(List<A> activities)
Resolves overlapping conflicts for the given activities.
|
static <A extends Activity> |
resolve(List<A> activities,
Predicate<A> filter)
Resolves overlapping conflicts for the given activities.
|
public static <A extends Activity> ResolverResult<A> resolve(List<A> activities)
A
- the activity typeactivities
- the activitiespublic static <A extends Activity> ResolverResult<A> resolve(List<A> activities, Predicate<A> filter)
A
- the activity typeactivities
- the activitiesfilter
- a predicate to determine which activities will be considered
at all for the resolution strategyCopyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.