Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.core.mem |
Implements decision table stored in memory with random and serial access.
|
pl.poznan.put.cs.idss.jrs.types |
Provides classes for wrapping anything you can put into decision table.
|
Modifier and Type | Method | Description |
---|---|---|
FileInfo |
MemoryContainer.getFileInfo() |
Gives direct access to information connected with the table.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MemoryContainer.setFileInfo(FileInfo info) |
Sets the file info referenced to this table.
|
Modifier and Type | Field | Description |
---|---|---|
FileInfo |
Metadata.fileInfo |
General information about the file.
|
Constructor | Description |
---|---|
Metadata(Attribute[] attributes,
FileInfo fileInfo) |
Constructs a metadata object and puts information within.
|