fr.inria.oadymppac.solver
Interface SearchNode
- All Superinterfaces:
- ChronoProvider, DepthProvider, Indexable, SolverElement, SolverMainElement, SolverManagable, StateProvider
- All Known Subinterfaces:
- ChoicePoint, Failure, Solution
- All Known Implementing Classes:
- AbstractSearchNode, BasicSearchNode, DefaultChoicePoint, DefaultFailure, DefaultSolution
- public interface SearchNode
- extends SolverMainElement, StateProvider
- Author:
- raf
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
EVENT_TYPE
public static final java.lang.String EVENT_TYPE
- See Also:
- Constant Field Values
NONE
public static final int NONE
- See Also:
- Constant Field Values
getIdentifier
public java.lang.String getIdentifier()
getName
public java.lang.String getName()
setIdentifier
public void setIdentifier(java.lang.String ident)
setName
public void setName(java.lang.String name)
getChoiceConstraints
public java.util.Collection getChoiceConstraints()
setChoiceConstraints
public void setChoiceConstraints(java.util.Collection choices)
addChoiceConstraint
public void addChoiceConstraint(ChoiceConstraint choiceConstraint)
removeChoiceConstraint
public void removeChoiceConstraint(ChoiceConstraint choiceConstraint)
countChoiceConstraint
public int countChoiceConstraint()
clearChoiceConstraints
public void clearChoiceConstraints()