Uses of Class
jade.domain.KBManagement.DBKB.ConnectionWrapper
-
Packages that use DBKB.ConnectionWrapper Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.KBManagement -
-
Uses of DBKB.ConnectionWrapper in jade.domain
Methods in jade.domain with parameters of type DBKB.ConnectionWrapper Modifier and Type Method Description protected voidDFDBKB. initConnectionWrapper(DBKB.ConnectionWrapper wrapper) -
Uses of DBKB.ConnectionWrapper in jade.domain.KBManagement
Methods in jade.domain.KBManagement that return DBKB.ConnectionWrapper Modifier and Type Method Description protected DBKB.ConnectionWrapperDBKB. getConnectionWrapper()Methods in jade.domain.KBManagement with parameters of type DBKB.ConnectionWrapper Modifier and Type Method Description protected voidDBKB. initConnectionWrapper(DBKB.ConnectionWrapper wrapper)Subclasses can redefine this method to provide implementation specific ConnectionWrapper initializations
-