Package | Description |
---|---|
jfml.enumeration |
Enumerations for representing the different patterns and values considered in FML
|
Modifier and Type | Method and Description |
---|---|
static StandardTconormType |
StandardTconormType.fromValue(java.lang.String v) |
static StandardTconormType |
StandardTconormType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardTconormType[] |
StandardTconormType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|