Package | Description |
---|---|
org.biojava.nbio.structure.contact |
Modifier and Type | Method and Description |
---|---|
StructureInterface |
StructureInterfaceList.get(int id)
Gets the interface corresponding to given id.
|
Modifier and Type | Method and Description |
---|---|
List<StructureInterface> |
StructureInterfaceCluster.getMembers() |
Iterator<StructureInterface> |
StructureInterfaceList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
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 contact overlap score between this StructureInterface and
the given one.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureInterfaceCluster.setMembers(List<StructureInterface> members) |
Copyright © 2000–2019 BioJava. All rights reserved.