Interface IntermediateModelShapeProcessor

    • Method Detail

      • process

        Map<String,​ShapeModel> process​(Map<String,​OperationModel> currentOperations,
                                             Map<String,​ShapeModel> currentShapes)
        Parameters:
        currentOperations - Current operations that have been added to the intermediate model.
        currentShapes - Current shapes that have been added to the intermediate model
        Returns:
        Map of shape name to ShapeModel to add to the intermediate model.