Package | Description |
---|---|
alice.tuprologx.pj.engine |
Modifier and Type | Method and Description |
---|---|
static TermKind |
TermKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermKind[] |
TermKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PrologArg(Term<X> arg,
TermKind[] annotations)
Creates a new instance of PrologArg
|
PrologArg(TermKind[] annotations) |