Class AbstractMerge.SourceAttribute

    • Field Detail

      • datasetIndex

        public final int datasetIndex
        The index of the source dataset.
      • attributeIndex

        public final int attributeIndex
        The index of the source attribute in the source dataset.
      • attributeName

        public final String attributeName
        The name of the source attribute in the source dataset.
    • Constructor Detail

      • SourceAttribute

        public SourceAttribute​(int datasetIndex,
                               int attributeIndex,
                               String attributeName)
        Standard constructor.
        Parameters:
        datasetIndex - The index of the source dataset.
        attributeIndex - The index of the source attribute in the source dataset.
        attributeName - The name of the source attribute in the source dataset.