Class BDIXArgumentsResultsComponentFeature

    • Field Summary

      • Fields inherited from class jadex.bridge.component.impl.ArgumentsResultsComponentFeature

        arguments, notified, resfuts, results
      • Fields inherited from class jadex.bridge.component.impl.AbstractComponentFeature

        cinfo, component, guesser
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void initDefaultArguments()  
      protected void initDefaultResults()  
      IFuture<java.lang.Void> shutdown()
      Set result values from beliefs.
      • Methods inherited from class jadex.bridge.component.impl.ArgumentsResultsComponentFeature

        doCleanup, exceptionNotified, fetchValue, get, getArguments, getArgumentsAsync, getExceptionAsync, getResults, getResultsAsync, getReverseName, getValueFetcher, hasUserBody, init, kill, postEvent, subscribeToResults
      • Methods inherited from class jadex.bridge.component.impl.AbstractComponentFeature

        body, getClockService, getComponent, getExecutionService, getExternalFacade, getExternalFacadeType, getInternalAccess, getParameterGuesser
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initDefaultArguments

        protected void initDefaultArguments()
        Overrides:
        initDefaultArguments in class jadex.bridge.component.impl.ArgumentsResultsComponentFeature
      • initDefaultResults

        protected void initDefaultResults()
        Overrides:
        initDefaultResults in class jadex.bridge.component.impl.ArgumentsResultsComponentFeature
      • shutdown

        public IFuture<java.lang.Void> shutdown()
        Set result values from beliefs.
        Specified by:
        shutdown in interface IComponentFeature
        Overrides:
        shutdown in class jadex.bridge.component.impl.ArgumentsResultsComponentFeature