etomica.atom
Interface AtomFilter

All Known Subinterfaces:
AtomFilterCollective
All Known Implementing Classes:
AtomFilterInShape, AtomFilterStatic, LatticePlane

public interface AtomFilter

Interface for a class that screens atoms according to some criterion.


Method Summary
 boolean accept(IAtom a)
          Returns true if atom is passes test of filter.
 boolean accept(IMolecule mole)
           
 

Method Detail

accept

boolean accept(IAtom a)
Returns true if atom is passes test of filter.


accept

boolean accept(IMolecule mole)