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 Type
    Method
    Description
    Reads all the source data and returns the Locators collection, that can be used to initialize the ComputationContext.