Uses of Class
procope.data.networks.NetworkEdge

Packages that use NetworkEdge
procope.data.networks   
 

Uses of NetworkEdge in procope.data.networks
 

Methods in procope.data.networks that return types with arguments of type NetworkEdge
 Collection<NetworkEdge> ProteinNetwork.getDirectedNeighbors(int protein, boolean fromProtein)
          Returns all incident edges of a given direction from a directed network.
 List<NetworkEdge> ProteinNetwork.getNearestNeighbors(int protein)
          Basically the same as ProteinNetwork.getNeighbors(int), but returns the IDs of all neighbors with descending weights.
 List<NetworkEdge> ProteinNetwork.getNeighbors(int protein)
          Returns all incident edges for a given protein in the network.
 Iterator<NetworkEdge> ProteinNetwork.iterator()
          Returns an iterator over all edges of the network.
 

Methods in procope.data.networks with parameters of type NetworkEdge
 int NetworkEdge.compareTo(NetworkEdge o)
          Compare this network edge with another.
 void ProteinNetwork.setFullEdge(NetworkEdge edge)
          Takes an existing NetworkEdge object and inserts the edge into this network.