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
 boolean IncludeInSet(COptQuestSolution solution)
           
 

Method Detail

IncludeInSet

boolean IncludeInSet(COptQuestSolution solution)