| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.dest.table |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeSourceCache |
KnowledgeSourceCacheFactory.getInstance(KnowledgeSource ks,
Collection<PropositionDefinition> cache,
boolean collectValueSets) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache knowledgeSourceCache,
TabularWriter writer)
Gets the values of the specified propositions or properties for
one row of data.
|
void |
PropositionColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache propDefCache,
TabularWriter writer) |
void |
CountColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
DistanceBetweenColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
AtLeastNColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
ConstantColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache knowledgeSourceCache,
TabularWriter writer) |
void |
PropositionValueColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
List<Proposition> |
LinkTraverser.traverseLinks(Link[] links,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache)
Traverses links from a proposition to a list of propositions.
|
Copyright © 2012–2018 Emory University. All rights reserved.