| Package | Description |
|---|---|
| org.projog.core.io | |
| org.projog.core.term |
Contains the building blocks used to construct Prolog programs and queries.
|
| Modifier and Type | Field and Description |
|---|---|
static Atom |
FileHandles.USER_INPUT_HANDLE
The handle of the "standard" input stream.
|
static Atom |
FileHandles.USER_OUTPUT_HANDLE
The handle of the "standard" output stream.
|
| Modifier and Type | Method and Description |
|---|---|
Atom |
FileHandles.openInput(String fileName)
Creates an intput file stream to read from the file with the specified name
|
Atom |
FileHandles.openOutput(String fileName)
Creates an output file stream to write to the file with the specified name
|
| Modifier and Type | Method and Description |
|---|---|
Atom |
Atom.copy(Map<Variable,Variable> sharedVariables) |
Atom |
Atom.getTerm() |
Copyright © 2024. All rights reserved.