Uses of Interface
procope.data.networks.NetworkSearchCallback

Packages that use NetworkSearchCallback
procope.data.networks   
 

Uses of NetworkSearchCallback in procope.data.networks
 

Methods in procope.data.networks with parameters of type NetworkSearchCallback
 void ProteinNetwork.breadthFirstSearch(int start, NetworkSearchCallback callback)
          Performs a breadth-first search one the network.
 void ProteinNetwork.depthFirstSearch(int start, NetworkSearchCallback callback)
          Performs a depth-first search one the network.