com.pega.pegarules.pub.util
Interface RuleSet
- All Superinterfaces:
- java.lang.Comparable, RuleSetSpecification
public interface RuleSet
- extends RuleSetSpecification, java.lang.Comparable
Represents a specific ruleset version--one with all three version
parts specified.
The string representation of a ruleset version looks like
name:
xx-
yy-
zz
where xx, yy, and zz are two-digit numbers.
- Version:
- $Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
- Author:
- Jamie Gentry
Methods inherited from interface com.pega.pegarules.pub.util.RuleSetSpecification |
compareNameAndMajorVersion, compareTo, equals, getMajorVersion, getMinorVersion, getName, getRevision, getRuleSetType, getVersionString, isPersonal, isRulesetIncluded, isTypeBranch, isTypeBranchPegaOrPega, isTypeComponent, isTypeOverride, isTypePega, isTypeProduction, isTypeShared, isTypeStandard |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
Copyright © 2012 Pegasystems Inc. All Rights Reserved.