|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAutomatedComponent
Interface for components that want to interact with the automated execution plugin.
Field Summary | |
---|---|
static String |
ANY_TYPE
Identifier for any file type support. |
static String[] |
ANY_TYPE_ARRAY
Identifier for any file type support. |
static String |
ITERATION
Identifier for the iteration. |
static String |
MODEL_FILE
Identifier for the model file. |
Method Summary | |
---|---|
int |
getNumberOfAdditionalIterations()
Ask the component if it wants to do more runs. |
int |
getNumberOfAdditionalSteps()
Ask the component if it wants to do more steps. |
String[] |
getSupportedExtensions()
Getter for the list of model file extensions that are supported by the component. |
void |
setParameters(List<KiemProperty> properties)
Give the component information. |
int |
wantsMoreRuns()
Deprecated. use getNumberOfAdditionalIterations() |
int |
wantsMoreSteps()
Deprecated. use getNumberOfAdditionalSteps() |
Field Detail |
---|
static final String MODEL_FILE
static final String ITERATION
static final String ANY_TYPE
static final String[] ANY_TYPE_ARRAY
Method Detail |
---|
void setParameters(List<KiemProperty> properties) throws KiemInitializationException
MODEL_FILE
gotten from IPath.toOSString()
ITERATION
as an integer starting with 0 of course
properties
- some info
KiemInitializationException
- if something went wrong while initializing the componentString[] getSupportedExtensions()
int getNumberOfAdditionalIterations()
int getNumberOfAdditionalSteps()
@Deprecated int wantsMoreRuns()
@Deprecated int wantsMoreSteps()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |