--- search: boost: 10.0 --- # Class: Connectivity _Connectivity information included in the topology._
URI: [https://CCPBioSim.ac.uk/biosim-schema/Connectivity](https://CCPBioSim.ac.uk/biosim-schema/Connectivity) ```{mermaid} classDiagram class Connectivity click Connectivity href "../../classes/Connectivity/" Connectivity : bonds Connectivity : dihedrals ``` ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [bonds](../slots/bonds.md) | 0..1
[boolean](../types/boolean.md) | Are bond parameters present in the topology? | direct | | [dihedrals](../slots/dihedrals.md) | 0..1
[boolean](../types/boolean.md) | Are dihedral parameters present in the topology? | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [TopologyMetadata](../classes/TopologyMetadata.md) | [connectivity](../slots/connectivity.md) | range | [Connectivity](../classes/Connectivity.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://CCPBioSim.ac.uk/biosim-schema/ ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | https://CCPBioSim.ac.uk/biosim-schema/Connectivity | | native | https://CCPBioSim.ac.uk/biosim-schema/Connectivity | ## LinkML Source ### Direct ```yaml name: Connectivity description: Connectivity information included in the topology. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ slots: - bonds - dihedrals ``` ### Induced ```yaml name: Connectivity description: Connectivity information included in the topology. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: bonds: name: bonds annotations: engine_mapping: tag: engine_mapping value: - engine: toptrajparser key: bonds description: Are bond parameters present in the topology? from_schema: https://CCPBioSim.ac.uk/biosim-schema/ rank: 1000 owner: Connectivity domain_of: - Connectivity range: boolean dihedrals: name: dihedrals annotations: engine_mapping: tag: engine_mapping value: - engine: toptrajparser key: dihedrals description: Are dihedral parameters present in the topology? from_schema: https://CCPBioSim.ac.uk/biosim-schema/ rank: 1000 owner: Connectivity domain_of: - Connectivity range: boolean ```