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.ReconValueSet

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

      Fields in psdi.app.recontask.engine declared as ReconValueSet 
      Modifier and Type Field and Description
      protected ReconValueSet ReconOperatorCompCompareAttribute.dataSet1Values 
      protected ReconValueSet ReconLinkProcessor.dataSet1ValueSet
      input: the data set 1
      protected ReconValueSet ReconOperatorCompCompareAttribute.dataSet2Values 
      protected ReconValueSet ReconLinkProcessor.dataSet2ValueSet
      input: the data set 2
      protected ReconValueSet ComparisonStatementHelper.recordData
      The records read from the database
      protected ReconValueSet ReconOperatorCompFilter.valueSet 
      protected ReconValueSet ReconValue.valueSet 
      Methods in psdi.app.recontask.engine that return ReconValueSet 
      Modifier and Type Method and Description
      ReconValueSet ComparisonStatementHelper.getRecordData() 
      Methods in psdi.app.recontask.engine with parameters of type ReconValueSet 
      Modifier and Type Method and Description
      protected java.util.Map ReconLinkProcessor.buildAttributeToIndexMap(DataSet ds, ReconValueSet dsValueSet)
      Method returns a HashMap containing linking between an attribute name and the original attribute name.
      protected SubordinateSetAttribute[] ReconLinkProcessor.extractSubordinateSetAttributes(ReconValueSet subordinateDataSet)
      Builds an array of attribute sets - one element for every separate attribute.
      void ReconExpression.prepareAttributeIndexes(ReconValueSet leadingSet, ReconValueSet subordinateSet)
      Modifies the comparison operators to use indexes into the attribute arrays instead of attribute names - done for performance reasons
      protected void ReconLinkProcessor.processLeadingSet(ReconValueSet leadingSet, SubordinateSetAttribute[] subordinateSetAttributes)
      Does the actual linking of leading set and subordinate set.
      protected void ReconExpression.walkTreeReplaceAttributeNamesWithIndexes(BinaryTreeNode root, ReconValueSet leadingSet, ReconValueSet subordinateSet)
      Traverse the binary tree using a recursive algorithm
      protected java.util.Map[][] ReconLinkProcessor.writeLinkPhaseOutputs(ReconValueSet leadingSet)
      Writes the outputs of the linking phase.
      Constructors in psdi.app.recontask.engine with parameters of type ReconValueSet 
      Constructor and Description
      ReconValue(ReconValueSet valueSet, java.lang.Object[] values)
      Copies all values contained in the parameter to an internal storage
      ReconValue(ReconValueSet valueSet, java.lang.Object[] values, java.lang.Object[] units)
      Copies all values and their units contained in the parameters to an internal storage
    • Uses of ReconValueSet in psdi.app.recontask.engine.load

      Fields in psdi.app.recontask.engine.load declared as ReconValueSet 
      Modifier and Type Field and Description
      protected ReconValueSet LinkDataLoader.reconValueSet 
      Methods in psdi.app.recontask.engine.load that return ReconValueSet 
      Modifier and Type Method and Description
      ReconValueSet LinkDataLoader.getReconValueSet()
      Returns the loaded attributes and spec attributes.
      Methods in psdi.app.recontask.engine.load with parameters of type ReconValueSet 
      Modifier and Type Method and Description
      protected void DataLoader.attachSpecValues(java.lang.String objectName, java.util.List specAttributes, java.util.Map specCache, ReconValueSet values)
      Attaches spec values.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes