Package ch.mobi.mobitor.domain.screen
Interface PipelineRule
-
public interface PipelineRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevaluateRule(Pipeline pipeline, RuleEvaluation newRuleEvaluation)booleanvalidatesType(java.lang.String type)
-
-
-
Method Detail
-
evaluateRule
void evaluateRule(Pipeline pipeline, RuleEvaluation newRuleEvaluation)
-
validatesType
boolean validatesType(java.lang.String type)
-
-