Class NamedChannelsAppend

Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.InputManager<T>>
org.anchoranalysis.io.input.bean.InputManager<T>
org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>
org.anchoranalysis.plugin.io.bean.input.channel.NamedChannelsBase
org.anchoranalysis.plugin.io.bean.input.channel.NamedChannelsAppend

public class NamedChannelsAppend
extends NamedChannelsBase
  • Constructor Summary

    Constructors 
    Constructor Description
    NamedChannelsAppend()  
  • Method Summary

    Modifier and Type Method Description
    org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> getInput()  
    List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>> getListAppend()  
    org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> inputs​(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)  
    boolean isForceEagerEvaluation()  
    boolean isIgnoreFileNotFoundAppend()  
    boolean isSkipMissingChannels()  
    void setForceEagerEvaluation​(boolean forceEagerEvaluation)  
    void setIgnoreFileNotFoundAppend​(boolean ignoreFileNotFoundAppend)  
    void setInput​(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> input)  
    void setListAppend​(List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>> listAppend)  
    void setSkipMissingChannels​(boolean skipMissingChannels)  

    Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader

    getStackReader, setStackReader

    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

    • inputs

      public org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> inputs​(org.anchoranalysis.io.input.bean.InputManagerParameters parameters) throws org.anchoranalysis.io.input.InputReadFailedException
      Specified by:
      inputs in class org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>
      Throws:
      org.anchoranalysis.io.input.InputReadFailedException
    • getInput

      public org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> getInput()
    • setInput

      public void setInput​(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> input)
    • getListAppend

      public List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>> getListAppend()
    • setListAppend

      public void setListAppend​(List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.io.input.bean.path.DerivePath>> listAppend)
    • isForceEagerEvaluation

      public boolean isForceEagerEvaluation()
    • setForceEagerEvaluation

      public void setForceEagerEvaluation​(boolean forceEagerEvaluation)
    • isIgnoreFileNotFoundAppend

      public boolean isIgnoreFileNotFoundAppend()
    • setIgnoreFileNotFoundAppend

      public void setIgnoreFileNotFoundAppend​(boolean ignoreFileNotFoundAppend)
    • isSkipMissingChannels

      public boolean isSkipMissingChannels()
    • setSkipMissingChannels

      public void setSkipMissingChannels​(boolean skipMissingChannels)