Uses of Interface
jade.domain.KBManagement.KBIterator
-
Packages that use KBIterator Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.KBManagement -
-
Uses of KBIterator in jade.domain
Methods in jade.domain that return KBIterator Modifier and Type Method Description protected KBIteratordf. DFIteratedSearch(DFAgentDescription dfd)protected KBIteratordf. iteratedSearchAction(Search s, AID requester)Serve a Search action of the FIPA management ontology requested using an iterated-fipa-request protocol.protected KBIteratorDFDBKB. iteratorSingle(Object template) -
Uses of KBIterator in jade.domain.KBManagement
Classes in jade.domain.KBManagement that implement KBIterator Modifier and Type Class Description protected classDBKB.EmptyKBIteratorInner class EmptyKBIteratorMethods in jade.domain.KBManagement that return KBIterator Modifier and Type Method Description KBIteratorDBKB. iterator(Object template)abstract KBIteratorKB. iterator(Object template)KBIteratorMemKB. iterator(Object template)Iterated search is only supported in a DB-based KB.protected abstract KBIteratorDBKB. iteratorSingle(Object template)
-