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 IntermediateModelShapeProcessorcurrentOperations - 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.