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 SubunitClustererMethodSubunitCluster. getClustererMethod()SubunitClustererMethodSubunitClustererParameters. getClustererMethod()Method to cluster subunits.static SubunitClustererMethodSubunitClustererMethod. 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 voidSubunitClustererParameters. setClustererMethod(SubunitClustererMethod method)Method to cluster subunits.
-