com.pega.pegarules.pub.generator
Class DeclarativeReference

java.lang.Object
  extended by com.pega.pegarules.pub.generator.DeclarativeReference

public class DeclarativeReference
extends java.lang.Object

Information regarding a property reference in an expression that can be used by declarative processing to build a network for forward or backward chaining.

Version:
$Revision: 558 $ $Date: 2009-10-01 10:48:42 -0400 (Thu, 01 Oct 2009) $
Author:
Tim Miranda

Field Summary
static java.lang.String COPYRIGHT
           
 java.lang.String mDesignatedClass
           
 java.lang.String mDesignatedClassPath
           
 java.lang.String mDesignatedProperty
           
 java.lang.String mFullDesignatedClassPath
           
 java.lang.String mUnmodifiedPath
           
 boolean mUsesContext
           
static java.lang.String VERSION
           
 
Constructor Summary
DeclarativeReference()
           
 
Method Summary
static boolean designationsMatch(ClipboardPage aChange, DeclarativeReference aDeclRef)
           
 boolean isEqual(DeclarativeReference aOther)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION

mUnmodifiedPath

public java.lang.String mUnmodifiedPath

mFullDesignatedClassPath

public java.lang.String mFullDesignatedClassPath

mDesignatedClassPath

public java.lang.String mDesignatedClassPath

mDesignatedProperty

public java.lang.String mDesignatedProperty

mDesignatedClass

public java.lang.String mDesignatedClass

mUsesContext

public boolean mUsesContext
Constructor Detail

DeclarativeReference

public DeclarativeReference()
Method Detail

designationsMatch

public static boolean designationsMatch(ClipboardPage aChange,
                                        DeclarativeReference aDeclRef)

isEqual

public boolean isEqual(DeclarativeReference aOther)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 Pegasystems Inc. All Rights Reserved.