org.soaplab.services.metadata
Class AnalysisDef
java.lang.Object
org.soaplab.services.metadata.AnalysisDef
public class AnalysisDef
- extends java.lang.Object
A structure with general description of an analysis (details about
all analysis input/output data are not here, but in ParamDef
structures).
- Version:
- $Id: AnalysisDef.java,v 1.3 2007/10/23 08:20:53 marsenger Exp $
- Author:
- Martin Senger
Method Summary |
void |
add(PropertiesBag newOptions)
|
boolean |
exists(java.lang.String key)
|
java.lang.String |
get(java.lang.String key)
|
int |
getInt(java.lang.String key)
|
boolean |
is(java.lang.String key)
Convenient methods for accessing 'options' |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public java.lang.String type
category
public java.lang.String category
appName
public java.lang.String appName
module
public java.lang.String module
options
public PropertiesBag options
conds
public CondDef[] conds
method
public java.lang.String method
launcher
public java.lang.String launcher
file
public java.lang.String file
AnalysisDef
public AnalysisDef()
is
public boolean is(java.lang.String key)
- Convenient methods for accessing 'options'
exists
public boolean exists(java.lang.String key)
get
public java.lang.String get(java.lang.String key)
getInt
public int getInt(java.lang.String key)
add
public void add(PropertiesBag newOptions)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011