|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchemaxon.util.HitDisplayTool
Class for displaying hit results with hit coloring, alignment, partial clean, etc.
| Field Summary |
| Constructor Summary | |
HitDisplayTool(HitColoringAndAlignmentOptions options,
MolSearchOptions searchOptions,
Standardizer standardizer,
Molecule query)
Constructor. |
|
| Method Summary | |
Molecule |
getHit(Molecule target)
Processes the next target structure. |
java.util.ArrayList |
getHitIndexes()
Returns the hit indexes for the last target. |
Molecule[] |
getHits(Molecule target,
chemaxon.enumeration.supergraph.Supergraph markushSupergraph,
int maxHitCount)
Processes the next target structure. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HitDisplayTool(HitColoringAndAlignmentOptions options,
MolSearchOptions searchOptions,
Standardizer standardizer,
Molecule query)
options - options for coloring and alignmentsearchOptions - search optionsstandardizer - this Standardizer will be used during the search
process, or null for only aromatization.query - the query structure| Method Detail |
public Molecule getHit(Molecule target)
throws chemaxon.sss.search.SearchException,
chemaxon.enumeration.supergraph.SupergraphException
target - the target
null if there was
no hit
- Throws:
chemaxon.sss.search.SearchException
chemaxon.enumeration.supergraph.SupergraphException
public Molecule[] getHits(Molecule target,
chemaxon.enumeration.supergraph.Supergraph markushSupergraph,
int maxHitCount)
throws chemaxon.sss.search.SearchException,
chemaxon.enumeration.supergraph.SupergraphException
target - the targetmarkushSupergraph - a standardized markush supergraph can be
specified here if present, or nullmaxHitCount - specify 0 to get back all the hits found,
or an arbitrary limit.-1 to get back only a single hit, the best fitting
is returned in case of alignment (default).
chemaxon.sss.search.SearchException
chemaxon.enumeration.supergraph.SupergraphExceptionpublic java.util.ArrayList getHitIndexes()
getHit(chemaxon.struc.Molecule) or
getHits(chemaxon.struc.Molecule, chemaxon.enumeration.supergraph.Supergraph, int)
int[]
elements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||