public class RuleResolutionInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
java.lang.String |
mCircumstanceDateProperty
The Rule's Circumstance Date property.
|
java.lang.String |
mCircumstanceProperty
The Rule's Circumstance Property.
|
java.util.Date |
mExpirationDate
The time that the results expire, or null if they do
not expire.
|
boolean |
mIsRule
Is this a rule?
|
static java.lang.String |
VERSION |
Constructor and Description |
---|
RuleResolutionInformation() |
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public boolean mIsRule
public java.util.Date mExpirationDate
In the current version, Rule Resolution results never expire (they are valid for all time); hence, this field is always set to null.
public java.lang.String mCircumstanceProperty
public java.lang.String mCircumstanceDateProperty
Copyright © 2018 Pegasystems Inc. All Rights Reserved.