Rule Execution Server API

ilog.rules.bom.dynamic
Class IlrDynamicPatternDomain

java.lang.Object
  extended by ilog.rules.bom.dynamic.IlrDynamicDomain
      extended by ilog.rules.bom.dynamic.IlrDynamicPatternDomain
All Implemented Interfaces:
IlrDomain, IlrPatternDomain, IlrTransientProperties, IlrMutablePatternDomain, Serializable

public class IlrDynamicPatternDomain
extends IlrDynamicDomain
implements IlrMutablePatternDomain

Pattern domain implementation.

Warning: Serialized objects of this class will not be compatible with future JRules releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of JRules.

Since:
JRules 5.0
See Also:
Serialized Form

Constructor Summary
IlrDynamicPatternDomain()
           
 
Method Summary
 String getPattern()
          Returns the pattern.
 void setPattern(String pattern)
          Sets the pattern.
 
Methods inherited from class ilog.rules.bom.dynamic.IlrDynamicDomain
addStaticReference, getRelatedElement, getStaticReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ilog.rules.bom.IlrDomain
getRelatedElement, getStaticReferences
 
Methods inherited from interface ilog.rules.bom.IlrTransientProperties
getPropertyValue, getPropertyValue, propertyNames, removeProperty, setPropertyValue
 

Constructor Detail

IlrDynamicPatternDomain

public IlrDynamicPatternDomain()
Method Detail

getPattern

public String getPattern()
Returns the pattern.

Specified by:
getPattern in interface IlrPatternDomain
Returns:
The pattern.

setPattern

public void setPattern(String pattern)
Sets the pattern.

Specified by:
setPattern in interface IlrMutablePatternDomain
Parameters:
pattern - The pattern.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013