Object AgentScopeBuilder.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static AgentScopeBuilder fromInstance(Object instance) Create an AgentScopeBuilder from an instance of a class annotated with @Agent or @EmbabelComponent
      final static AgentScopeBuilder fromInstances(Object instances) Create an AgentScopeBuilder from multiple instances of classes annotated with @Agent or @EmbabelComponent.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • fromInstance

         final static AgentScopeBuilder fromInstance(Object instance)

        Create an AgentScopeBuilder from an instance of a class annotated with @Agent or @EmbabelComponent

      • fromInstances

         final static AgentScopeBuilder fromInstances(Object instances)

        Create an AgentScopeBuilder from multiple instances of classes annotated with @Agent or @EmbabelComponent. Combines all actions, goals, and conditions from the provided instances.