JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.biojava.bio.structure.server
Interface PDBFilter
public interface
PDBFilter
defines how a filter of PDB files has to behave
Author:
Andreas Prlic
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(
PDBHeader
header)
return true if this PDBHeader is passing this filter.
Method Detail
accept
boolean accept(
PDBHeader
header)
return true if this PDBHeader is passing this filter.
Parameters:
header
-
Returns:
flag if this PDBHeader is accepted by this filter
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method