Search
-
class
HPS.Search: IDisposable The Search class is a concept class for search-related enum classes.
Public Types
-
enum
Behavior Enumeration of the search behaviors.
Values:
-
Exhaustive Find every instance of the specified types in the specified search space.
-
FirstMatch Find the first instance of any of the specified types in the specified search space.
-
ExhaustivePaths Find every instance of the specified types in the specified search space, counting repeat occurrences separately and making the paths available.
-
-
enum