Log4j 1.1

pl.psnc.expres.model.experiment
Class VlbiExperiment

java.lang.Object
  extended by pl.psnc.expres.model.experiment.VlbiExperiment

public class VlbiExperiment
extends java.lang.Object

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

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

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

VlbiExperiment

public VlbiExperiment()
Creates a new instance of the VlbiExperiment

Method Detail

getCcf

public CCFValue getCcf()
Get value of field: ccf

Returns:
the ccf

getConnections

public byte[] getConnections()
Get value of field: connections

Returns:
the connections

getEdges

public java.util.List<EdgeValue> getEdges()
Get value of field: edges

Returns:
the edges

getInfo

public ExperimentInfo getInfo()
Get value of field: info

Returns:
the info

getResources

public java.util.List<ResourceValue> getResources()
Get value of field: resources

Returns:
the resources

getVexFile

public byte[] getVexFile()
Get value of field: vexFile

Returns:
the vexFile

setCcf

public void setCcf(CCFValue ccf)
Set value of field: ccf

Parameters:
ccf - the ccf to set

setConnections

public void setConnections(byte[] connections)
Set value of field: connections

Parameters:
connections - the connections to set

setEdges

public void setEdges(java.util.List<EdgeValue> edges)
Set value of field: edges

Parameters:
edges - the edges to set

setInfo

public void setInfo(ExperimentInfo info)
Set value of field: info

Parameters:
info - the info to set

setResources

public void setResources(java.util.List<ResourceValue> resources)
Set value of field: resources

Parameters:
resources - the resources to set

setVexFile

public void setVexFile(byte[] vexFile)
Set value of field: vexFile

Parameters:
vexFile - the vexFile to set

Log4j 1.1

Copyright 2007-2008 by VLAB