exportPattern("gromovdist.*")


S3method(gromovdist,default)
S3method(gromovdist,dissimilarity)
S3method(gromovdist,dist)
S3method(gromovdist,igraph) 
S3method(gromovdist,list) 
S3method(gromovdist,matrix)
S3method(gromovdist,multiPhylo) 
S3method(gromovdist,phylo)

## package methods
import(methods)

## packages  
import("glpkAPI")

##selected methods from other packages
importFrom("quadprog","solve.QP.compact")
importFrom("igraph","shortest.paths","degree","V")
importFrom("ape","cophenetic.phylo")
importFrom("stats","cophenetic")
importFrom("cluster","daisy")
importFrom("stats","constrOptim")

