public static class Baseline.CompareFlag extends Object
Modifier and Type | Field and Description |
---|---|
static Baseline.CompareFlag |
ACTIVITIES
Indicates that the comparison should include information about activities whose
Activity.ACTIVITY_VERSION_LIST contain versions that are an ancestor of
an old version or an ancestor of a new version, but not both. |
static Baseline.CompareFlag |
NEW_ONLY
Report only on versions in the new set of versions.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics.
|
public static final Baseline.CompareFlag ACTIVITIES
Activity.ACTIVITY_VERSION_LIST
contain versions that are an ancestor of
an old version or an ancestor of a new version, but not both.
In particular, let NewVersions be the set of versions that are a new version or an ancestor of a new version, but not an old version or an ancestor of an old version; and let OldVersions be the set of versions that are an old version or an ancestor of an old version, but not a new version or an ancestor of a new version. Then an activity is considered:
Activity.ACTIVITY_VERSION_LIST
is in the NewVersions set.
Activity.ACTIVITY_VERSION_LIST
is in the OldVersions set.
Activity.ACTIVITY_VERSION_LIST
are in the NewVersions set and the rest are in neither set.
Activity.ACTIVITY_VERSION_LIST
are in the OldVersions set and the rest are in neither set.
Activity.ACTIVITY_VERSION_LIST
are in
the NewVersions set and some are in the OldVersions set.public static final Baseline.CompareFlag NEW_ONLY
public String toString()
toString
in class Object
Copyright © IBM 2017. All rights reserved.