Package xal.extension.solver.hint
Class Hint
java.lang.Object
xal.extension.solver.hint.Hint
- Direct Known Subclasses:
DomainHint
,ExcursionHint
Hint is the abstract class used for implementing hints.
- Author:
- ky6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
the Hint's label
-
-
Constructor Details
-
Hint
Creates a new instance of Hint
-
-
Method Details
-
getLabel
Get this hint's label.- Returns:
- this hint's label.
-
getType
Get the type identifier of this Hint which will be used to fetch this hint in a table of hints. Subclasses should override this method to return a unique string identifying the hint.- Returns:
- the unique type identifier of this Hint
-