SlideShare a Scribd company logo
1 of 13
Download to read offline
Using the Design and Control Systemic Methodology to calculate Systems Complexity
Panagiotis Papaioannou
University of Piraeus
p.papaioannou@gmail.com
HSSS 9th
National & International Conference, 11-13 July 2013, Volos, Greece
This work deals with the systems or models complexity and proposes a method to measure the
complexity of a system designed using the Design and Control Systemic Methodology (DCSYM).
Although the term "complexity" appears more and more in our everyday conversations, it turns out
it is very difficult to define it. However, the majority of definitions relate the term complexity with
parts and relations between them, which leads to the concept of the system.
There are many reasons to deal with the complexity all based on the acceptance that we live in a
complex world. Almost all phenomena occur due to the interaction between lots of things, forming
systems, which result to the situations we face. To understand or to deal with them, we formulate
models that usually are abstraction of the reality, still capable to make us able to understand it
and/or to design effective interventions. These models are also systems and their complexity
relates either to the difficulty to deal with that systems or the value they expose to their
environment.
Since a system consists of parts and relations between them, the most proper equivalent is the
"graph" as defined in the graph theory. A graph consists of nodes (vertices) and lines (edges).
Lines act as links between nodes. DCSYM represents systems employing a specific notation. It
uses rectangles to represent systems or subsystems, circles to represent individuals and lines to
represent relations between them. A system can contain other subsystems or individuals. That
nesting acts as a hierarchy link between the container and the contained element. The whole
concept leads directly to a "graph" as described previously.
A method to measure the complexity of a graph is McCabe's "Cyclomatic Complexity". The
Cyclomatic Complexity (CC) of a graph is: CC = E - N + 2P
Where: P = number of disconnected parts of the graph
E = number of edges
N = number of nodes
In a system, there are no disconnected parts (in other case it would not be a system), thus, P=1.
After that, the definition of the Cyclomatic Complexity becomes: CC = E - N + 2.
To calculate the Cyclomatic Complexity of a system we use the above definition. N is the total
number of systems, subsystems and individuals. E is the total number of relations between all of
them. Note that every Edge counts once.
This approach assumes that all relations have the same weight. In actual situations, the meaning
of complexity relates also to the variety of a relation between two elements. To include this into the
measurement of the complexity we count each Edge (Relation) not only once but by a number
which expresses the variety (or difficulty) of this relation. We call the complexity calculated in this
way "Extended Cyclomatic Complexity".
An experimental software, titled DCSYM CASE TOOL, is used to design systems according to
DCSYM and includes the calculation of the complexity using the above two methods.
Using the Design and Control Systemic Methodology
to calculate Systems Complexity
Panagiotis Papaioannou
University of Piraeus
CSAP
p.papaioannou@gmail.com
HSSS 9th National & International Conference, 11-13 July 2013, Volos, Greece
2
DCSYM :: SYSTEMS COMPLEXITY
What is Complexity?
Neil Johnson (well known for his work on complexity)
• There is no unique definition of complexity
• It has traditionally been expressed using particular examples.
• Complexity Science: The study of the phenomena which emerge from
a collection of interacting objects
Definitions of complexity often depend on the concept of a “system”
(set of parts and relations between them)
The term “Complexity" appears more and more in our everyday
conversations, but it is very difficult to define it.
3
DCSYM :: SYSTEMS COMPLEXITY
Disorganized Complexity vs. Organized Complexity
Examples
Gas in a container
Disorganized Organized
Departments – Processes - Relations
We are interested in Organized Complexity
4
DCSYM :: SYSTEMS COMPLEXITY
A system or model more complex than another one:
• More difficult to understand it
• More difficult to manage it
• More expensive
• More risky
• Less predictable
Complexity is used in the context of Systems or Models
Why to measure Complexity
But may be:
• More accurate
• More adaptive
• … … ...
5
DCSYM :: SYSTEMS COMPLEXITY
System: set of interacting or interdependent components forming an
integrated whole
B
F
D
A
E
C
Component
(Node)
Relation / Interaction
(Edge)
System: Definition and Representation
6
DCSYM :: SYSTEMS COMPLEXITY
A system is a graph
We employ the concept of “graph complexity” to represent the
complexity of the system.
mathematical structure used to model pairwise relations between
objects
Graph:
Graph (from mathematics)
7
DCSYM :: SYSTEMS COMPLEXITY
The Cyclomatic Complexity (CC) of a graph is:
CC = E - N + 2P
Where:
E = number of edges
N = number of nodes
P = number of disconnected parts of the graph
In a system, there are no disconnected parts
(in other case it would not be a system)  P=1.
 Cyclomatic Complexity of a System: SCC = E - N + 2.
