Package com.opttek.optquest
Interface ISolutionFilter
public interface ISolutionFilter
ISolutionFilter is used to define a filter for a COptQuestSolutionSet object.
The IncludeInSet() method returns true if a solution should be included in
the set and false if it should not be in the set.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
IncludeInSet
(COptQuestSolution solution) Determines if solution should be included in the set.
-
Method Details
-
IncludeInSet
Determines if solution should be included in the set.- Parameters:
solution
-- Returns:
- true/false
-