Class SimpleOutputNameStyle

Object
org.anchoranalysis.io.output.namestyle.OutputNameStyle
org.anchoranalysis.io.output.namestyle.SimpleOutputNameStyle
All Implemented Interfaces:
Serializable

public class SimpleOutputNameStyle
extends OutputNameStyle
A constant filename that is identical to the output-name plus extension.
Author:
Owen Feehan
See Also:
Serialized Form
  • Constructor Details

    • SimpleOutputNameStyle

      public SimpleOutputNameStyle​(String outputName)
      Creates with an output-name.
      Parameters:
      outputName - an identifier used in rules to determine if an output is enabled or not.
  • Method Details