public class RandomWait extends AbstractCodelet
_description, XSD_NAMESPACE| Constructor and Description |
|---|
RandomWait() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
This method is called when the work item running this codelet is cancelled.
|
Element |
execute(Element inData,
java.util.List<YParameter> inParams,
java.util.List<YParameter> outParams)
The implentation of the abstact class that does the work of this codelet.
|
java.util.List<YParameter> |
getRequiredParams()
This method is called when an external entity (such as the YAWL editor) requests
the list of parameters required by the codelet.
|
getCanonicalClassName, getClassName, getDescription, getInputParameter, getOutputData, getOutputParameter, getParameterValue, getPersist, getRequiredParamsToXML, getValue, getWorkItem, init, resume, setDescription, setInputs, setParameterValue, setPersist, setWorkItem, shutdown, toXMLpublic Element execute(Element inData, java.util.List<YParameter> inParams, java.util.List<YParameter> outParams) throws CodeletExecutionException
execute in class AbstractCodeletinData - The calling workitem's datainParams - the workitem's input parametersoutParams - the workitem's output parametersCodeletExecutionExceptionpublic void cancel()
AbstractCodeletcancel in class AbstractCodeletpublic java.util.List<YParameter> getRequiredParams()
AbstractCodeletgetRequiredParams in class AbstractCodeletCopyright © 2004-2014 The YAWL Foundation.