Rule Execution Server API

ilog.rules.bom
Interface IlrPatternDomain

All Superinterfaces:
IlrDomain, IlrTransientProperties
All Known Subinterfaces:
IlrMutablePatternDomain
All Known Implementing Classes:
IlrDynamicPatternDomain

public interface IlrPatternDomain
extends IlrDomain

A pattern domain.

The pattern is specified by a regular expression in a syntax similar to that used by Perl.


Method Summary
 String getPattern()
          Returns the pattern.
 
Methods inherited from interface ilog.rules.bom.IlrDomain
getRelatedElement, getStaticReferences
 
Methods inherited from interface ilog.rules.bom.IlrTransientProperties
getPropertyValue, getPropertyValue, propertyNames, removeProperty, setPropertyValue
 

Method Detail

getPattern

String getPattern()
Returns the pattern.

Returns:
The pattern.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013