Uses of Class
adams.core.UnorderedRange
-
Packages that use UnorderedRange Package Description adams.core adams.core.io adams.data.spreadsheet adams.data.weka adams.flow.transformer adams.gui.goe weka.filters.unsupervised.instance -
-
Uses of UnorderedRange in adams.core
Subclasses of UnorderedRange in adams.core Modifier and Type Class Description classAbstractDataBackedUnorderedRange<T>Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).Methods in adams.core that return UnorderedRange Modifier and Type Method Description UnorderedRangeUnorderedRange. getClone()Returns a clone of the object.static UnorderedRangeUnorderedRange. toRange(int[] indices)Turns the integer indices into a unordered range object.Methods in adams.core with parameters of type UnorderedRange Modifier and Type Method Description intUnorderedRange. compareTo(UnorderedRange o)Compares this range with the specified range for order. -
Uses of UnorderedRange in adams.core.io
Methods in adams.core.io with parameters of type UnorderedRange Modifier and Type Method Description static StringiTextPDF. extractPages(LoggingSupporter logging, ByteArrayInputStream input, UnorderedRange range, ByteArrayOutputStream output)Extracts a subset of pages from one PDF file and stores that in another PDF file.static StringiTextPDF. extractPages(LoggingSupporter logging, File input, UnorderedRange range, File output)Extracts a subset of pages from one PDF file and stores that in another PDF file. -
Uses of UnorderedRange in adams.data.spreadsheet
Subclasses of UnorderedRange in adams.data.spreadsheet Modifier and Type Class Description classSpreadSheetUnorderedColumnRangeExtendedUnorderedRangeclass that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetUnorderedRowRangeExtendedUnorderedRangefor handling spreadsheets. -
Uses of UnorderedRange in adams.data.weka
Subclasses of UnorderedRange in adams.data.weka Modifier and Type Class Description classWekaUnorderedAttributeRangeExtendedUnorderedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc). -
Uses of UnorderedRange in adams.flow.transformer
Fields in adams.flow.transformer declared as UnorderedRange Modifier and Type Field Description protected UnorderedRangePDFExtract. m_Pagesthe range of pages to extract.protected UnorderedRangePDFExtractText. m_Pagesthe range of pages to extract.protected UnorderedRangePDFRenderPages. m_Pagesthe pages to render.Methods in adams.flow.transformer that return UnorderedRange Modifier and Type Method Description UnorderedRangePDFExtract. getPages()Returns the page range.UnorderedRangePDFExtractText. getPages()Returns the page range.UnorderedRangePDFRenderPages. getPages()Returns the page range.Methods in adams.flow.transformer with parameters of type UnorderedRange Modifier and Type Method Description voidPDFExtract. setPages(UnorderedRange value)Sets the page range.voidPDFExtractText. setPages(UnorderedRange value)Sets the page range.voidPDFRenderPages. setPages(UnorderedRange value)Sets the page range. -
Uses of UnorderedRange in adams.gui.goe
Methods in adams.gui.goe that return UnorderedRange Modifier and Type Method Description protected UnorderedRangeUnorderedRangeEditor. parse(String s)Parses the given string and returns the generated object. -
Uses of UnorderedRange in weka.filters.unsupervised.instance
Fields in weka.filters.unsupervised.instance declared as UnorderedRange Modifier and Type Field Description protected UnorderedRangeKeepRange. m_RowRangethe index of the attribute to sort on.
-