| Package | Description |
|---|---|
| com.github.jmodel.api |
| Modifier and Type | Method and Description |
|---|---|
static OperationEnum |
OperationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationEnum[] |
OperationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> String |
ModelHelper.calc(T1 leftOperant,
T2 rightOperant,
OperationEnum operation,
Locale currentLocale) |
static Boolean |
ModelHelper.predict(Boolean leftOperant,
Boolean rightOperant,
OperationEnum operation,
Locale currentLocale) |
static Boolean |
ModelHelper.predict(Comparable leftOperant,
Comparable rightOperant,
OperationEnum operation,
Locale currentLocale) |
static Boolean |
ModelHelper.predict(String leftOperant,
List<String> rightOperant,
OperationEnum operation,
Locale currentLocale) |
Copyright © 2016. All rights reserved.