Uses of Class
Network.Connection

Packages that use Connection
Network   
 

Uses of Connection in Network
 

Fields in Network declared as Connection
private  Connection[] Network.connections
           
 

Methods in Network that return Connection
 Connection[] Network.getConnections()
          Get the value of connections
 

Methods in Network with parameters of type Connection
 void Network.addConnection(Connection c)
          Ajoute une connection dans le tableau des connexions
 void Network.setConnections(Connection[] value)
          Set the value of connections