public class PropositionDefinitionCache extends Object
| Constructor and Description |
|---|
PropositionDefinitionCache(Collection<? extends PropositionDefinition> propDefs) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
collectPropIdDescendantsUsingInverseIsA(String... propIds) |
PropositionDefinition |
get(String id) |
Collection<PropositionDefinition> |
getAll()
Gets an immutable collection of the proposition definitions.
|
public PropositionDefinitionCache(Collection<? extends PropositionDefinition> propDefs)
public Collection<PropositionDefinition> getAll()
public PropositionDefinition get(String id)
public Set<String> collectPropIdDescendantsUsingInverseIsA(String... propIds) throws QueryException
QueryExceptionCopyright © 2012–2018 Emory University. All rights reserved.