Interface TeamLeadership.TeamMember
- Enclosing interface:
TeamLeadership
public static interface TeamLeadership.TeamMember
A team member type that can be added to the team.
-
Method Summary
Modifier and TypeMethodDescriptionmaxInstances(int max) Maximum number of instances of this member type that can be added to the team.static TeamLeadership.TeamMemberof(Class<? extends AutonomousAgent> agentClass) Create a team member type for the given agent class.
-
Method Details
-
of
Create a team member type for the given agent class. -
maxInstances
Maximum number of instances of this member type that can be added to the team.
-