Package ru.ewc.decita.input
Interface ContentReader
- All Known Implementing Classes:
PlainTextContentReader
public interface ContentReader
I am the interface for all the source data Readers. My implementors should know how to get data
from their sources and then transform it into a format suitable for constructing
DecisionTables
.- Since:
- 0.2
-
Method Summary
Modifier and TypeMethodDescriptionReads all the source data and returns theLocator
s collection, that can be used to initialize theComputationContext
.
-
Method Details
-
allTables
Locators allTables()Reads all the source data and returns theLocator
s collection, that can be used to initialize theComputationContext
.- Returns:
- A collection of
Locator
s , representing the contents ofDecisionTable
s data sources.
-