| Package | Description |
|---|---|
| org.openscience.cdk.smsd.algorithm.vflib.interfaces | |
| org.openscience.cdk.smsd.algorithm.vflib.map |
| Modifier and Type | Method and Description |
|---|---|
Match |
IState.nextCandidate()
Deprecated.
Returns the next candidate match.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IState.isMatchFeasible(Match match)
Deprecated.
Returns true if the given match will work with the current
map, or false otherwise.
|
IState |
IState.nextState(Match match)
Deprecated.
Returns a state in which the atoms in match have been
added to the current mapping.
|
| Modifier and Type | Method and Description |
|---|---|
Match |
VFState.nextCandidate()
Deprecated.
Returns the next candidate match.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VFState.isMatchFeasible(Match match)
Deprecated.
Returns true if the given match will work with the current
map, or false otherwise.
|
IState |
VFState.nextState(Match match)
Deprecated.
Returns a state in which the atoms in match have been
added to the current mapping.
|
Copyright © 2021. All rights reserved.