Object AgentScopeBuilder.Companion
-
- All Implemented Interfaces:
public class AgentScopeBuilder.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AgentScopeBuilder.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static AgentScopeBuilderfromInstance(Object instance)Create an AgentScopeBuilder from an instance of a class annotated with @Agent or @EmbabelComponent final static AgentScopeBuilderfromInstances(Object instances)Create an AgentScopeBuilder from multiple instances of classes annotated with @Agent or @EmbabelComponent. -
-
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.
-
-
-
-