
Public Member Functions | |
| ComponentInfoVertex (ComponentInfo componentInfo, int order, boolean immortalChain) | |
| void | decrementIndegree () |
| int | compareTo (Object obj) |
| ComponentInfo | getComponentInfo () |
| int | getIndegree () |
Private Attributes | |
| ComponentInfo | componentInfo |
| int | indegree = 0 |
| int | order |
Static Private Attributes | |
| final int | IMMORTAL_CREDIT = Integer.MAX_VALUE / 2 |
ComponentInfo.
|
||||||||||||||||
|
Constructor.
|
|
|
|
|
|
Decrement (remove) one dependecy. |
|
|
Get wraped instance of
|
|
|
|
|
|
ComponentInfo instance itself. |
|
|
Immortal credit (to increase indregree). Such components should be released after all non-importal components which are not subcomponents of moral components. |
|
|
Indegree (dependency) count. |
|
|
Activation order (position). Used to reconstruct reverse deactivation order. |
1.3.8