Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDTableNoConverterFoundForTableStandard = errors.New("no parser found for decision table standard")
)
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct{}
func CreateConverter ¶
func CreateConverter() Converter
func (Converter) Convert ¶
func (c Converter) Convert(decisionTable decisionTable.DecisionTable, s standard.Standard) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.