public class InspectorForDecisionPredicates extends Object implements CheckedUserInput.CheckedUserInputInspector
| Modifier and Type | Field and Description |
|---|---|
private List<ApplicationCheck> |
additionalChecks |
private int |
cutMode |
private Node |
node |
private Services |
services |
NO_USER_INPUT| Constructor and Description |
|---|
InspectorForDecisionPredicates(Services services,
Node node,
int cutMode,
List<ApplicationCheck> additionalChecks) |
| Modifier and Type | Method and Description |
|---|---|
String |
check(String toBeChecked) |
static Term |
translate(Services services,
String toBeChecked) |
private final Services services
private final Node node
private final int cutMode
private final List<ApplicationCheck> additionalChecks
public InspectorForDecisionPredicates(Services services, Node node, int cutMode, List<ApplicationCheck> additionalChecks)
public String check(String toBeChecked)
check in interface CheckedUserInput.CheckedUserInputInspectortoBeChecked - the user input to be checked.null if the user input is valid, otherwise a string describing the error.