| Modifier and Type | Method and Description |
|---|---|
Evidence<T>[] |
ServerInterface.findEvidence(String label)
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.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) |
Copyright © 2019. All rights reserved.