org.eclipse.actf.validation.rulebase
Interface IRuleBaseFactory

All Known Implementing Classes:
DocumentRuleBaseBuilder

public interface IRuleBaseFactory

factory for building rulebases. All clients should implement a no-args constructor for instantiation.

Author:
Mike Squillace

Method Summary
 IRuleBase buildRuleBase(Object data)
          builds a rulebase from the information with which this factory is configured
 

Method Detail

buildRuleBase

IRuleBase buildRuleBase(Object data)
                        throws MalformedRuleBaseException
builds a rulebase from the information with which this factory is configured

Parameters:
data - data needed for rulebase creation (if any)
Returns:
newly created rulebase
Throws:
MalformedRuleBaseException