arom.kr.factory
Interface AromSystem



getReader(String format) and getWriter(String format) available Formats :


Format Summary
standard This is a textual description of AROM Knowledge Representation.
The output is human readable, it is possible to save/store a complete KnowledgeBase, or only some components of a base.
instances This is also a textual description of AROM Knowledge Representation which allow only AMInstances saving.
The other difference with standard format (which could also save only instances) is in the Reader. Indeed, this version is more faster than the standard reader for reading great number of instances.
records This format allows to save and restore only instances in a binary format.
The binary format permits to assume that no value has been changed by user so the reading can be done without any verifications. This format is faster than both standard and instances formats.


Format Detail

Standard

This is a textual description of AROM Knowledge Representation, also known as txta format. The output is human readable, it is possible to save/store a complete KnowledgeBase, or only some components of a base
Description of the KBReader methods in this format :

Instances

This is also a textual description of AROM Knowledge Representation which allow only AMInstances saving.
The other difference with standard format (which could also save only instances) is in the Reader. Indeed, this version is more faster than the standard reader for reading great number of instances. But the description order is, in this format, is important. AMObject should have been defined before they are referenced by AMTuples. Description of the KBReader methods in this format.

Records

This format allows to save and restore only instances in a binary format.
The binary format permits to assume that no value has been changed by user so the reading can be done without any verifications. This format is faster than both standard and instances formats.
Description of the KBReader methods in this format.