Uses of Class
jade.domain.KBManagement.DBKB
-
Packages that use DBKB Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. -
-
Uses of DBKB in jade.domain
Subclasses of DBKB in jade.domain Modifier and Type Class Description classDFDBKBThis class implements a knowledge base used by the DF which stores its content in an external database.classDFHSQLKBDFHSQLKBrealizes a knowledge base used by the DF which stores its content in an HSQL database, running in the same VM.Methods in jade.domain that return DBKB Modifier and Type Method Description protected DBKBDFKBFactory. getDFDBKB(int maxResultLimit, String driver, String url, String user, String passwd, boolean cleanTables)Returns the database based knowledge base which will be used by the DF
-