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 class
AbstractDataBackedUnorderedRange<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 UnorderedRange
UnorderedRange. getClone()
Returns a clone of the object.static UnorderedRange
UnorderedRange. 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 int
UnorderedRange. 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 String
iTextPDF. 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 class
SpreadSheetUnorderedColumnRange
ExtendedUnorderedRange
class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetUnorderedRowRange
ExtendedUnorderedRange
for handling spreadsheets. -
Uses of UnorderedRange in adams.data.weka
Subclasses of UnorderedRange in adams.data.weka Modifier and Type Class Description class
WekaUnorderedAttributeRange
ExtendedUnorderedRange
class 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 UnorderedRange
PDFExtract. m_Pages
the range of pages to extract.protected UnorderedRange
PDFExtractText. m_Pages
the range of pages to extract.protected UnorderedRange
PDFRenderPages. m_Pages
the pages to render.Methods in adams.flow.transformer that return UnorderedRange Modifier and Type Method Description UnorderedRange
PDFExtract. getPages()
Returns the page range.UnorderedRange
PDFExtractText. getPages()
Returns the page range.UnorderedRange
PDFRenderPages. getPages()
Returns the page range.Methods in adams.flow.transformer with parameters of type UnorderedRange Modifier and Type Method Description void
PDFExtract. setPages(UnorderedRange value)
Sets the page range.void
PDFExtractText. setPages(UnorderedRange value)
Sets the page range.void
PDFRenderPages. 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 UnorderedRange
UnorderedRangeEditor. 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 UnorderedRange
KeepRange. m_RowRange
the index of the attribute to sort on.
-