|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyStrategy
The DependencyStrategy
interface defines the necessary method to
abstract forwards and backwards dependency in a FlowAnalysis
.
Method Summary | |
---|---|
Set<IProgramPoint> |
getDependencySet(IProgramPoint point)
Returns the set of IProgramPoint s that are dependent on point . |
Set<IProgramPoint> |
getJoinSet(IProgramPoint point)
Returns the set of IProgramPoint s that are point depends
upon. |
Method Detail |
---|
Set<IProgramPoint> getDependencySet(IProgramPoint point)
IProgramPoint
s that are dependent on point
.
point
- the IProgramPoint
for which the dependency set is
returned
IProgramPoint
s dependent on point
Set<IProgramPoint> getJoinSet(IProgramPoint point)
IProgramPoint
s that are point
depends
upon. This should be the inverse of
getDependencySet(IProgramPoint)
.
point
- the IProgramPoint
for which the join set is returned
IProgramPoint
s point
dependents upon
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |