void |
TableColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,Set<Proposition>> forwardDerivations,
Map<Proposition,Set<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,Set<Proposition>> forwardDerivations,
Map<Proposition,Set<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache propDefCache,
TabularWriter writer) |
void |
CountColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,Set<Proposition>> forwardDerivations,
Map<Proposition,Set<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
DistanceBetweenColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,Set<Proposition>> forwardDerivations,
Map<Proposition,Set<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
AtLeastNColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,Set<Proposition>> forwardDerivations,
Map<Proposition,Set<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
ConstantColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,Set<Proposition>> forwardDerivations,
Map<Proposition,Set<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache knowledgeSourceCache,
TabularWriter writer) |
void |
PropositionValueColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,Set<Proposition>> forwardDerivations,
Map<Proposition,Set<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |