Package jadex.bridge

Interface IExternalAccess

    • Method Detail

      • getModelAsync

        IFuture<IModelInfo> getModelAsync()
        Get the model of the component.
        Returns:
        The model.
      • getExternalFeature

        <T> T getExternalFeature​(java.lang.Class<? extends T> type)
        Get a feature of the component.
        Parameters:
        feature - The type of the feature.
        Returns:
        The feature instance.