public class UncertaintySourcePair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
source_id |
java.lang.String |
source_link_description |
Constructor and Description |
---|
UncertaintySourcePair() |
UncertaintySourcePair(int source_id,
java.lang.String source_link_description) |
Modifier and Type | Method and Description |
---|---|
int |
getSourceId() |
java.lang.String |
getSourceLinkDescription() |
void |
setSourceId(int source_id) |
void |
setSourceLinkDescription(java.lang.String source_link_description) |