Interface NamedExperiment

    • Method Detail

      • getShortName

        String getShortName()
        The short name of the experiment. It can be null or empty. Ex: author-2013-1
        Returns:
        the short name
      • setShortName

        void setShortName​(String name)
        Sets the short name of an experiment
        Parameters:
        name - : short name
      • getFullName

        String getFullName()
        The full name of the experiment. It can be null Ex: publication title, experiment description
        Returns:
        the full name
      • setFullName

        void setFullName​(String name)
        Sets the full name of the experiment
        Parameters:
        name - : full name
      • getAliases

        <A extends AliasCollection<A> getAliases()
        Collection of aliases for an experiment. The Collection cannot be null and if the experiment does not have any aliases, the method should return an empty Collection.
        Type Parameters:
        A - an A object
        Returns:
        the aliases