|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
it.unimi.dico.islab.idbs2.cloud | Contains all necessary classes to represent and manage a Cloud structure
connected to the cloud database. |
Uses of Resource in it.unimi.dico.islab.idbs2.cloud |
---|
Methods in it.unimi.dico.islab.idbs2.cloud that return Resource | |
---|---|
Resource |
CloudNode.addResource(String resId,
Double relevance)
Create and add a resource (instance of the Resource class) to this node. |
Methods in it.unimi.dico.islab.idbs2.cloud that return types with arguments of type Resource | |
---|---|
Set<Resource> |
CloudNode.addResources(List<String> resources,
List<Double> relevances)
Creates and add a list of resources (instances of the Resource class) to this node. |
Set<Resource> |
CloudNode.getResources()
Get the set of all resources connected to this node. |
Method parameters in it.unimi.dico.islab.idbs2.cloud with type arguments of type Resource | |
---|---|
protected void |
CloudNode.setResources(Set<Resource> resources)
Set the resources connected to this node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |