Uses of Class
ProGAL.proteins.belta.BetaTopology

Packages that use BetaTopology
ProGAL.proteins.belta   
ProGAL.proteins.beltaStructure.bnb   
ProGAL.proteins.beltaStructure.sheetLoop   
 

Uses of BetaTopology in ProGAL.proteins.belta
 

Methods in ProGAL.proteins.belta that return BetaTopology
 BetaTopology PDBFile.getBetaTopology()
           
 

Methods in ProGAL.proteins.belta with parameters of type BetaTopology
 boolean BetaTopology.matches(BetaTopology bTop)
          Determine if this beta-topology matches some other topology.
 boolean BetaTopology.respects(BetaTopology bTop)
          Determine if this beta-topology respects some other topology.
 

Constructors in ProGAL.proteins.belta with parameters of type BetaTopology
SheetTopology(BetaTopology bTop, int strand)
          Construct the sheet containing the specified strand.
 

Uses of BetaTopology in ProGAL.proteins.beltaStructure.bnb
 

Constructors in ProGAL.proteins.beltaStructure.bnb with parameters of type BetaTopology
BnBSolver(BetaTopology bt, LowerBound lowerBound)
           
BnBTreeExplorer(BetaTopology bt)
           
 

Uses of BetaTopology in ProGAL.proteins.beltaStructure.sheetLoop
 

Fields in ProGAL.proteins.beltaStructure.sheetLoop declared as BetaTopology
 BetaTopology SheetLoopStructure.betaTopology
           
 

Constructors in ProGAL.proteins.beltaStructure.sheetLoop with parameters of type BetaTopology
SheetLoopStructure(BetaTopology bTop)