public class ClusterStructuresForResultRow extends Object implements Serializable
| Constructor and Description |
|---|
ClusterStructuresForResultRow() |
ClusterStructuresForResultRow(SearchResult<ResultRow> result,
boolean isReduced,
int totalRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
createStructures(ArrayList<ResultRow> arrayListRR) |
void |
createStructuresForCommonName() |
HashMap<String,ClusterCommonNameDataSource<ResultRow>> |
getHashClusterCommonNamesDataSources() |
HashMap<String,ArrayList<String>> |
getHashClusterScientificNameResultRowID() |
List<String> |
getListFoundDataSources() |
List<ResultRow> |
getResult() |
ResultRow |
getResultRowByRowID(String key) |
int |
getTotalRow() |
boolean |
isReduced() |
void |
setReduced(boolean isReduced) |
void |
setTotalRow(int totalRow) |
public ClusterStructuresForResultRow()
public ClusterStructuresForResultRow(SearchResult<ResultRow> result, boolean isReduced, int totalRow)
public void createStructuresForCommonName()
public HashMap<String,ArrayList<String>> getHashClusterScientificNameResultRowID()
public HashMap<String,ClusterCommonNameDataSource<ResultRow>> getHashClusterCommonNamesDataSources()
public boolean isReduced()
public void setReduced(boolean isReduced)
public int getTotalRow()
public void setTotalRow(int totalRow)
Copyright © 2013. All Rights Reserved.