Uses of Class
org.biojava.nbio.structure.contact.StructureInterface
Packages that use StructureInterface
-
Uses of StructureInterface in org.biojava.nbio.structure.contact
Methods in org.biojava.nbio.structure.contact that return StructureInterfaceModifier and TypeMethodDescriptionStructureInterfaceList.get(int id) Gets the interface corresponding to given id.Methods in org.biojava.nbio.structure.contact that return types with arguments of type StructureInterfaceModifier and TypeMethodDescriptionStructureInterfaceList.getList()StructureInterfaceCluster.getMembers()StructureInterfaceList.iterator()Methods in org.biojava.nbio.structure.contact with parameters of type StructureInterfaceModifier and TypeMethodDescriptionvoidStructureInterfaceList.add(StructureInterface interf) booleanStructureInterfaceCluster.addMember(StructureInterface interf) voidStructureInterfaceList.addNcsEquivalent(StructureInterface interfaceNew, StructureInterface interfaceRef) Add an interface to the list, possibly defining it as NCS-equivalent to an interface already in the list.intStructureInterface.compareTo(StructureInterface o) doubleStructureInterface.getContactOverlapScore(StructureInterface other, boolean invert) Calculates the contact overlap score between this StructureInterface and the given one.Method parameters in org.biojava.nbio.structure.contact with type arguments of type StructureInterfaceModifier and TypeMethodDescriptionvoidStructureInterfaceCluster.setMembers(List<StructureInterface> members)