| Package | Description | 
|---|---|
| libraries | 
| Modifier and Type | Field and Description | 
|---|---|
private SOName | 
Lib.soName
represents the name of the structured object. 
 | 
private SOName | 
LibReference.soName
represents the name of the structured object. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.Map<java.lang.String,SOName> | 
LibManager.soNames
Map of SONames. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SOName | 
Lib.getSoName()
getter for SOName. 
 | 
SOName | 
LibReference.getSoName()
getter for SOName. 
 | 
SOName | 
LibManager.getSoName(java.lang.String value)
creates an structured Object if it doesn't exists and returns it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,SOName> | 
LibManager.getSONames()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Lib.setSoName(SOName soName)  | 
void | 
LibReference.setSoName(SOName soName)
setter for SOName. 
 | 
| Constructor and Description | 
|---|
Lib(SOName soName2)
constructor. 
 | 
LibReference(LibRefState libRefState,
            SOName soname2)
constructor. 
 |