Documentation of 'hep.aida.ref.tuple.ReadOnlyAbstractTuple' Java class
ReadOnlyAbstractTuple
hep.aida.ref.tuple

Class ReadOnlyAbstractTuple

    • Constructor Detail

      • ReadOnlyAbstractTuple

        public ReadOnlyAbstractTuple(java.lang.String name,
                                     java.lang.String options)
      • ReadOnlyAbstractTuple

        public ReadOnlyAbstractTuple(java.lang.String name,
                                     java.lang.String title,
                                     java.lang.String options)
    • Method Detail

      • addRow

        public void addRow()
                    throws OutOfStorageException
        Description copied from interface: ITuple
        Add the current row to the ITuple. This method should be called after fill has been called for the columns; unfilled columns will be filled with their default value.
        Specified by:
        addRow in interface ITuple
        Specified by:
        addRow in class AbstractTuple
        Throws:
        OutOfStorageException - When the ITuple runs out of storage space.
      • reset

        public void reset()
        Description copied from interface: ITuple
        Reset the ITuple. All the rows are reset. The ITuple is as just created.
        Specified by:
        reset in interface ITuple
        Specified by:
        reset in class AbstractTuple
      • resetRow

        public void resetRow()
        Description copied from interface: ITuple
        Clear the current(not yet added) row.
        Specified by:
        resetRow in interface ITuple
        Specified by:
        resetRow in class AbstractTuple

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.