Uses of Interface
tech.molecules.leet.table.NClassification.NClass
-
Packages that use NClassification.NClass Package Description tech.molecules.leet.clustering tech.molecules.leet.table -
-
Uses of NClassification.NClass in tech.molecules.leet.clustering
Classes in tech.molecules.leet.clustering that implement NClassification.NClass Modifier and Type Class Description classClusterAppModel.ClusterMethods in tech.molecules.leet.clustering that return types with arguments of type NClassification.NClass Modifier and Type Method Description List<NClassification.NClass>ClusterAppModel. getClasses()List<NClassification.NClass>ClusterAppModel. getClassesForRow(String id)Methods in tech.molecules.leet.clustering with parameters of type NClassification.NClass Modifier and Type Method Description voidClusterAppModel. addClass(NClassification.NClass ci)voidClusterAppModel. removeClass(NClassification.NClass ci) -
Uses of NClassification.NClass in tech.molecules.leet.table
Classes in tech.molecules.leet.table that implement NClassification.NClass Modifier and Type Class Description static classDefaultClustering.DefaultClassMethods in tech.molecules.leet.table that return types with arguments of type NClassification.NClass Modifier and Type Method Description List<NClassification.NClass>DefaultClustering. getClasses()List<NClassification.NClass>NClassification. getClasses()List<NClassification.NClass>DefaultClustering. getClassesForRow(String rowid)List<NClassification.NClass>NClassification. getClassesForRow(String rowid)List<NClassification.NClass>NDataProvider.ClassificationDataProvider. getClassificationData(String rowid)List<NClassification.NClass>ClassificationColumn. getData(String rowid)Methods in tech.molecules.leet.table with parameters of type NClassification.NClass Modifier and Type Method Description voidDefaultClustering. addClass(NClassification.NClass ci)voidNClassification. addClass(NClassification.NClass ci)voidNClassification.ClassificationListener. classChanged(NClassification.NClass ci)voidDefaultClustering. removeClass(NClassification.NClass ci)voidNClassification. removeClass(NClassification.NClass ci)
-