Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oceandsl-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oceandsl
oceandsl-tools
Merge requests
!22
Fixed documentation and minof fixes to the relabel tool to actually work.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixed documentation and minof fixes to the relabel tool to actually work.
fix-docs
into
main
Overview
0
Commits
1
Pipelines
1
Changes
14
Merged
Reiner Jung
requested to merge
fix-docs
into
main
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
14
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
030108aa
1 commit,
2 years ago
14 files
+
229
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
doc/tools/allen-upper-limit.rst
+
10
−
5
Options
@@ -5,9 +5,14 @@ Calculate the complexity, coupling and cohesion of a selected topology graph
based on the operations of an architecture model. Used as a upper limit for
measurements.
-i --input Input model directory
-n --nodes Number of nodes in graph
-o --output Output directory to store graphics and statistics
-M --component-map Component, file and function map file
-m --creator-mode Select topology generator modes: full, linear, start
===== =============== ======== ======================================================
Short Long Required Description
===== =============== ======== ======================================================
-i --input yes Input model directory
-n --nodes Number of nodes in graph
-o --output yes Output directory to store graphics and statistics
-M --component-map Component, file and function map file
-m --creator-mode Select topology generator modes: full, linear, start
===== =============== ======== ======================================================
Loading