Package | Description |
---|---|
io.github.msdk.datamodel |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSample
Implementation of Sample
|
Modifier and Type | Method and Description |
---|---|
List<Sample> |
SimpleFeatureTable.getSamples()
Shortcut to return an immutable list of
Sample s found in this feature table. |
List<Sample> |
FeatureTable.getSamples()
Shortcut to return an immutable list of
Sample s found in this feature table. |
Modifier and Type | Method and Description |
---|---|
Feature |
SimpleFeatureTableRow.getFeature(Sample sample)
Return feature assigned to this row
|
Feature |
FeatureTableRow.getFeature(Sample sample)
Return feature assigned to this row
|
void |
SimpleFeatureTableRow.setFeature(Sample sample,
Feature feature)
setFeature.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFeatureTable.setSamples(List<Sample> samples) |
Copyright © 2019. All rights reserved.