PlantUML notation¶ besser.BUML.notations.structuralPlantUML.plantuml_to_buml.plantuml_to_buml(plantUML_model_path: str, buml_file_path: str = None)[source]¶ Transforms a PlantUML model into a B-UML model. Parameters: plantUML_model_path (str) – The path to the file containing the PlantUML code. buml_file_path (str, optional) – the path of the file produced with the base code to build the B-UML model (None as default). Returns: the B-UML model object. Return type: BUML_model (DomainModel)