@Deprecated public interface IState
Modifier and Type | Method and Description |
---|---|
void |
backTrack()
Deprecated.
Returns this IState's atom map to its original condition.
|
Map<INode,IAtom> |
getMap()
Deprecated.
Returns the current mapping of query atoms onto target atoms.
|
boolean |
hasNextCandidate()
Deprecated.
Returns true if another candidate match can be found or
false otherwise.
|
boolean |
isDead()
Deprecated.
Returns true if no match will come from this IState.
|
boolean |
isGoal()
Deprecated.
Returns true if all atoms in the query molecule have been
mapped.
|
boolean |
isMatchFeasible(Match match)
Deprecated.
Returns true if the given match will work with the current
map, or false otherwise.
|
Match |
nextCandidate()
Deprecated.
Returns the next candidate match.
|
IState |
nextState(Match match)
Deprecated.
Returns a state in which the atoms in match have been
added to the current mapping.
|
Map<INode,IAtom> getMap()
boolean hasNextCandidate()
Match nextCandidate()
boolean isMatchFeasible(Match match)
match
- the match to considerboolean isGoal()
boolean isDead()
IState nextState(Match match)
match
- the match to consider.void backTrack()
Copyright © 2021. All rights reserved.