Uses of Class
org.biojava.nbio.structure.cluster.SubunitClustererMethod
-
Packages that use SubunitClustererMethod Package Description org.biojava.nbio.structure.cluster -
-
Uses of SubunitClustererMethod in org.biojava.nbio.structure.cluster
Methods in org.biojava.nbio.structure.cluster that return SubunitClustererMethod Modifier and Type Method Description SubunitClustererMethod
SubunitCluster. getClustererMethod()
SubunitClustererMethod
SubunitClustererParameters. getClustererMethod()
Method to cluster subunits.static SubunitClustererMethod
SubunitClustererMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubunitClustererMethod[]
SubunitClustererMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.structure.cluster with parameters of type SubunitClustererMethod Modifier and Type Method Description void
SubunitClustererParameters. setClustererMethod(SubunitClustererMethod method)
Method to cluster subunits.
-