enum class Operation: Enum<Operation>, TermConvertible
EnumItems
Name | Description |
---|---|
ACCESS
|
|
ADD_ALIAS
|
|
CLOSE
|
|
CREATE
|
|
INPUT
|
|
INVOKE
|
|
MODIFY
|
|
OPEN
|
|
OUTPUT
|
|
REPOSITION
|
Fields
Name | Description |
---|---|
val operation: String
|
Methods
toTerm
fun toTerm(): Atom
A function to transform the type to corresponding Atom representation
ReturnValue
Name | Description |
---|---|
Atom
|
toString
fun toString(): String
ReturnValue
Name | Description |
---|---|
String
|
CompanionObject
Operation
enum class Operation: Enum<Operation>, TermConvertible
A class describing the operation which caused the error
A class describing the operation which caused the error