public interface MiDataSet
A generic interface for a data set usable in any extract of a mesh.
Modifier and Type | Method and Description |
---|---|
DataBinding |
getBinding()
Returns the data binding of this dataset.
|
java.lang.String |
getName()
Returns the name of this data set.
|
long |
getTimeStamp()
Returns for this dataset a unique time stamp across all data sets in the
application.
|
long getTimeStamp()
When the content of this data set changes, the time stamp must increase. The time stamp allows extractors to identify this data set and to be aware of any changes to it.
Note: MxTimeStamp
can be
used to generate a valid time stamp.
java.lang.String getName()
DataBinding getBinding()
DataBinding.PER_CELL
or
DataBinding.PER_NODE
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com