Uses of Class
data.networks.NetworkEdge

Packages that use NetworkEdge
data.networks   
 

Uses of NetworkEdge in data.networks
 

Methods in 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.
 Collection<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 data.networks with parameters of type NetworkEdge
 void ProteinNetwork.setFullEdge(NetworkEdge edge)
          Takes an existing NetworkEdge object and inserts the edge into this network.