Uses of Class
org.biojava.nbio.structure.contact.StructureInterfaceCluster
- 
Packages that use StructureInterfaceCluster Package Description org.biojava.nbio.structure.contact 
- 
- 
Uses of StructureInterfaceCluster in org.biojava.nbio.structure.contactMethods in org.biojava.nbio.structure.contact that return StructureInterfaceCluster Modifier and Type Method Description StructureInterfaceClusterStructureInterface. getCluster()Methods in org.biojava.nbio.structure.contact that return types with arguments of type StructureInterfaceCluster Modifier and Type Method Description List<StructureInterfaceCluster>StructureInterfaceList. getClusters()Calculate the interface clusters for this StructureInterfaceList using a contact overlap score to measure the similarity of interfaces.List<StructureInterfaceCluster>StructureInterfaceList. getClusters(double contactOverlapScoreClusterCutoff)Calculate the interface clusters for this StructureInterfaceList using a contact overlap score to measure the similarity of interfaces.List<StructureInterfaceCluster>StructureInterfaceList. getClustersNcs()Get the interface clusters for this StructureInterfaceList grouped by NCS-equivalence.Methods in org.biojava.nbio.structure.contact with parameters of type StructureInterfaceCluster Modifier and Type Method Description voidStructureInterface. setCluster(StructureInterfaceCluster cluster)
 
-