See: Description
Class | Description |
---|---|
AnalyseLinks |
This class can perform some basic analysis over the link structures as follows:
1. |
Link |
This is an abstract base class for a set of linking methods to dynamically link
components.
|
Link_B |
This is the most basic implementation of a linking service that does not apply
any memory restrictions and only increments link references.
|
Link_M |
This is an implementation of a linking service that also considers memory restrictions.
|
Link_NM |
This is an implementation of a linking service that does not apply any memory
restrictions, but both increments and decrements links depending on their use.
|
LinkConfig |
This class stores a description of what linking options are allowed and can parse
a String-based description to determine if a certain linking option has been specified.
|
PermanentLink |
This class stores information about a service's permanent links list.
|
Thresholds |
This class is the base structure for the dynamic links from one source to other sources.
|
ThresholdSource |
This class stores values relating to a linked source, stored in a
Thresholds structure. |