|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use Associations | |
|---|---|
| de.lmu.ifi.dbs.elki.database | Package collects variants of databases and related classes. |
| Uses of Associations in de.lmu.ifi.dbs.elki.database |
|---|
| Fields in de.lmu.ifi.dbs.elki.database declared as Associations | |
|---|---|
private Associations |
ObjectAndAssociations.associations
The map of associations associated with the database objects. |
private Associations |
AbstractDatabase.globalAssociations
Map to hold global associations. |
| Methods in de.lmu.ifi.dbs.elki.database that return Associations | |
|---|---|
Associations |
ObjectAndAssociations.getAssociations()
Returns the associations associated with the database object. |
Associations |
Database.getAssociations(Integer id)
Returns all associations for a given ID. |
Associations |
AbstractDatabase.getAssociations(Integer id)
Returns all associations for a given ID. |
| Methods in de.lmu.ifi.dbs.elki.database with parameters of type Associations | ||
|---|---|---|
void |
Associations.putAll(Associations associations)
Adds all pairs of association ids and objects currently set in the given Associations object to this Associations object. |
|
protected
|
AbstractDatabase.setAssociations(Integer id,
Associations idAssociations)
Sets the specified association to the specified id. |
|
| Constructors in de.lmu.ifi.dbs.elki.database with parameters of type Associations | |
|---|---|
ObjectAndAssociations(O object,
Associations associations)
Provides a single database objects and a map of associations associated with this object. |
|
|
|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||||