Rule Execution Server API

ilog.rules.studio.res.generator
Class IlrFileGenerator.RuleApp

java.lang.Object
  extended by ilog.rules.studio.res.generator.IlrFileGenerator.RuleApp
Enclosing class:
IlrFileGenerator

public class IlrFileGenerator.RuleApp
extends Object

Provides some useful methods on a RuleApp project.


Constructor Summary
IlrFileGenerator.RuleApp()
           
 
Method Summary
 boolean isFQNNeeded(IlrSignature signature)
          Deprecated. As of ODM 8.5.1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlrFileGenerator.RuleApp

public IlrFileGenerator.RuleApp()
Method Detail

isFQNNeeded

public boolean isFQNNeeded(IlrSignature signature)
Deprecated. As of ODM 8.5.1.

Verifies the fully-qualified type name. The specified type must be used instead of the short type name. This method is useful if a class is defined with the same name in two different packages, and the class is used as a ruleset parameter type.

Parameters:
signature - The signature of the ruleset parameter to manage.
Returns:
true if the short type name is duplicated in two different packages, and both of these types are used as ruleset parameter types. Returns false if there is no conflict.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013