|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimtools.data.ValueProvider
simtools.data.DataSource
simtools.data.DefaultEmptyDataSource
simtools.data.BufferedEmptyDataSource
public class BufferedEmptyDataSource
Store a buffer related to a buffered data source that couldn't be provided.
Field Summary |
---|
Fields inherited from class simtools.data.DataSource |
---|
endNotificationListeners, listeners, sortedOrder |
Fields inherited from class simtools.data.ValueProvider |
---|
ByteProvider, DoubleProvider, FloatProvider, IntegerProvider, kind, LongProvider, ObjectProvider, ShortProvider |
Constructor Summary | |
---|---|
BufferedEmptyDataSource(java.lang.String dsId,
java.lang.String dscId,
java.lang.Object dsOptionalInformation,
Buffer buffer)
|
Method Summary | |
---|---|
Buffer |
getBuffer()
|
Methods inherited from class simtools.data.DefaultEmptyDataSource |
---|
computeLastIndex, computeMax, computeMin, computeStartIndex, getDataSourceCollectionId, getDataSourceId, getDataSourceOptionalInformation, getInformation, getLastIndex, getMax, getMin, getStartIndex, getValue |
Methods inherited from class simtools.data.ValueProvider |
---|
getByteValue, getDoubleValue, getFloatValue, getIntegerValue, getKind, getLongValue, getObjectValue, getShortValue, valueClass |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferedEmptyDataSource(java.lang.String dsId, java.lang.String dscId, java.lang.Object dsOptionalInformation, Buffer buffer)
Method Detail |
---|
public Buffer getBuffer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |