| Modifier and Type | Method and Description |
|---|---|
Evidence<T>[] |
ServerInterface.findEvidence(String label)
Find the evidences with highest score, for given label and for all
subjects.
|
Evidence<T>[] |
ServerInterface.findEvidence(String label,
int page)
Find evidence of given label, for all subjects.
|
Evidence<T>[] |
ServerInterface.findEvidence(String label,
T subject) |
Evidence<T> |
ServerInterface.findEvidenceById(String id)
Get a single evidence by id.
|
Evidence<T>[] |
ServerInterface.findEvidenceSince(String label,
T subject,
long time) |
Evidence<T>[] |
ServerInterface.findLastEvidences(String label,
T subject)
Find the evidences according to a pattern (that start with provided
pattern), and if multiple evidences are found with same label, return the
most recent one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInterface.addEvidence(Evidence evidence) |
int |
Evidence.compareTo(Evidence other) |
Copyright © 2019. All rights reserved.