public class SystemPropositionFinder extends AbstractPropositionFinder<String>
| Constructor and Description |
|---|
SystemPropositionFinder(SystemPropositionRetriever inRetriever) |
| Modifier and Type | Method and Description |
|---|---|
List<org.protempa.PropositionDefinition> |
findAll(String sourceConfigId,
List<String> inKeys,
Boolean withChildren)
Finds all of the system elements given by the keys for the given user
|
find@Inject public SystemPropositionFinder(SystemPropositionRetriever inRetriever)
public List<org.protempa.PropositionDefinition> findAll(String sourceConfigId, List<String> inKeys, Boolean withChildren) throws PropositionFindException
sourceConfigId - the ID of the source config to use for the look-upinKeys - the keys of the system elements to look upwithChildren - whether to find the given system elements' children as wellList of SystemPhenotypesPropositionFindExceptionCopyright © 2012–2021 Emory University. All rights reserved.