Package io.process4j.core
Class Rule
- java.lang.Object
-
- io.process4j.core.Rule
-
public final class Rule extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
VARIABLE_REGEX
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getExpression()
String
getResult()
int
hashCode()
-
-
-
Field Detail
-
VARIABLE_REGEX
public static final String VARIABLE_REGEX
-
-