|
Log4j 1.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.expres.broker.correlation.task.value.DataChunkSetWrapper
public class DataChunkSetWrapper
DataChunkSetWrapper
class - stores information about each data chunk
from every corresponding radio telescope.
Constructor Summary | |
---|---|
DataChunkSetWrapper(int radioTNumber)
Creates a new instance of DataChunkSetWrapper |
Method Summary | |
---|---|
void |
addChunkInfo(DataChunkWrapper dataChunkWrp)
Add new chunk info into the correlation set |
pl.psnc.expres.model.resource.ResourceValue |
getCorrelator()
Get instance of correlator value, which will be used for correlation |
java.util.Map<java.lang.String,DataChunkWrapper> |
getDataChunkSet()
Get value of field: dataChunkSet |
int |
getRadioTNumber()
Get value of field: radioTNumber |
boolean |
isSetComplete()
Specifies whether the correlation set is ready for being correlated. |
boolean |
isSubmitted()
Get value of field: submitted |
void |
setCorrelator(pl.psnc.expres.model.resource.ResourceValue correlator)
Set correlator value, which will be used for correlation |
void |
setSubmitted(boolean submitted)
Set value of field: submitted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataChunkSetWrapper(int radioTNumber)
DataChunkSetWrapper
radioTNumber
- specifies size of the correlation set. The size is
equals to number of radio telescopes used.Method Detail |
---|
public void addChunkInfo(DataChunkWrapper dataChunkWrp)
dataChunkWrp
- instance of DataChunkWrapper
public pl.psnc.expres.model.resource.ResourceValue getCorrelator()
public java.util.Map<java.lang.String,DataChunkWrapper> getDataChunkSet()
public int getRadioTNumber()
public boolean isSetComplete()
true
if the correlation set is ready for being
correlated, false
otherwisepublic void setCorrelator(pl.psnc.expres.model.resource.ResourceValue correlator)
correlator
- correlator value, which will be used for correlationpublic boolean isSubmitted()
public void setSubmitted(boolean submitted)
submitted
- the submitted to set
|
Log4j 1.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |