PlantUML notation#

besser.BUML.notations.structuralPlantUML.plantuml_to_buml.plantuml_to_buml(plantUML_model_path: str, buml_model_file_name: str = 'buml_model')[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_model_file_name (str, optional) – the name of the file produced with the base code to build the B-UML model.

Returns:

the B-UML model object.

Return type:

BUML_model (DomainModel)