| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact.helpers |
| Modifier and Type | Method and Description |
|---|---|
static Templates |
Templates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Templates[] |
Templates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default LogAdapter |
LogAdapter.printTemplate(Templates t,
Object... strings) |
default LogAdapter |
LogAdapter.printTemplateInt(Templates t,
int... strings) |
default LogAdapter |
LogAdapter.printTemplateMixInt(Templates t,
Object s,
int... strings) |
Copyright © 2016 The University of Manchester. All rights reserved.