Package | Description |
---|---|
com.massa.mrules.builder | |
com.massa.mrules.extensions.dsl.factory | |
com.massa.mrules.factory | |
com.massa.mrules.factory.ser | |
com.massa.mrules.factory.xml |
Modifier and Type | Method and Description |
---|---|
IRuleExecutionSetFactory |
IRuleEngineConfigHolder.getFactory()
Creates a new instance of a
IRuleExecutionSetFactory , configured in parameters. |
IRuleExecutionSetFactory |
AbstractRuleEngineConfigHolder.getFactory()
Returns factory instance, depending on requested implementation and compilation level.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeLanguageFactory
Factory for dsl grammar.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuleExecutionSetFactory
Abstract factory class.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializationFactory
Factory for serialization / deserialization.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRuleExecutionSetXMLFactory
Defines methods of a factory designed to build a
IMRuleExecutionSet |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLFactory
Abstract XML Factory.
|
class |
RichXMLFactory
Read/Write XML factory, based on addons for each known implementations.
|
class |
SimpleXMLFactory
Defines a simple grammar, allowing to use only part of engine possibilities.
|