Interface IBDIModel

All Known Implementing Classes:
BDIModel

public interface IBDIModel
Common interface for micro- and xml-based BDI agent models.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the mcapa.
    jadex.model.modelinfo.IModelInfo
    Get the component model.
  • Method Details

    • getModelInfo

      jadex.model.modelinfo.IModelInfo getModelInfo()
      Get the component model.
    • getCapability

      MCapability getCapability()
      Get the mcapa.
      Returns:
      The mcapa.