|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.expres.model.experiment.VlbiExperiment
public class VlbiExperiment
VlbiExperiment
class - used to describe VLBI experiment workflow. It
contains experiment details like name, description and list of resources and
their connections, vex file, ccf file
Constructor Summary | |
---|---|
VlbiExperiment()
Creates a new instance of the VlbiExperiment |
Method Summary | |
---|---|
CCFValue |
getCcf()
Get value of field: ccf |
byte[] |
getConnections()
Get value of field: connections |
java.util.List<EdgeValue> |
getEdges()
Get value of field: edges |
ExperimentInfo |
getInfo()
Get value of field: info |
java.util.List<ResourceValue> |
getResources()
Get value of field: resources |
byte[] |
getVexFile()
Get value of field: vexFile |
void |
setCcf(CCFValue ccf)
Set value of field: ccf |
void |
setConnections(byte[] connections)
Set value of field: connections |
void |
setEdges(java.util.List<EdgeValue> edges)
Set value of field: edges |
void |
setInfo(ExperimentInfo info)
Set value of field: info |
void |
setResources(java.util.List<ResourceValue> resources)
Set value of field: resources |
void |
setVexFile(byte[] vexFile)
Set value of field: vexFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VlbiExperiment()
Method Detail |
---|
public CCFValue getCcf()
public byte[] getConnections()
public java.util.List<EdgeValue> getEdges()
public ExperimentInfo getInfo()
public java.util.List<ResourceValue> getResources()
public byte[] getVexFile()
public void setCcf(CCFValue ccf)
ccf
- the ccf to setpublic void setConnections(byte[] connections)
connections
- the connections to setpublic void setEdges(java.util.List<EdgeValue> edges)
edges
- the edges to setpublic void setInfo(ExperimentInfo info)
info
- the info to setpublic void setResources(java.util.List<ResourceValue> resources)
resources
- the resources to setpublic void setVexFile(byte[] vexFile)
vexFile
- the vexFile to set
|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |