public interface EvidenceReaderCommandFactory
| Modifier and Type | Method and Description | 
|---|---|
EvidenceReaderCommand | 
create(Network network)
Create an evidence reader command, based on a specific network which may be a copy of the original. 
 | 
EvidenceReaderCommand | 
createPartitioned(Network network,
                 DataPartitioning dataPartitioning,
                 int partitionCount)
Create an evidence reader command on a partition, based on a specific network which may be a copy of the original. 
 | 
EvidenceReaderCommand create(Network network)
network - The network to base the reader on.EvidenceReaderCommand createPartitioned(Network network, DataPartitioning dataPartitioning, int partitionCount)
network - The network to base the reader on.dataPartitioning - The partition number and method such as include/exclude.partitionCount - The total number of partitions.Copyright © 2021. All rights reserved.