Slot: number_of_strongly_connected_components
The number of distinct components that consist of activities that are connected (directly or indirectly) via causal connections. Most models will consist of a single SCC. Some models may consist of two or more "islands" where there is no connection from one island to another.
URI: [gocam:number_of_strongly_connected_components](https://w3id.org/gocam/number_of_strongly_connected_components)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [QueryIndex](QueryIndex.md) | An index that is optionally placed on a model in order to support common quer... | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Integer](Integer.md) |
| Domain Of | [QueryIndex](QueryIndex.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Owner | [QueryIndex](QueryIndex.md) |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/gocam
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | gocam:number_of_strongly_connected_components |
| native | gocam:number_of_strongly_connected_components |
## LinkML Source
name: number_of_strongly_connected_components
description: The number of distinct components that consist of activities that are
connected (directly or indirectly) via causal connections. Most models will consist
of a single SCC. Some models may consist of two or more "islands" where there is
no connection from one island to another.
from_schema: https://w3id.org/gocam
rank: 1000
owner: QueryIndex
domain_of:
- QueryIndex
range: integer