What it expresses:
CC = 7 – 6 + 2 = 3
McCabe's Cyclomatic Complexity
The number of “cycles” made by the nodes-relations topology
(starting  ending at the same node)
Used in Software Engineering but with without significant results.
8
DCSYM :: SYSTEMS COMPLEXITY
DCSYM: Design  Control SYstemic Methodology
A mean to design systems (models)
System-A
1s
System-B
2s
Subsystem
21s
Subsystem
22s
221i
Individual
4i
Individual
c
Communication
D
Control
g
Communication
U
Control
9
DCSYM :: SYSTEMS COMPLEXITY
c, C  communication
g, G  general interaction or influence
u, U  purposeful action
p, P  potential conflict
d, D  distorted communication
δ, Δ  distorted purposeful communication
Communication Control
Bowen symbols
10
DCSYM :: SYSTEMS COMPLEXITY
Link types:
• Relations
• Hierarchy Links
Hidden Links: Hierarchy Links
11
DCSYM :: SYSTEMS COMPLEXITY
SCC = E - N + 2.
N is the total number of systems, subsystems and individuals.
E is the total number of relations between all of them
plus the number of hierarchy links (each relation/link counts once)
SCC = 6 – 5 + 2 = 3
System’s Cyclomatic Complexity ( SCC )
STOP!
It’s Good for
hard systems only!
12
DCSYM :: SYSTEMS COMPLEXITY
Hard vs. Soft Systems
The system is well defined and deterministic.
Relations are fixed
Predictable behavior
Hard Systems:
The approach until now assumes that all relation are of the same quality.
This is good for Hard Systems.
The system is not well defined
Not deterministic (e.g. social systems)
Relations are not fixed:
• Variety
• Assumptions
• Noise
• Distortion
Soft Systems:
Complexity
13
DCSYM :: SYSTEMS COMPLEXITY
To represent the quality of each relation
and the amount of complexity it accumulates
we use the concept of the Cost.
Relations are not of the same quality
Cost Interpretation
1 Hard relation (in a hard system)
2
Noise, Distortion, Uncertainty
Contribution to Systems’ Complexity
3
4
5 Higher
Lower
Complexity in Soft Systems
14
DCSYM :: SYSTEMS COMPLEXITY
Step 0 Cyclomatic Complexity of a Graph: CC = E - N + 2P
E = Number of edges, N = Number of Nodes,
P = Number of disconnected graphs
Step 1 In a system: P=1 = CC = E – N + 2
E = Edges: Number of links (relations)
Step 2 + Hierarchy links E = Number of Relation Links
plus the number of Hierarchy Links.
Step 3 + Relations’ Contribution
to the complexity
E = Sum of Cost of the Relation Links
plus the number of Hierarchy Links
Review: Cyclomatic Complexity of a Soft System
Extended Systems Cyclomatic Complexity: ESCC = E - N + 2
N is the total number of systems, subsystems and individuals.
E is the Sum of Costs of relations between all of them
plus the number of hierarchy links
15
DCSYM :: SYSTEMS COMPLEXITY
Extended Systems Cyclomatic Complexity
ESCC = E - N + 2
N is the total number of systems, subsystems and individuals.
E is the Sum of Costs of relations between all of them
plus the number of hierarchy links
16
DCSYM :: SYSTEMS COMPLEXITY
A software to design systems and to calculate the extended cyclomatic complexity
DCSYM CASE TOOL
17
DCSYM :: SYSTEMS COMPLEXITY
Examples
18
DCSYM :: SYSTEMS COMPLEXITY
19
DCSYM :: SYSTEMS COMPLEXITY
System0 System1
System2 System3
EXTENDED CYCLOMATIC COMPLEXITY: 4
Hard System
(1)
(1)
(1)
(1)
(1)
System6
System7
(1)
(1)
(1)
20
DCSYM :: SYSTEMS COMPLEXITY
21
DCSYM :: SYSTEMS COMPLEXITY
22
DCSYM :: SYSTEMS COMPLEXITY
p.papaioannou@gmail.com
Panagiotis (Takis) Papaioannou
23
DCSYM :: SYSTEMS COMPLEXITY
In order to control and survive:
• We reduce imported variety (making proper models)
• We create and export variety
Viable
System
(VS)
Management
(VM)
Complexity Attenuator
(Models)
Environment
(VE)
Complexity Amplifier
Example: Complexity awareness in the Viable System Model

