Class AddBaselineCommand

    • Constructor Detail

      • AddBaselineCommand

        public AddBaselineCommand​(Item item,
                                  String label)
        Instantiates a command to add a baseline.
        Parameters:
        item - the item on which to add a baseline.
        label - the label to add.
      • AddBaselineCommand

        public AddBaselineCommand​(Item item,
                                  String label,
                                  String asOfLabel)
        Instantiates a command to add a baseline.
        Parameters:
        item - the item on which to add a baseline.
        label - the label to add.
        asOfLabel - the existing label which serves as a basis for the new baseline to create.