Uses of Class
org.biojava.nbio.structure.contact.StructureInterface
-
Uses of StructureInterface in org.biojava.nbio.structure.contact
Modifier and TypeMethodDescriptionStructureInterfaceList.get
(int id) Gets the interface corresponding to given id.Modifier and TypeMethodDescriptionStructureInterfaceList.getList()
StructureInterfaceCluster.getMembers()
StructureInterfaceList.iterator()
Modifier and TypeMethodDescriptionvoid
StructureInterfaceList.add
(StructureInterface interf) boolean
StructureInterfaceCluster.addMember
(StructureInterface interf) void
StructureInterfaceList.addNcsEquivalent
(StructureInterface interfaceNew, StructureInterface interfaceRef) Add an interface to the list, possibly defining it as NCS-equivalent to an interface already in the list.int
StructureInterface.compareTo
(StructureInterface o) double
StructureInterface.getContactOverlapScore
(StructureInterface other, boolean invert) Calculates the Jaccard contact set score (intersection over union) between this StructureInterface and the given one.Modifier and TypeMethodDescriptionvoid
StructureInterfaceCluster.setMembers
(List<StructureInterface> members)