@Deprecated public interface IMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countMaps(IAtomContainer target)
Deprecated.
Returns solution map count.
|
int |
countMaps(TargetProperties target)
Deprecated.
Returns solution map count.
|
Map<INode,IAtom> |
getFirstMap(IAtomContainer target)
Deprecated.
Returns first solution map.
|
Map<INode,IAtom> |
getFirstMap(TargetProperties target)
Deprecated.
Returns first solution map.
|
List<Map<INode,IAtom>> |
getMaps(IAtomContainer target)
Deprecated.
Returns all solution map.
|
List<Map<INode,IAtom>> |
getMaps(TargetProperties target)
Deprecated.
Returns all solution map.
|
boolean |
hasMap(IAtomContainer molecule)
Deprecated.
checks if a map exits for a molecule.
|
boolean |
hasMap(TargetProperties molecule)
Deprecated.
checks if a map exits for a molecule.
|
boolean hasMap(IAtomContainer molecule)
molecule - moleculeint countMaps(IAtomContainer target)
target - target molecule.List<Map<INode,IAtom>> getMaps(IAtomContainer target)
target - molecule.Map<INode,IAtom> getFirstMap(IAtomContainer target)
target - molecule.boolean hasMap(TargetProperties molecule)
molecule - moleculeint countMaps(TargetProperties target)
target - target molecule.List<Map<INode,IAtom>> getMaps(TargetProperties target)
target - molecule.Map<INode,IAtom> getFirstMap(TargetProperties target)
target - molecule.Copyright © 2021. All rights reserved.