Uses of Interface
net.officefloor.compile.executive.ExecutionStrategyType
-
Packages that use ExecutionStrategyType Package Description net.officefloor.compile.executive net.officefloor.compile.impl.executive -
-
Uses of ExecutionStrategyType in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive that return ExecutionStrategyType Modifier and Type Method Description ExecutionStrategyType[]ExecutiveType. getExecutionStrategyTypes()Obtains theExecutionStrategyTypedefinitions for theExecutionStrategyinstances available from theExecutive. -
Uses of ExecutionStrategyType in net.officefloor.compile.impl.executive
Classes in net.officefloor.compile.impl.executive that implement ExecutionStrategyType Modifier and Type Class Description classExecutionStrategyTypeImplExecutionStrategyTypeimplementation.Methods in net.officefloor.compile.impl.executive that return ExecutionStrategyType Modifier and Type Method Description ExecutionStrategyType[]ExecutiveTypeImpl. getExecutionStrategyTypes()Constructors in net.officefloor.compile.impl.executive with parameters of type ExecutionStrategyType Constructor Description ExecutiveTypeImpl(ExecutionStrategyType[] executionStrategyTypes, TeamOversightType[] teamOversightTypes)Instantiate.
-