public class PropositionDefinitionCache extends Object
| Constructor and Description |
|---|
PropositionDefinitionCache(Collection<? extends PropositionDefinition> propDefs) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
collectPropIdDescendantsUsingInverseIsA(String... propIds) |
boolean |
contains(String id) |
PropositionDefinition |
get(String id) |
Collection<PropositionDefinition> |
getAll()
Gets an immutable collection of the proposition definitions.
|
void |
merge(PropositionDefinitionCache otherCache)
Merges the given cache into this one.
|
PropositionDefinition |
remove(String id) |
public PropositionDefinitionCache(Collection<? extends PropositionDefinition> propDefs)
public void merge(PropositionDefinitionCache otherCache)
otherCache - another proposition definition cache.public Collection<PropositionDefinition> getAll()
public PropositionDefinition get(String id)
public boolean contains(String id)
public PropositionDefinition remove(String id)
public Set<String> collectPropIdDescendantsUsingInverseIsA(String... propIds) throws QueryException
QueryExceptionCopyright © 2012–2018 Emory University. All rights reserved.