Class | Description |
---|---|
ColonName | |
FieldDecl |
link PlantUML statement: NAME [quotedString] LeftTags Separator RightTags [quotedString] NAME [ ColonName ] end;
LeftTags : LeftSuper | Association | Aggregation | Nothing;
RightTags: RightSuper | Association | Aggregation | Nothing;
ColonName: ":" NAME ;
Separator: "--" | ".." ;
|
KlassBeginDecl |
link PlantUML statement: NAME [quotedString] LeftTags Separator RightTags [quotedString] NAME [ ColonName ] end;
LeftTags : LeftSuper | Association | Aggregation | Nothing;
RightTags: RightSuper | Association | Aggregation | Nothing;
ColonName: ":" NAME ;
Separator: "--" | ".." ;
|
KlassDecl |
link PlantUML statement: NAME [quotedString] LeftTags Separator RightTags [quotedString] NAME [ ColonName ] end;
LeftTags : LeftSuper | Association | Aggregation | Nothing;
RightTags: RightSuper | Association | Aggregation | Nothing;
ColonName: ":" NAME ;
Separator: "--" | ".." ;
|
KlassEndDecl |
link PlantUML statement: NAME [quotedString] LeftTags Separator RightTags [quotedString] NAME [ ColonName ] end;
LeftTags : LeftSuper | Association | Aggregation | Nothing;
RightTags: RightSuper | Association | Aggregation | Nothing;
ColonName: ":" NAME ;
Separator: "--" | ".." ;
|
KlassName | |
LinkDecl |
link PlantUML statement: NAME [quotedString] LeftTags Separator RightTags [quotedString] NAME [ ColonName ] end;
LeftTags : LeftSuper | Association | Aggregation | Nothing;
RightTags: RightSuper | Association | Aggregation | Nothing;
ColonName: ":" NAME ;
Separator: "--" | ".." ;
|