: graph.outgoingEdgesOf(this.task);
}
public boolean sendsModificationsThrough(D dependency) {
V source = getDependencySource(dependency);
Point dependencySourcePoint = getSourcePoint(adapter
.getType(dependency));
return source.equals(task)
&& (!isContainer || pointsModified
.contains(dependencySourcePoint));