|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ChangePackageReplayGraph
public final class ChangePackageReplayGraph
Represents the set of replay relationships among a collection of change packages.
The graph contains all change packages that share at least one change with those in a given set.
| Constructor Summary | |
|---|---|
ChangePackageReplayGraph(ChangePackage cp)
Builds the replay graph for the given change package. |
|
ChangePackageReplayGraph(ChangePackageCollection cc)
Builds the replay graph for the given collection of change packages. |
|
ChangePackageReplayGraph(View view)
Builds the replay graph for the change packages in the given view. |
|
| Method Summary | |
|---|---|
boolean |
contains(ChangePackage cp)
Determines whether or not the replay graph contains the given change package. |
boolean |
containsAnyChangePackagesFromView(View view)
Determines whether or not the replay graph contains any change packages from the given view. |
ChangePackageCollection |
getChangePackagesFromView(View view)
Gets the subset of the change packages in this replay graph that reside in the given view. |
int |
getReplayPathLength(ChangePackage source,
ChangePackage target)
Gets the length of the replay path from the given source to the given target. |
ChangePackageCollection |
getReplaySources(ChangePackage cp)
Gets the set of change packages from which the given one was derived. |
ChangePackageCollection |
getReplayTargets(ChangePackage cp)
Gets the set of change packages representing replayed instances of the given one. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangePackageReplayGraph(View view)
view - The view containing the change packages.public ChangePackageReplayGraph(ChangePackage cp)
cp - The change package.public ChangePackageReplayGraph(ChangePackageCollection cc)
cc - ChangePackageCollection| Method Detail |
|---|
public boolean contains(ChangePackage cp)
cp - ChangePackage
public boolean containsAnyChangePackagesFromView(View view)
view - View
public ChangePackageCollection getChangePackagesFromView(View view)
view - View
public ChangePackageCollection getReplaySources(ChangePackage cp)
cp - ChangePackage
public ChangePackageCollection getReplayTargets(ChangePackage cp)
cp - ChangePackage
public int getReplayPathLength(ChangePackage source,
ChangePackage target)
source - The source change package.target - The target change package.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||