public class ResultUnit extends Object
| Constructor and Description |
|---|
ResultUnit(Integer id,
String notation,
Double tanimoto)
The ResultUnit constructor specifies the display of the similarity value
with four decimal places.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHelmNotation() |
Integer |
getId() |
String |
getTanimotoValue() |
void |
setHelmNotation(String helmNotation) |
void |
setId(Integer id) |
void |
setTanimotoValue(Double tanimotoValue) |
public Integer getId()
public void setId(Integer id)
public String getHelmNotation()
public void setHelmNotation(String helmNotation)
public String getTanimotoValue()
public void setTanimotoValue(Double tanimotoValue)
Copyright © 2018. All rights reserved.