public interface IDecisionCategory extends Serializable, Comparable<IDecisionCategory>, ambit2.base.interfaces.ICategory
IDecisionMethod
results in assigning a category to the query chemical. All categories
should implement IDecisionCategory interface.| Modifier and Type | Method and Description |
|---|---|
IDecisionCategoryEditor |
getEditor() |
String |
getExplanation() |
int |
getID() |
String |
getName() |
String |
getThreshold() |
boolean |
isSelected() |
void |
setExplanation(String name) |
void |
setID(int id) |
void |
setName(String name) |
void |
setSelected(boolean value) |
void |
setThreshold(String threshold) |
compareToint getID()
void setID(int id)
String getName()
getName in interface ambit2.base.interfaces.ICategoryvoid setName(String name)
setName in interface ambit2.base.interfaces.ICategoryvoid setExplanation(String name)
String getExplanation()
String getThreshold()
void setThreshold(String threshold)
IDecisionCategoryEditor getEditor()
boolean isSelected()
void setSelected(boolean value)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.