K - proposition id objects.public interface PropositionRetriever<K>
| Modifier and Type | Method and Description |
|---|---|
org.protempa.PropositionDefinition |
retrieve(String sourceConfigId,
K inKey)
Retrieves a proposition definition with the specified id and for the
specified user.
|
org.protempa.PropositionDefinition retrieve(String sourceConfigId, K inKey) throws PropositionFindException
sourceConfigId - the source config id of interest.inKey - the proposition id of interest.null if
not found.PropositionFindExceptionCopyright © 2012–2020 Emory University. All rights reserved.