|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.octet.query.WildcardAtomQuery
An implementation of AtomQuery that matches all Atoms.
| Constructor Summary | |
WildcardAtomQuery()
Constructs a fully functional WildcardAtomQuery. |
|
| Method Summary | |
boolean |
match(Atom atom,
Molecule molecule)
Returns true if this AtomQuery matches atom,
or false otherwise. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WildcardAtomQuery()
WildcardAtomQuery.
| Method Detail |
public boolean match(Atom atom,
Molecule molecule)
AtomQuerytrue if this AtomQuery matches atom,
or false otherwise.
match in interface AtomQueryatom - the Atom to matchmolecule - the Molecule in which atom resides
true if a match was found, or false otherwise
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||