meshi.molecularElements
Class Protein.BackboneFilter

java.lang.Object
  extended by meshi.molecularElements.Protein.BackboneFilter
All Implemented Interfaces:
Filter
Enclosing class:
Protein

public static class Protein.BackboneFilter
extends java.lang.Object
implements Filter

Sets the chain of this protein, after asserting that it is comprised of residues belonging to a single polypeptide chain.


Constructor Summary
Protein.BackboneFilter()
           
 
Method Summary
 boolean accept(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Protein.BackboneFilter

public Protein.BackboneFilter()
Method Detail

accept

public boolean accept(java.lang.Object obj)
Specified by:
accept in interface Filter