| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.linter.rules.builtin |
Contains built-in
AbstractLintingRule implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasesShouldBeListedInDictionaryRule
A linting rule that verifies that every alias is referenced in a given dictionary file.
|
class |
AliasesShouldBeUniqueRule
A linting rule that checks that aliases are not declared more than once.
|
class |
AliasesShouldFollowStandardConventionRule
A linting rule that checks that the aliases comply to a given regular expression.
|
class |
NoDuplicateRelationshipsRule
A linting rule that checks that relationships are not declared more than once.
|
class |
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.
|
class |
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.
|
class |
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.