Import yuml class format

Create your own class
Person|Name: string;Age: byte;Height: float;Weight: byte;|Walk();Talk();Eat();Sleep()
Insert into your own class text then create yuml class
;Talk();Eat();Sleep()])
Person class demo
;Talk();Eat();Sleep()])
Import yuml usecase format

Create yuml usecase
