Interface IBService


public interface IBService
  • Method Summary

    Modifier and Type
    Method
    Description
    jadex.future.IFuture<Integer>
    add(int a, int b)
     
    jadex.future.IIntermediateFuture<Integer>
     
    jadex.future.IFuture<Integer>
    sub(int a, int b)
     
  • Method Details

    • add

      jadex.future.IFuture<Integer> add(int a, int b)
    • sub

      jadex.future.IFuture<Integer> sub(int a, int b)
    • count

      jadex.future.IIntermediateFuture<Integer> count()