Package | Description |
---|---|
at.jku.fim.rubanetra.config.model | |
at.jku.fim.rubanetra.config.model.impl | |
at.jku.fim.rubanetra.output.impl |
Modifier and Type | Method and Description |
---|---|
OutputWriterStrategy |
RubanetraSystemConfiguration.getOutputWriterStrategy()
The writer strategy that is used to transform (using
RubanetraSystemConfiguration.getOutputFormat() ) and finally write (using
RubanetraSystemConfiguration.getOutputStream() ) the derived data (delivered from RubanetraSystemConfiguration.getKieSession() ). |
Modifier and Type | Method and Description |
---|---|
static OutputWriterStrategy |
OutputStrategyFactory.createOutputWriterStrategy(RubanetraSystemConfiguration.OutputFormat outputFormat,
OutputStream out)
Returns an object capable of transforming data into the provided
RubanetraSystemConfiguration.OutputFormat |
Modifier and Type | Method and Description |
---|---|
RubanetraSystemConfigurationBuilder |
RubanetraSystemConfigurationBuilder.setOutputWriterStrategy(OutputWriterStrategy outputWriter)
Sets the strategy used to control the serialization process.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvOutputWriterStrategy
Created by stefan on 9/30/14.
|
class |
JsonOutputWriterStrategy
This class implements a Json specific transformation (using the Jackson library) of the derived Event/Fact/Activity-data.
|
class |
NopOutputWriterStrategy
This implementation of the
OutputWriterStrategy does nothing. |
class |
XmlOutputWriterStrategy
Created by stefan on 9/30/14.
|
Copyright © 2013–2015 Institute of networks and security. All rights reserved.