Uses of Class
org.biojava.nbio.structure.align.quaternary.QsRelation
-
Packages that use QsRelation Package Description org.biojava.nbio.structure.align.quaternary -
-
Uses of QsRelation in org.biojava.nbio.structure.align.quaternary
Methods in org.biojava.nbio.structure.align.quaternary that return QsRelation Modifier and Type Method Description QsRelationQsAlignResult. getRelation()The quaternary structure relationQsRelationbetween the two groups of Subunits.static QsRelationQsRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static QsRelation[]QsRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.structure.align.quaternary with parameters of type QsRelation Modifier and Type Method Description voidQsAlignResult. setRelation(QsRelation relation)The quaternary structure relationQsRelationbetween the two groups of Subunits.
-