More Related Content

Similar to Using the Design and Control Systemic Methodology to calculate Systems Complexity

Simplicial closure and higher-order link prediction
Simplicial closure and higher-order link predictionSimplicial closure and higher-order link prediction
Simplicial closure and higher-order link predictionAustin Benson
 
Higher-order Link Prediction GraphEx
Higher-order Link Prediction GraphExHigher-order Link Prediction GraphEx
Higher-order Link Prediction GraphExAustin Benson
 
Higher-order clustering coefficients
Higher-order clustering coefficientsHigher-order clustering coefficients
Higher-order clustering coefficientsAustin Benson
 
Community detection
Community detectionCommunity detection
Community detectionScott Pauls
 
The effect of social welfare
The effect of social welfareThe effect of social welfare
The effect of social welfarecsandit
 
The Effect of Social Welfare System Based on the Complex Network
The Effect of Social Welfare System Based on the Complex NetworkThe Effect of Social Welfare System Based on the Complex Network
The Effect of Social Welfare System Based on the Complex Networkcsandit
 
Fractal Organizations Part I – Complexity
Fractal Organizations Part I – ComplexityFractal Organizations Part I – Complexity
Fractal Organizations Part I – ComplexityFatma ÇINAR
 
Machine Learning for the System Administrator
Machine Learning for the System AdministratorMachine Learning for the System Administrator
Machine Learning for the System Administratorbutest
 
Knowledge And Patterns
Knowledge And PatternsKnowledge And Patterns
Knowledge And PatternsDavid Wilson
 
System Modelling and Simulation course for CSE and Allied streams
System Modelling and Simulation course for CSE and Allied streamsSystem Modelling and Simulation course for CSE and Allied streams
System Modelling and Simulation course for CSE and Allied streamsShreenathAcharya1
 
Complex Systems
Complex SystemsComplex Systems
Complex Systemseghafari
 
Interpretation of the biological knowledge using networks approach
Interpretation of the biological knowledge using networks approachInterpretation of the biological knowledge using networks approach
Interpretation of the biological knowledge using networks approachElena Sügis
 
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSEVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSijcsit
 
A brief introduction to known complex systems phenomena which influence risk
A brief introduction to known complex systems phenomena which influence riskA brief introduction to known complex systems phenomena which influence risk
A brief introduction to known complex systems phenomena which influence riskWarren Black
 
Clustering Algorithm Based On Correlation Preserving Indexing
Clustering Algorithm Based On Correlation Preserving IndexingClustering Algorithm Based On Correlation Preserving Indexing
Clustering Algorithm Based On Correlation Preserving IndexingIOSR Journals
 
Exploring the Science of Complexity in Aid Policy and Practice
Exploring the Science of Complexity in Aid Policy and PracticeExploring the Science of Complexity in Aid Policy and Practice
Exploring the Science of Complexity in Aid Policy and PracticeODI_Webmaster
 
Higher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIHigher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIAustin Benson
 

Similar to Using the Design and Control Systemic Methodology to calculate Systems Complexity (20)

Simplicial closure and higher-order link prediction
Simplicial closure and higher-order link predictionSimplicial closure and higher-order link prediction
Simplicial closure and higher-order link prediction
 
Articolo_ABI_v1
Articolo_ABI_v1Articolo_ABI_v1
Articolo_ABI_v1
 
Higher-order Link Prediction GraphEx
Higher-order Link Prediction GraphExHigher-order Link Prediction GraphEx
Higher-order Link Prediction GraphEx
 
Higher-order clustering coefficients
Higher-order clustering coefficientsHigher-order clustering coefficients
Higher-order clustering coefficients
 
Community detection
Community detectionCommunity detection
Community detection
 
The effect of social welfare
The effect of social welfareThe effect of social welfare
The effect of social welfare
 
The Effect of Social Welfare System Based on the Complex Network
The Effect of Social Welfare System Based on the Complex NetworkThe Effect of Social Welfare System Based on the Complex Network
The Effect of Social Welfare System Based on the Complex Network
 
