Class Constant

Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.path.DerivePath>
org.anchoranalysis.io.input.bean.path.DerivePath
org.anchoranalysis.plugin.io.bean.path.derive.Constant

public class Constant
extends org.anchoranalysis.io.input.bean.path.DerivePath
Always generates a constant path irrespective of the the input
  • Constructor Summary

    Constructors 
    Constructor Description
    Constant()  
    Constant​(String value)  
  • Method Summary

    Modifier and Type Method Description
    Path deriveFrom​(Path source, boolean debugMode)  
    String getValue()  
    void setValue​(String value)  

    Methods inherited from class org.anchoranalysis.io.input.bean.path.DerivePath

    deriveFrom

    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

  • Method Details

    • deriveFrom

      public Path deriveFrom​(Path source, boolean debugMode)
      Specified by:
      deriveFrom in class org.anchoranalysis.io.input.bean.path.DerivePath
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)