Implement method that returns a Set of VRIs of compounds performing some similarity search. Users have to provide the VRI of the service somehow. Consider of the following methods in Compound:
Set getSimilar(double similarity) throws BlahBlahException;
Set getSimilar(double similarity, VRI service) throws BlahBlahException;
Implement method that returns a Set of VRIs of compounds performing some similarity search. Users have to provide the VRI of the service somehow. Consider of the following methods in Compound:
Set getSimilar(double similarity) throws BlahBlahException;
Set getSimilar(double similarity, VRI service) throws BlahBlahException;