Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.recontask.engine.ReconExpression

  • Packages that use ReconExpression 
    Package Description
    psdi.app.recontask.engine  
    • Uses of ReconExpression in psdi.app.recontask.engine

      Subclasses of ReconExpression in psdi.app.recontask.engine 
      Modifier and Type Class and Description
      class  ReconCompAttributesEqualityExpression 
      class  ReconCompFilterExpression 
      class  ReconCompMatchesFoundExpression 
      class  ReconLinkExpression
      This class represents a reconciliation link expression and contains methods for evaluating it.
      Fields in psdi.app.recontask.engine declared as ReconExpression 
      Modifier and Type Field and Description
      protected ReconExpression ReconValue.rule
      a successful rule reference piggybacked on the ReconValue object (no need for yet another cache, a successful match will always correspond to one rule)
      Methods in psdi.app.recontask.engine that return ReconExpression 
      Modifier and Type Method and Description
      ReconExpression ReconValue.getRule() 
      protected ReconExpression ComparisonRule.readReconCompExpression(MboRemote rule, java.lang.String relationship)
      Retrieves an expression for this comparison rule
      Methods in psdi.app.recontask.engine with parameters of type ReconExpression 
      Modifier and Type Method and Description
      void ReconValue.setRule(ReconExpression rule) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes