|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be imlemented if the class should be able to be added as a datatarget to the system.
Field Summary | |
static java.lang.String |
DEFAULT_ATTRIBUTE_NAME
The name of the attribute containing the name of a level, a factor or the design itself |
static java.lang.String |
DEFAULT_ATTRIBUTE_TIMESTAMP
The name of the attribute containing the timestamp of a level in history |
static java.lang.String |
DEFAULT_ATTRIBUTE_TYPE
The name of the attribute conatining the type of a factor |
static java.lang.String |
DEFAULT_ATTRIBUTE_VALUE
The name of the attribute containing the value of a level |
static java.lang.String |
DEFAULT_NODE_NAME_ATTRIBUTE
The default name of the element in the XML tree, which describes a level of a factor in the design |
static java.lang.String |
DEFAULT_NODE_NAME_AUTHOR
The default name of the element in the XML tree, which contains the author of the design |
static java.lang.String |
DEFAULT_NODE_NAME_DESCRIPTION
The default name of the element in the XML tree, which contains the description of the design |
static java.lang.String |
DEFAULT_NODE_NAME_DESIGN
The default name of the element in the XML tree, which contains the design definition |
static java.lang.String |
DEFAULT_NODE_NAME_FACTOR
The default name of the element in the XML tree, which describes a factor in the design |
static java.lang.String |
DEFAULT_NODE_NAME_HISTORY
The default name of the element in the XML tree, which contains the history of the design file |
static java.lang.String |
DEFAULT_NODE_NAME_ROOT
The default name of the root element of a conjoint design file. |
static java.lang.String |
FACTOR_TYPE_ANTIIDEALPOINT
The value of a factory type attribute if the type of the factor is 'antiideal point'. |
static java.lang.String |
FACTOR_TYPE_IDEALPOINT
The value of a factors type attribute if the type of the factor is 'ideal point'. |
static java.lang.String |
FACTOR_TYPE_LINEAR
The value of a factors type attribute if the type of the factor is 'linear'. |
static java.lang.String |
FACTOR_TYPE_UNKNOWN
The value of a factors type attribute if the type is 'unknown' |
static java.lang.String |
XPATH_AUTHOR
The XPath to the node containing the author name of the design |
static java.lang.String |
XPATH_DESCRIPTION
The XPath to the node containing the description of the design |
static java.lang.String |
XPATH_DESIGN
The XPath to the design node of the dataset. |
static java.lang.String |
XPATH_DESIGN_ATTRIBUTE
The XPath to access all level nodes in the design node of the dataset |
static java.lang.String |
XPATH_DESIGN_FACTOR
The XPath to access all factor nodes in the design node of the dataset |
static java.lang.String |
XPATH_HISTORY
The XPath to the history node of the dataset. |
static java.lang.String |
XPATH_HISTORY_FACTOR
The XPath to access all factor nodes in the history node of the dataset |
Fields inherited from interface lacam.interfaces.Process |
ANALYSIS, DATASOURCE, DATATARGET, MODELMANAGER, PARAMKEY_LANGUAGE_PACK, PARAMKEY_PLUGIN_NAME, POSTPROCESS, PREPROCESS, USERINTERFACE |
Method Summary | |
byte[] |
getData()
Returns the retrieved data. |
Methods inherited from interface lacam.interfaces.Process |
init, reinit |
Field Detail |
public static final java.lang.String DEFAULT_NODE_NAME_ROOT
public static final java.lang.String DEFAULT_NODE_NAME_DESIGN
public static final java.lang.String DEFAULT_NODE_NAME_HISTORY
public static final java.lang.String DEFAULT_NODE_NAME_FACTOR
public static final java.lang.String DEFAULT_NODE_NAME_ATTRIBUTE
public static final java.lang.String DEFAULT_NODE_NAME_AUTHOR
public static final java.lang.String DEFAULT_NODE_NAME_DESCRIPTION
public static final java.lang.String DEFAULT_ATTRIBUTE_NAME
public static final java.lang.String DEFAULT_ATTRIBUTE_TYPE
public static final java.lang.String DEFAULT_ATTRIBUTE_VALUE
public static final java.lang.String DEFAULT_ATTRIBUTE_TIMESTAMP
public static final java.lang.String FACTOR_TYPE_UNKNOWN
Dictionary.FACTOR_TYPE_MAP
,
Constant Field Valuespublic static final java.lang.String FACTOR_TYPE_LINEAR
Dictionary.FACTOR_TYPE_MAP
,
Constant Field Valuespublic static final java.lang.String FACTOR_TYPE_IDEALPOINT
Dictionary.FACTOR_TYPE_MAP
,
Constant Field Valuespublic static final java.lang.String FACTOR_TYPE_ANTIIDEALPOINT
Dictionary.FACTOR_TYPE_MAP
,
Constant Field Valuespublic static final java.lang.String XPATH_DESIGN
DEFAULT_NODE_NAME_DESIGN
,
Constant Field Valuespublic static final java.lang.String XPATH_HISTORY
DEFAULT_NODE_NAME_HISTORY
,
Constant Field Valuespublic static final java.lang.String XPATH_DESIGN_FACTOR
DEFAULT_NODE_NAME_FACTOR
,
Constant Field Valuespublic static final java.lang.String XPATH_HISTORY_FACTOR
DEFAULT_NODE_NAME_FACTOR
,
Constant Field Valuespublic static final java.lang.String XPATH_DESIGN_ATTRIBUTE
DEFAULT_NODE_NAME_ATTRIBUTE
,
Constant Field Valuespublic static final java.lang.String XPATH_AUTHOR
public static final java.lang.String XPATH_DESCRIPTION
Method Detail |
public byte[] getData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |