Uses of Class
org.biojava.nbio.structure.contact.StructureInterface
- 
Packages that use StructureInterface Package Description org.biojava.nbio.structure.contact 
- 
- 
Uses of StructureInterface in org.biojava.nbio.structure.contactMethods in org.biojava.nbio.structure.contact that return StructureInterface Modifier and Type Method Description StructureInterfaceStructureInterfaceList. get(int id)Gets the interface corresponding to given id.Methods in org.biojava.nbio.structure.contact that return types with arguments of type StructureInterface Modifier and Type Method Description List<StructureInterface>StructureInterfaceCluster. getMembers()Iterator<StructureInterface>StructureInterfaceList. iterator()Methods in org.biojava.nbio.structure.contact with parameters of type StructureInterface Modifier and Type Method Description voidStructureInterfaceList. 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 StructureInterface Modifier and Type Method Description voidStructureInterfaceCluster. setMembers(List<StructureInterface> members)
 
-