public class PlotOpDCMGeneratorValidator extends DefaultPlotOperatorValidator
| Constructor and Description |
|---|
PlotOpDCMGeneratorValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(IWorkPackage wp)
This method is called in order to validate a given
IWorkPackage
for an operator. |
validateSourcespublic boolean validate(IWorkPackage wp) throws Exception
IOperatorValidatorIWorkPackage
for an operator.
Within this method execution rules are declared and evaluated.
One may bypass the validation returning true on every call.
Note That the execution of the operator is not guaranteed to be
finished without uncaught errors!
validate in interface IOperatorValidatorvalidate in class DefaultPlotOperatorValidatorwp - the work packagetrue, if the package is valid for this operatorIllegalArgumentException - if the source or parameters do evaluate the rules to
trueException - if other errors occur during validationIOperatorValidator.validate(at.mug.iqm.api.operator.IWorkPackage),
DefaultPlotOperatorValidator.validateSources(IWorkPackage)Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.