Dependency Guide, Meaning , Facts, Information and Description
In project management, a dependency is a link amongst a project's terminal elements.There are four kinds of dependencies with respect to ordering terminal elements (in order of decreasing frequency of use):
- Finish to start (FS)
- A FS B = B doesn't start before A is finished
- (Foundations dug) FS (Concrete poured)
- Finish to finish (FF)
- A FF B = B doesn't finish before A is finished
- (Entire book written) FF (Last chapter written)
- Start to finish (SF)
- A SF B = B doesn't finish before A starts
- (New shift started) SF (Previous shift finished)
- Start to start (SS).
- A SS B = B doesn't start before A starts
- (Project work started) SS (Project management activities started)
- Causal (logical)
- It is impossible to edit a text before it is written
- It is illogical to pour concrete before you dig the foundations
- Resource constraints
- It is logically possible to paint four walls in a room simultaneously but there is only one painter
- Discretionary
- I want to paint the living room before painting the dining room, although I could do it the other way round, too
- I want to paint the living room before painting the dining room, although I could do it the other way round, too
See also:
In computer science, dependency is a state that one object uses a functionality of another object. This may cause changes on implementation of one object can affect that of another object. Supposedly, Information hiding is a way to eliminate dependency to limit influence of changes and improve modularity. Dependencies can be reduced by applying the dependency inversion principle. Examples of dependency relationships are aggregation (is-part-of), inheritance, subtyping, uses and implements relationships.
It also is common in talking about software package management. One software package, in order to work or to be fully functional, may depend on other software packages and thus must be installed also, and their specific versions must be known if backwards compatibility is broken between versions. The Apt package format, as well as some versions of the RPM package format, include dependency information between packages. This is convenient for updating software but can lead to dependency hell.
See also Dependent area
In Behavioral medicine dependence describes a continuum of physical and psychological attachments related to the concept of addiction.
This is an Article on Dependency. Page Contains Information, Facts Details or Explanation Guide About Dependency
