BrightSide Workbench Full Report + Source Code
org.turro.elephant.search.SearchCategory Class Reference

Public Member Functions

 SearchCategory (String name)
 
void addItem (SearchItem item)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file SearchCategory.java.

Constructor & Destructor Documentation

◆ SearchCategory()

org.turro.elephant.search.SearchCategory.SearchCategory ( String  name)

Definition at line 33 of file SearchCategory.java.

33  {
34  this.name = name;
35  }

Member Function Documentation

◆ addItem()

void org.turro.elephant.search.SearchCategory.addItem ( SearchItem  item)

Definition at line 37 of file SearchCategory.java.

37  {
38  results.add(item);
39  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: