Skip to content

Missing setters for Rocca classifier in RoccaParameters.java #276

@mlh20

Description

@mlh20

Following privates attributes don't have setters implemented(only getters implemented)

  • roccaOutputDirectory
  • roccaContourStatsOutputFilename
  • roccaSightingStatsOutputFilename

Having corresponding setters such as:

  • public void setRoccaOutputDirectory(File f);
  • public void setRoccaContourStatsOutputFilename(File f);
  • public void setRoccaSightingStatsOutputFilename(File f);

would make it possible to configure Rocca outputs programmatically, which is very useful for server-side and batch workflows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions