Rule Execution Server API

ilog.rules.factory.translation
Class IlrTranslationWriter

java.lang.Object
  extended by ilog.rules.util.IlrVisitor
      extended by ilog.rules.factory.translation.IlrTranslationWriter

public class IlrTranslationWriter
extends IlrVisitor

Translation writer. It can write a translation configuration in a b2x file. To do this call visit(translationConfiguration).

Since:
JRules 6.0
See Also:
IlrTranslationConfiguration

Constructor Summary
IlrTranslationWriter(PrintWriter writer)
          Creates a translation writer.
IlrTranslationWriter(Writer writer)
          Creates a translation writer.
 
Method Summary
 
Methods inherited from class ilog.rules.util.IlrVisitor
callAccept, inspect, iterateVisit, iterateVisit, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlrTranslationWriter

public IlrTranslationWriter(Writer writer)
Creates a translation writer.

Parameters:
writer - The writer to write to.

IlrTranslationWriter

public IlrTranslationWriter(PrintWriter writer)
Creates a translation writer.

Parameters:
writer - The writer to write to.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013