Fractal Organizations Part I – Complexity
Fractal Organizations Part I – ComplexityFractal Organizations Part I – Complexity
Fractal Organizations Part I – Complexity
 
Machine Learning for the System Administrator
Machine Learning for the System AdministratorMachine Learning for the System Administrator
Machine Learning for the System Administrator
 
Knowledge And Patterns
Knowledge And PatternsKnowledge And Patterns
Knowledge And Patterns
 
AI Class Topic 5: Social Network Graph
AI Class Topic 5:  Social Network GraphAI Class Topic 5:  Social Network Graph
AI Class Topic 5: Social Network Graph
 
System Modelling and Simulation course for CSE and Allied streams
System Modelling and Simulation course for CSE and Allied streamsSystem Modelling and Simulation course for CSE and Allied streams
System Modelling and Simulation course for CSE and Allied streams
 
Complex Systems
Complex SystemsComplex Systems
Complex Systems
 
Interpretation of the biological knowledge using networks approach
Interpretation of the biological knowledge using networks approachInterpretation of the biological knowledge using networks approach
Interpretation of the biological knowledge using networks approach
 
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSEVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
 
A brief introduction to known complex systems phenomena which influence risk
A brief introduction to known complex systems phenomena which influence riskA brief introduction to known complex systems phenomena which influence risk
A brief introduction to known complex systems phenomena which influence risk
 
Clustering Algorithm Based On Correlation Preserving Indexing
Clustering Algorithm Based On Correlation Preserving IndexingClustering Algorithm Based On Correlation Preserving Indexing
Clustering Algorithm Based On Correlation Preserving Indexing
 
Umldiagram
UmldiagramUmldiagram
Umldiagram
 
Exploring the Science of Complexity in Aid Policy and Practice
Exploring the Science of Complexity in Aid Policy and PracticeExploring the Science of Complexity in Aid Policy and Practice
Exploring the Science of Complexity in Aid Policy and Practice
 
Higher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIHigher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoI
 

More from Panagiotis Papaioannou

A systemic approach to the operations of the Education Department of large or...
A systemic approach to the operations of the Education Department of large or...A systemic approach to the operations of the Education Department of large or...
A systemic approach to the operations of the Education Department of large or...Panagiotis Papaioannou
 
Applying systemic methodologies to bridge the gap between a process-oriented ...
Applying systemic methodologies to bridge the gap between a process-oriented ...Applying systemic methodologies to bridge the gap between a process-oriented ...
Applying systemic methodologies to bridge the gap between a process-oriented ...Panagiotis Papaioannou
 
