Class PreviewCollection<CollectionElementType extends Preview>

  • All Implemented Interfaces:
    Serializable, MOAObject

    public class PreviewCollection<CollectionElementType extends Preview>
    extends Preview
    Class that stores and keeps the history of multiple previews
    Version:
    $Revision: 1 $
    Author:
    Tuan Pham Minh (tuan.pham@ovgu.de)
    See Also:
    Serialized Form
    • Constructor Detail

      • PreviewCollection

        public PreviewCollection​(String orderingName,
                                 String indexName,
                                 Class<?> taskClass,
                                 String variedParamName,
                                 double[] variedParamValues)
      • PreviewCollection

        public PreviewCollection​(String orderingName,
                                 String indexName,
                                 Class<?> taskClass)
    • Method Detail

      • headerToString

        public String headerToString()
      • entryToString

        public String entryToString​(int subPreviewIndex,
                                    int interlacedEntryIndex)
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent
      • getEntryData

        public double[] getEntryData​(int entryIndex)
        Specified by:
        getEntryData in class Preview
      • getOrderingName

        public String getOrderingName()
      • getIndexName

        public String getIndexName()
      • getVariedParamName

        public String getVariedParamName()
      • getVariedParamValues

        public double[] getVariedParamValues()