public class AddEmptyOutputShape extends Object implements IntermediateModelShapeProcessor
Constructor and Description |
---|
AddEmptyOutputShape(IntermediateModelBuilder builder) |
Modifier and Type | Method and Description |
---|---|
Map<String,ShapeModel> |
process(Map<String,OperationModel> currentOperations,
Map<String,ShapeModel> currentShapes) |
public AddEmptyOutputShape(IntermediateModelBuilder builder)
public Map<String,ShapeModel> process(Map<String,OperationModel> currentOperations, Map<String,ShapeModel> currentShapes)
process
in interface IntermediateModelShapeProcessor
currentOperations
- Current operations that have been added to the intermediate model.currentShapes
- Current shapes that have been added to the intermediate modelCopyright © 2022. All rights reserved.