Process Mining applications and a correlation with the Systemic Approach (app...
Process Mining applications and a correlation with the Systemic Approach (app...Process Mining applications and a correlation with the Systemic Approach (app...
Process Mining applications and a correlation with the Systemic Approach (app...Panagiotis Papaioannou
 
Systemic approach to the Business-IT alignment issue
Systemic approach to the Business-IT alignment issueSystemic approach to the Business-IT alignment issue
Systemic approach to the Business-IT alignment issuePanagiotis Papaioannou
 
Domain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic ApproachDomain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic ApproachPanagiotis Papaioannou
 
Electronic registry for the management of childhood obesity in Greece
Electronic registry for the management of childhood obesity in GreeceElectronic registry for the management of childhood obesity in Greece
Electronic registry for the management of childhood obesity in GreecePanagiotis Papaioannou
 
Domain Driven Design and Soft Systems Methodology for Information Systems in ...
Domain Driven Design and Soft Systems Methodology for Information Systems in ...Domain Driven Design and Soft Systems Methodology for Information Systems in ...
Domain Driven Design and Soft Systems Methodology for Information Systems in ...Panagiotis Papaioannou
 
DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...
DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...
DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...Panagiotis Papaioannou
 
Digital Transformation Mapmaking - DCSYM for value modelling
Digital Transformation Mapmaking - DCSYM for value modellingDigital Transformation Mapmaking - DCSYM for value modelling
Digital Transformation Mapmaking - DCSYM for value modellingPanagiotis Papaioannou
 
Business Process Management and Business Intelligence
Business Process Management and Business IntelligenceBusiness Process Management and Business Intelligence
Business Process Management and Business IntelligencePanagiotis Papaioannou
 
Business Process Management as an enabling factor for Digital Transformation
Business Process Management as an enabling factor for Digital TransformationBusiness Process Management as an enabling factor for Digital Transformation
Business Process Management as an enabling factor for Digital TransformationPanagiotis Papaioannou
 
Business Process Management as the basis for Digital Transformation
Business Process Management as the basis for Digital TransformationBusiness Process Management as the basis for Digital Transformation
Business Process Management as the basis for Digital TransformationPanagiotis Papaioannou
 
Reengineering of the Process of a Call Center Using Systemic Methodologies, H...
Reengineering of the Process of a Call Center Using Systemic Methodologies, H...Reengineering of the Process of a Call Center Using Systemic Methodologies, H...
Reengineering of the Process of a Call Center Using Systemic Methodologies, H...Panagiotis Papaioannou
 
Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...
Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...
Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...Panagiotis Papaioannou
 
Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...
Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...
Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...Panagiotis Papaioannou
 
Domain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic ApproachDomain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic ApproachPanagiotis Papaioannou
 
SW ecosystems for Business-IT alignment
SW ecosystems for Business-IT alignmentSW ecosystems for Business-IT alignment
SW ecosystems for Business-IT alignmentPanagiotis Papaioannou
 

More from Panagiotis Papaioannou (17)

A systemic approach to the operations of the Education Department of large or...
A systemic approach to the operations of the Education Department of large or...A systemic approach to the operations of the Education Department of large or...
A systemic approach to the operations of the Education Department of large or...
 
Applying systemic methodologies to bridge the gap between a process-oriented ...
Applying systemic methodologies to bridge the gap between a process-oriented ...Applying systemic methodologies to bridge the gap between a process-oriented ...
Applying systemic methodologies to bridge the gap between a process-oriented ...
 
Process Mining applications and a correlation with the Systemic Approach (app...
Process Mining applications and a correlation with the Systemic Approach (app...Process Mining applications and a correlation with the Systemic Approach (app...
Process Mining applications and a correlation with the Systemic Approach (app...
 
Systemic approach to the Business-IT alignment issue
Systemic approach to the Business-IT alignment issueSystemic approach to the Business-IT alignment issue
Systemic approach to the Business-IT alignment issue
 
Domain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic ApproachDomain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic Approach
 
Electronic registry for the management of childhood obesity in Greece
Electronic registry for the management of childhood obesity in GreeceElectronic registry for the management of childhood obesity in Greece
Electronic registry for the management of childhood obesity in Greece
 
Domain Driven Design and Soft Systems Methodology for Information Systems in ...
Domain Driven Design and Soft Systems Methodology for Information Systems in ...Domain Driven Design and Soft Systems Methodology for Information Systems in ...
Domain Driven Design and Soft Systems Methodology for Information Systems in ...
 
DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...
DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...
DOMAIN-DRIVEN DESIGN AND SOFT SYSTEMS METHODOLOGY AS A FRAMEWORK TO AVOID SOF...
 
Digital Transformation Mapmaking - DCSYM for value modelling
Digital Transformation Mapmaking - DCSYM for value modellingDigital Transformation Mapmaking - DCSYM for value modelling
Digital Transformation Mapmaking - DCSYM for value modelling
 
Business Process Management and Business Intelligence
Business Process Management and Business IntelligenceBusiness Process Management and Business Intelligence
Business Process Management and Business Intelligence
 
Business Process Management as an enabling factor for Digital Transformation
Business Process Management as an enabling factor for Digital TransformationBusiness Process Management as an enabling factor for Digital Transformation
Business Process Management as an enabling factor for Digital Transformation
 
Business Process Management as the basis for Digital Transformation
Business Process Management as the basis for Digital TransformationBusiness Process Management as the basis for Digital Transformation
Business Process Management as the basis for Digital Transformation
 
Reengineering of the Process of a Call Center Using Systemic Methodologies, H...
Reengineering of the Process of a Call Center Using Systemic Methodologies, H...Reengineering of the Process of a Call Center Using Systemic Methodologies, H...
Reengineering of the Process of a Call Center Using Systemic Methodologies, H...
 
Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...
Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...
Systemic Modeling and Relations Thinking for Risk Assessment and IT Resources...
 
Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...
Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...
Applied Process Mining in a Blood Bank and correlation with the Systemic Appr...
 
Domain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic ApproachDomain Driven Design: Made Easy employing Systemic Approach
Domain Driven Design: Made Easy employing Systemic Approach
 
SW ecosystems for Business-IT alignment
SW ecosystems for Business-IT alignmentSW ecosystems for Business-IT alignment
SW ecosystems for Business-IT alignment
 

Recently uploaded

Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 

Recently uploaded (20)

Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 

Using the Design and Control Systemic Methodology to calculate Systems Complexity

  • 1. Using the Design and Control Systemic Methodology to calculate Systems Complexity Panagiotis Papaioannou University of Piraeus p.papaioannou@gmail.com HSSS 9th National & International Conference, 11-13 July 2013, Volos, Greece This work deals with the systems or models complexity and proposes a method to measure the complexity of a system designed using the Design and Control Systemic Methodology (DCSYM). Although the term "complexity" appears more and more in our everyday conversations, it turns out it is very difficult to define it. However, the majority of definitions relate the term complexity with parts and relations between them, which leads to the concept of the system. There are many reasons to deal with the complexity all based on the acceptance that we live in a complex world. Almost all phenomena occur due to the interaction between lots of things, forming systems, which result to the situations we face. To understand or to deal with them, we formulate models that usually are abstraction of the reality, still capable to make us able to understand it and/or to design effective interventions. These models are also systems and their complexity relates either to the difficulty to deal with that systems or the value they expose to their environment. Since a system consists of parts and relations between them, the most proper equivalent is the "graph" as defined in the graph theory. A graph consists of nodes (vertices) and lines (edges). Lines act as links between nodes. DCSYM represents systems employing a specific notation. It uses rectangles to represent systems or subsystems, circles to represent individuals and lines to represent relations between them. A system can contain other subsystems or individuals. That nesting acts as a hierarchy link between the container and the contained element. The whole concept leads directly to a "graph" as described previously. A method to measure the complexity of a graph is McCabe's "Cyclomatic Complexity". The Cyclomatic Complexity (CC) of a graph is: CC = E - N + 2P Where: P = number of disconnected parts of the graph E = number of edges N = number of nodes In a system, there are no disconnected parts (in other case it would not be a system), thus, P=1. After that, the definition of the Cyclomatic Complexity becomes: CC = E - N + 2. To calculate the Cyclomatic Complexity of a system we use the above definition. N is the total number of systems, subsystems and individuals. E is the total number of relations between all of them. Note that every Edge counts once. This approach assumes that all relations have the same weight. In actual situations, the meaning of complexity relates also to the variety of a relation between two elements. To include this into the measurement of the complexity we count each Edge (Relation) not only once but by a number which expresses the variety (or difficulty) of this relation. We call the complexity calculated in this way "Extended Cyclomatic Complexity". An experimental software, titled DCSYM CASE TOOL, is used to design systems according to DCSYM and includes the calculation of the complexity using the above two methods.
  • 2. Using the Design and Control Systemic Methodology to calculate Systems Complexity Panagiotis Papaioannou University of Piraeus CSAP p.papaioannou@gmail.com HSSS 9th National & International Conference, 11-13 July 2013, Volos, Greece 2 DCSYM :: SYSTEMS COMPLEXITY What is Complexity? Neil Johnson (well known for his work on complexity) • There is no unique definition of complexity • It has traditionally been expressed using particular examples. • Complexity Science: The study of the phenomena which emerge from a collection of interacting objects Definitions of complexity often depend on the concept of a “system” (set of parts and relations between them) The term “Complexity" appears more and more in our everyday conversations, but it is very difficult to define it.
  • 3. 3 DCSYM :: SYSTEMS COMPLEXITY Disorganized Complexity vs. Organized Complexity Examples Gas in a container Disorganized Organized Departments – Processes - Relations We are interested in Organized Complexity 4 DCSYM :: SYSTEMS COMPLEXITY A system or model more complex than another one: • More difficult to understand it • More difficult to manage it • More expensive • More risky • Less predictable Complexity is used in the context of Systems or Models Why to measure Complexity But may be: • More accurate • More adaptive • … … ...
  • 4. 5 DCSYM :: SYSTEMS COMPLEXITY System: set of interacting or interdependent components forming an integrated whole B F D A E C Component (Node) Relation / Interaction (Edge) System: Definition and Representation 6 DCSYM :: SYSTEMS COMPLEXITY A system is a graph We employ the concept of “graph complexity” to represent the complexity of the system. mathematical structure used to model pairwise relations between objects Graph: Graph (from mathematics)
  • 5. 7 DCSYM :: SYSTEMS COMPLEXITY The Cyclomatic Complexity (CC) of a graph is: CC = E - N + 2P Where: E = number of edges N = number of nodes P = number of disconnected parts of the graph In a system, there are no disconnected parts (in other case it would not be a system) P=1. Cyclomatic Complexity of a System: SCC = E - N + 2. What it expresses: CC = 7 – 6 + 2 = 3 McCabe's Cyclomatic Complexity The number of “cycles” made by the nodes-relations topology (starting ending at the same node) Used in Software Engineering but with without significant results. 8 DCSYM :: SYSTEMS COMPLEXITY DCSYM: Design Control SYstemic Methodology A mean to design systems (models) System-A 1s System-B 2s Subsystem 21s Subsystem 22s 221i Individual 4i Individual c Communication D Control g Communication U Control
  • 6. 9 DCSYM :: SYSTEMS COMPLEXITY c, C communication g, G general interaction or influence u, U purposeful action p, P potential conflict d, D distorted communication δ, Δ distorted purposeful communication Communication Control Bowen symbols 10 DCSYM :: SYSTEMS COMPLEXITY Link types: • Relations • Hierarchy Links Hidden Links: Hierarchy Links
  • 7. 11 DCSYM :: SYSTEMS COMPLEXITY SCC = E - N + 2. N is the total number of systems, subsystems and individuals. E is the total number of relations between all of them plus the number of hierarchy links (each relation/link counts once) SCC = 6 – 5 + 2 = 3 System’s Cyclomatic Complexity ( SCC ) STOP! It’s Good for hard systems only! 12 DCSYM :: SYSTEMS COMPLEXITY Hard vs. Soft Systems The system is well defined and deterministic. Relations are fixed Predictable behavior Hard Systems: The approach until now assumes that all relation are of the same quality. This is good for Hard Systems. The system is not well defined Not deterministic (e.g. social systems) Relations are not fixed: • Variety • Assumptions • Noise • Distortion Soft Systems: Complexity
  • 8. 13 DCSYM :: SYSTEMS COMPLEXITY To represent the quality of each relation and the amount of complexity it accumulates we use the concept of the Cost. Relations are not of the same quality Cost Interpretation 1 Hard relation (in a hard system) 2 Noise, Distortion, Uncertainty Contribution to Systems’ Complexity 3 4 5 Higher Lower Complexity in Soft Systems 14 DCSYM :: SYSTEMS COMPLEXITY Step 0 Cyclomatic Complexity of a Graph: CC = E - N + 2P E = Number of edges, N = Number of Nodes, P = Number of disconnected graphs Step 1 In a system: P=1 = CC = E – N + 2 E = Edges: Number of links (relations) Step 2 + Hierarchy links E = Number of Relation Links plus the number of Hierarchy Links. Step 3 + Relations’ Contribution to the complexity E = Sum of Cost of the Relation Links plus the number of Hierarchy Links Review: Cyclomatic Complexity of a Soft System Extended Systems Cyclomatic Complexity: ESCC = E - N + 2 N is the total number of systems, subsystems and individuals. E is the Sum of Costs of relations between all of them plus the number of hierarchy links
  • 9. 15 DCSYM :: SYSTEMS COMPLEXITY Extended Systems Cyclomatic Complexity ESCC = E - N + 2 N is the total number of systems, subsystems and individuals. E is the Sum of Costs of relations between all of them plus the number of hierarchy links 16 DCSYM :: SYSTEMS COMPLEXITY A software to design systems and to calculate the extended cyclomatic complexity DCSYM CASE TOOL
  • 10. 17 DCSYM :: SYSTEMS COMPLEXITY Examples 18 DCSYM :: SYSTEMS COMPLEXITY
  • 11. 19 DCSYM :: SYSTEMS COMPLEXITY System0 System1 System2 System3 EXTENDED CYCLOMATIC COMPLEXITY: 4 Hard System (1) (1) (1) (1) (1) System6 System7 (1) (1) (1) 20 DCSYM :: SYSTEMS COMPLEXITY
  • 12. 21 DCSYM :: SYSTEMS COMPLEXITY 22 DCSYM :: SYSTEMS COMPLEXITY p.papaioannou@gmail.com Panagiotis (Takis) Papaioannou
  • 13. 23 DCSYM :: SYSTEMS COMPLEXITY In order to control and survive: • We reduce imported variety (making proper models) • We create and export variety Viable System (VS) Management (VM) Complexity Attenuator (Models) Environment (VE) Complexity Amplifier Example: Complexity awareness in the Viable System Model