| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.linter.rules.builtin |
Contains built-in
AbstractLintingRule implementations. |
| Class and Description |
|---|
| AbstractC4Rule
A base implementation of
AbstractLintingRule that provides default support for C4 levels 1 to 3. |
| AliasesShouldBeListedInDictionaryRule
A linting rule that verifies that every alias is referenced in a given dictionary file.
|
| AliasesShouldBeUniqueRule
A linting rule that checks that aliases are not declared more than once.
|
| AliasesShouldFollowStandardConventionRule
A linting rule that checks that the aliases comply to a given regular expression.
|
| NoOrphanAliasInBoundariesRule
A linting rule that checks that the aliases used in a boundary are declared in the same source file as part of
any entity.
|
| NoOrphanAliasInLayoutsRule
A linting rule that checks that the aliases used in a layout are declared in the same source file as part of
any entity.
|
| NoOrphanAliasInRelationshipsRule
A linting rule that checks that the aliases used in a relationship are declared in the same source file as part of
any entity.
|
Copyright © 2020. All rights reserved.