Package | Description |
---|---|
M4Parsing.PlantUMLPrims.Patterns |
Class and Description |
---|
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: "--" | ".." ;
|
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: "--" | ".." ;
|