Class FlowMetaDataFactory
java.lang.Object
net.officefloor.frame.impl.construct.flow.FlowMetaDataFactory
FlowMetaDataFactory implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<F extends Enum<F>>
FlowMetaData[]createFlowMetaData(FlowConfiguration<F>[] configurations, OfficeFloorIssues.AssetType assetType, String assetName, OfficeFloorIssues issues) Creates theFlowMetaData.
-
Constructor Details
-
FlowMetaDataFactory
Instantiate.- Parameters:
officeMetaData-OfficeMetaData.
-
-
Method Details
-
createFlowMetaData
public <F extends Enum<F>> FlowMetaData[] createFlowMetaData(FlowConfiguration<F>[] configurations, OfficeFloorIssues.AssetType assetType, String assetName, OfficeFloorIssues issues) Creates theFlowMetaData.- Type Parameters:
F-Flowkey type.- Parameters:
configurations-FlowConfigurationinstances.assetType-OfficeFloorIssues.AssetType.assetName- Name of theAsset.issues-OfficeFloorIssues.- Returns:
FlowMetaDataornullif failed to create with issues reported to theOfficeFloorIssues.
-