Uses of Interface
net.officefloor.frame.internal.configuration.FlowConfiguration
-
Packages that use FlowConfiguration Package Description net.officefloor.frame.impl.construct.flow net.officefloor.frame.impl.construct.function net.officefloor.frame.internal.configuration -
-
Uses of FlowConfiguration in net.officefloor.frame.impl.construct.flow
Methods in net.officefloor.frame.impl.construct.flow with parameters of type FlowConfiguration Modifier and Type Method Description <F extends java.lang.Enum<F>>
FlowMetaData[]FlowMetaDataFactory. createFlowMetaData(FlowConfiguration<F>[] configurations, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, OfficeFloorIssues issues)
Creates theFlowMetaData
. -
Uses of FlowConfiguration in net.officefloor.frame.impl.construct.function
Classes in net.officefloor.frame.impl.construct.function that implement FlowConfiguration Modifier and Type Class Description class
FlowConfigurationImpl<F extends java.lang.Enum<F>>
FlowConfiguration
implementation.Methods in net.officefloor.frame.impl.construct.function that return FlowConfiguration Modifier and Type Method Description FlowConfiguration<F>[]
AbstractFunctionBuilder. getFlowConfiguration()
-
Uses of FlowConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return FlowConfiguration Modifier and Type Method Description FlowConfiguration<F>[]
FunctionConfiguration. getFlowConfiguration()
Obtains the configuration of theFlow
instances for thisManagedFunctionLogic
.
-