Class Objects

Object
AnchorBean<ComparableSource>
ComparableSource
Objects

public class Objects extends ComparableSource
An ObjectCollection to be compared against something else.
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    DerivePath
    Where to find the objects to compare, as a function of the source file-path.
    Findable<ObjectCollection>
    loadAsObjects(Path filePathSource, Dimensions dimensions, boolean debugMode, OperationContext context)
     
    void
    setDerivePath(DerivePath derivePath)
    Where to find the objects to compare, as a function of the source file-path.

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Objects

      public Objects()
  • Method Details

    • loadAsObjects

      public Findable<ObjectCollection> loadAsObjects(Path filePathSource, Dimensions dimensions, boolean debugMode, OperationContext context) throws InputReadFailedException
      Specified by:
      loadAsObjects in class ComparableSource
      Throws:
      InputReadFailedException
    • getDerivePath

      public DerivePath getDerivePath()
      Where to find the objects to compare, as a function of the source file-path.
    • setDerivePath

      public void setDerivePath(DerivePath derivePath)
      Where to find the objects to compare, as a function of the source file-path.