public class InspectorForFormulas extends java.lang.Object implements CheckedUserInput.CheckedUserInputInspector
| Modifier and Type | Field and Description |
|---|---|
private Services |
services |
NO_USER_INPUT| Constructor and Description |
|---|
InspectorForFormulas(Services services) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
check(java.lang.String toBeChecked) |
static Term |
translate(Services services,
java.lang.String toBeChecked) |
private final Services services
public InspectorForFormulas(Services services)
public java.lang.String check(java.lang.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.