| Package | Description |
|---|---|
| controller.syntax |
This package is the syntax package of the controller package.
|
| model |
This package is the model package of the model-view-controller
(MVC) pattern.
|
| Modifier and Type | Field and Description |
|---|---|
DSet |
JLPSSyntaxParser.d_return.set |
| Modifier and Type | Field and Description |
|---|---|
private DSet |
Database.dSet |
| Modifier and Type | Method and Description |
|---|---|
DSet |
Database.getDSet()
Gets the D set of the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setdSet(DSet dSet)
Sets the domain theory of the database.
|