Modifier and Type | Method and Description |
---|---|
<S extends TeamSource> |
ManagedObjectSourceWirerContext.mapTeam(String managedObjectSourceTeamName,
String teamSourceClassName)
Maps a
TeamSource for the ManagedObjectTeam . |
Modifier and Type | Interface and Description |
---|---|
interface |
TeamSourceService<S extends TeamSource>
ServiceLoader service to plug-in an TeamSource Class
alias by including the extension TeamSource jar on the class path. |
Modifier and Type | Method and Description |
---|---|
abstract <S extends TeamSource> |
OfficeFloorCompiler.addTeamSourceAlias(String alias,
Class<S> teamSourceClass)
Allows providing an alias name for a
TeamSource . |
Modifier and Type | Method and Description |
---|---|
<S extends TeamSource> |
OfficeFloorCompilerImpl.addTeamSourceAlias(String alias,
Class<S> teamSourceClass) |
<S extends TeamSource> |
OfficeFloorCompilerImpl.getTeamSourceClass(String teamSourceName,
Node node) |
Modifier and Type | Method and Description |
---|---|
<S extends TeamSource> |
OfficeFloorCompilerAdapter.addTeamSourceAlias(String alias,
Class<S> teamSourceClass) |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
TeamLoaderImpl.loadOfficeFloorTeamSourceType(String teamName,
Class<TS> teamSourceClass,
PropertyList propertyList) |
<TS extends TeamSource> |
TeamLoaderImpl.loadSpecification(Class<TS> teamSourceClass) |
<TS extends TeamSource> |
TeamLoaderImpl.loadTeamType(String teamName,
Class<TS> teamSourceClass,
PropertyList propertyList) |
Modifier and Type | Method and Description |
---|---|
<S extends TeamSource> |
NodeContext.getTeamSourceClass(String teamSourceClassName,
Node node)
Obtains the
TeamSource class. |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
TeamLoader.loadOfficeFloorTeamSourceType(String teamName,
Class<TS> teamSourceClass,
PropertyList propertyList)
Loads and returns the
OfficeFloorTeamSourceType . |
<TS extends TeamSource> |
TeamLoader.loadSpecification(Class<TS> teamSourceClass)
|
<TS extends TeamSource> |
TeamLoader.loadTeamType(String teamName,
Class<TS> teamSourceClass,
PropertyList propertyList)
Loads and returns the
TeamType sourced from the
TeamSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
TeamSourceExtension<S extends TeamSource>
Interface for extension to provide enriched
TeamSource usage. |
Modifier and Type | Interface and Description |
---|---|
interface |
TeamBuilder<TS extends TeamSource>
Builder of a
Team . |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
OfficeFloorBuilder.addTeam(String teamName,
Class<TS> teamSourceClass)
|
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
OfficeFloorBuilderImpl.addTeam(String teamName,
Class<TS> teamSourceClass) |
Modifier and Type | Class and Description |
---|---|
class |
TeamBuilderImpl<TS extends TeamSource>
Implements the
TeamBuilder . |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
RawTeamMetaDataImpl.constructRawTeamMetaData(TeamConfiguration<TS> configuration,
SourceContext sourceContext,
OfficeFloorIssues issues) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutorTeamSource
TeamSource based on the Executors cached thread pool. |
class |
ExecutorCachedTeamSource
TeamSource utilising a cached ExecutorService . |
class |
ExecutorFixedTeamSource
TeamSource utilising a fixed ExecutorService . |
class |
LeaderFollowerTeamSource
TeamSource for a LeaderFollowerTeam . |
class |
OnePersonTeamSource
TeamSource for the OnePersonTeam . |
class |
PassiveTeamSource
TeamSource for the PassiveTeam . |
class |
ProcessContextTeamSource
TeamSource for the ProcessContextTeam . |
class |
WorkerPerTaskTeamSource
TeamSource for the WorkerPerTaskTeam . |
Modifier and Type | Interface and Description |
---|---|
interface |
TeamConfiguration<TS extends TeamSource>
Configuration of a
Team . |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
RawTeamMetaDataFactory.constructRawTeamMetaData(TeamConfiguration<TS> configuration,
SourceContext sourceContext,
OfficeFloorIssues issues)
Constructs the
RawTeamMetaData . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTeamSource
Abstract
TeamSource . |
Modifier and Type | Class and Description |
---|---|
class |
MockTeamSource
Mock
TeamSource . |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
AbstractOfficeConstructTestCase.constructTeam(String teamName,
Class<TS> teamSourceClass)
Facade method to create a
Team . |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
TeamSourceStandAlone.loadTeam(Class<TS> teamSourceClass)
Returns a
Team from the loaded TeamSource . |
<TS extends TeamSource> |
TeamSourceStandAlone.loadTeamSource(Class<TS> teamSourceClass)
Initialises and returns the
TeamSource instance. |
Copyright © 2005–2016. All rights reserved.