Uses of Class
it.unimi.dico.islab.idbs2.cloud.CloudEdge

Packages that use CloudEdge
it.unimi.dico.islab.idbs2.cloud Contains all necessary classes to represent and manage a Cloud structure connected to the cloud database. 
it.unimi.dico.islab.idbs2.cloud.session Contains all necessary classes to manage the Hibernate Session connected to a cloud database. 
 

Uses of CloudEdge in it.unimi.dico.islab.idbs2.cloud
 

Methods in it.unimi.dico.islab.idbs2.cloud that return CloudEdge
protected  CloudEdge CloudNode.addEdge(CloudNode node, double weight)
          Adds an edge to the current node.
 CloudEdge CloudNode.getEdge(CloudNode target)
          Get the edge having this node as a source node and the given node as target if such an edge exists.
 

Methods in it.unimi.dico.islab.idbs2.cloud that return types with arguments of type CloudEdge
 Set<CloudEdge> CloudNode.getEdges()
          Get the set of edges having this node as a source node.
 Set<CloudEdge> Cloud.getEdges()
          Get the set of all edges associated with this cloud.
 

Method parameters in it.unimi.dico.islab.idbs2.cloud with type arguments of type CloudEdge
protected  void CloudNode.setEdges(Set<CloudEdge> edges)
          Set the edges having this node as a source node.
 

Uses of CloudEdge in it.unimi.dico.islab.idbs2.cloud.session
 

Methods in it.unimi.dico.islab.idbs2.cloud.session with parameters of type CloudEdge
 void CloudEdgeManager.save(CloudEdge node)
          Give persistence to the given CloudNode object using associated Hibernate mappings.