|
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.factory.VlbiExperimentFactory
public class VlbiExperimentFactory
VlbiExperimentFactory
class - the factory is used to load a VLBI
experiment resources (vex, ccf, workflow, jgx).
Constructor Summary | |
---|---|
VlbiExperimentFactory()
|
Method Summary | |
---|---|
static VlbiExperiment |
getInstance()
Get instance of VlbiExperiment |
static VlbiExperiment |
getInstance(java.io.InputStream inStream)
Creates a VlbiExperiment model from the given input stream. |
static VlbiExperiment |
getInstance(RemoteVlbiExperiment remoteVlbiExp)
Creates new instance of vlbi experiment based on remote vlbi experiment (instance of RemoteVlbiExperiment ) |
static VlbiExperiment |
getInstance(java.lang.String file)
Creates a VlbiExperiment model from the given file |
static VlbiExperiment |
newInstance()
Creates a new instance of VlbiExperiment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VlbiExperimentFactory()
Method Detail |
---|
public static VlbiExperiment getInstance()
VlbiExperiment
VlbiExperiment
public static VlbiExperiment newInstance()
VlbiExperiment
VlbiExperiment
public static VlbiExperiment getInstance(RemoteVlbiExperiment remoteVlbiExp) throws pl.psnc.vlab.exception.ResourceNotFoundException
RemoteVlbiExperiment
)
remoteVlbiExp
- remote vlbi experiment (instance of
RemoteVlbiExperiment
)
VlbiExperiment
)
pl.psnc.vlab.exception.ResourceNotFoundException
public static VlbiExperiment getInstance(java.lang.String file) throws pl.psnc.vlab.exception.ResourceNotFoundException
file
- content of vlbi experiment
VlbiExperiment
pl.psnc.vlab.exception.ResourceNotFoundException
- thrown when model creation failspublic static VlbiExperiment getInstance(java.io.InputStream inStream) throws pl.psnc.vlab.exception.ResourceNotFoundException
inStream
- content of vlbi experiment
VlbiExperiment
pl.psnc.vlab.exception.ResourceNotFoundException
- thrown when model creation fails
|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |