Package | Description |
---|---|
org.openscience.cdk.smsd.algorithm.matchers | |
org.openscience.cdk.smsd.algorithm.vflib.interfaces | |
org.openscience.cdk.smsd.algorithm.vflib.map |
Modifier and Type | Method and Description |
---|---|
boolean |
VFAtomMatcher.matches(TargetProperties container,
IAtom atom)
Deprecated.
|
boolean |
DefaultVFAtomMatcher.matches(TargetProperties targetContainer,
IAtom targetAtom)
Deprecated.
|
boolean |
VFBondMatcher.matches(TargetProperties container,
IBond atom)
Deprecated.
|
boolean |
DefaultVFBondMatcher.matches(TargetProperties targetConatiner,
IBond targetBond)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
IMapper.countMaps(TargetProperties target)
Deprecated.
Returns solution map count.
|
Map<INode,IAtom> |
IMapper.getFirstMap(TargetProperties target)
Deprecated.
Returns first solution map.
|
List<Map<INode,IAtom>> |
IMapper.getMaps(TargetProperties target)
Deprecated.
Returns all solution map.
|
boolean |
IMapper.hasMap(TargetProperties molecule)
Deprecated.
checks if a map exits for a molecule.
|
Modifier and Type | Method and Description |
---|---|
int |
VFMCSMapper.countMaps(TargetProperties targetMolecule)
Deprecated.
Returns solution map count.
|
int |
VFMapper.countMaps(TargetProperties targetMolecule)
Deprecated.
Returns solution map count.
|
Map<INode,IAtom> |
VFMCSMapper.getFirstMap(TargetProperties targetMolecule)
Deprecated.
Returns first solution map.
|
Map<INode,IAtom> |
VFMapper.getFirstMap(TargetProperties targetMolecule)
Deprecated.
Returns first solution map.
|
List<Map<INode,IAtom>> |
VFMCSMapper.getMaps(TargetProperties targetMolecule)
Deprecated.
Returns all solution map.
|
List<Map<INode,IAtom>> |
VFMapper.getMaps(TargetProperties targetMolecule)
Deprecated.
Returns all solution map.
|
boolean |
VFMCSMapper.hasMap(TargetProperties targetMolecule)
Deprecated.
checks if a map exits for a molecule.
|
boolean |
VFMapper.hasMap(TargetProperties targetMolecule)
Deprecated.
checks if a map exits for a molecule.
|
Constructor and Description |
---|
VFState(IQuery query,
TargetProperties target)
Deprecated.
Initialise the VFState with query and target
|
Copyright © 2022. All rights reserved.