Uses of Interface
tech.molecules.leet.table.NDataProvider
-
-
Uses of NDataProvider in tech.molecules.leet.clustering
Classes in tech.molecules.leet.clustering that implement NDataProvider Modifier and Type Class Description classClusterAppModel -
Uses of NDataProvider in tech.molecules.leet.table
Subinterfaces of NDataProvider in tech.molecules.leet.table Modifier and Type Interface Description static interfaceNDataProvider.ClassificationDataProviderstatic interfaceNDataProvider.NClassificationProvider<C extends NClassification>static interfaceNDataProvider.NMultiNumericDataProviderstatic interfaceNDataProvider.NStringDataProviderinterfaceNStructureDataProviderClasses in tech.molecules.leet.table that implement NDataProvider Modifier and Type Class Description classDefaultMultiNumericDataProviderclassDefaultStringDataProviderclassDefaultStructureDataProviderstatic classNDataProvider.StructureDataProviderFromColumn<U>Methods in tech.molecules.leet.table with type parameters of type NDataProvider Modifier and Type Method Description <U extends NDataProvider,T>
voidNexusTableModel. setDataProviderForColumn(NColumn<U,T> c, U np)Methods in tech.molecules.leet.table that return types with arguments of type NDataProvider Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<NColumn,NDataProvider>>NexusTableModel. getNexusColumnsWithDataProviders()Methods in tech.molecules.leet.table with parameters of type NDataProvider Modifier and Type Method Description voidNexusTableModel. addNexusColumn(NDataProvider ndp, NColumn nc)Method parameters in tech.molecules.leet.table with type arguments of type NDataProvider Modifier and Type Method Description voidNexusTableModel. setNexusColumnsWithDataProviders(List<org.apache.commons.lang3.tuple.Pair<NColumn,NDataProvider>> cols)voidNexusTableModel. setNexusColumnWithDataProvider(int idx, org.apache.commons.lang3.tuple.Pair<NColumn,NDataProvider> column) -
Uses of NDataProvider in tech.molecules.leet.table.action
Methods in tech.molecules.leet.table.action that return NDataProvider Modifier and Type Method Description NDataProviderCreateXYScatterPlotActionConfig. getDp_color()NDataProviderCreateXYScatterPlotActionConfig. getDp_x()NDataProviderCreateXYScatterPlotActionConfig. getDp_y()Constructors in tech.molecules.leet.table.action with parameters of type NDataProvider Constructor Description CreateXYScatterPlotActionConfig(JPanel plotpanel, NDataProvider dp_x, NDataProvider dp_y, NDataProvider dp_col, NumericalDatasource nd_y, NumericalDatasource nd_x, NumericalDatasource nd_col)CreateXYScatterPlotActionConfig(JPanel plotpanel, NDataProvider dp_x, NDataProvider dp_y, NumericalDatasource nd_x, NumericalDatasource nd_y) -
Uses of NDataProvider in tech.molecules.leet.table.chart
Fields in tech.molecules.leet.table.chart declared as NDataProvider Modifier and Type Field Description NDataProviderXYChartCreator.XYChartConfig. datasetMethods in tech.molecules.leet.table.chart with parameters of type NDataProvider Modifier and Type Method Description static double[]XYChartCreator. evaluateNumericalDS(NDataProvider nd, NColumn c, String ds, List<String> rids)static double[][]XYChartCreator. evaluateSimilarityDS(NDataProvider nd, NSimilarityColumn c, List<String> rids)Constructors in tech.molecules.leet.table.chart with parameters of type NDataProvider Constructor Description XYChartConfig(NDataProvider dataset, NColumn xCol, String xDS, NColumn yCol, String yDS) -
Uses of NDataProvider in tech.molecules.leet.table.chem
Subinterfaces of NDataProvider in tech.molecules.leet.table.chem Modifier and Type Interface Description interfaceNSynthonWithContextDataProvider -
Uses of NDataProvider in tech.molecules.leet.table.io
Classes in tech.molecules.leet.table.io with type parameters of type NDataProvider Modifier and Type Interface Description static interfaceDWARSimpleWrapper.DWARColumnImporter<U extends NDataProvider,T extends NColumn>static classJDWARImportPanel.ImportOption<U extends NDataProvider,T extends NColumn>
-