--- search: boost: 10.0 --- # Class: AngleQuantity _A quantity representing angles._
URI: [https://CCPBioSim.ac.uk/biosim-schema/AngleQuantity](https://CCPBioSim.ac.uk/biosim-schema/AngleQuantity) ```{mermaid} classDiagram class AngleQuantity click AngleQuantity href "../../classes/AngleQuantity/" AngleQuantity : value AngleQuantity : value_unit AngleQuantity --> "0..1" AngleUnit : value_unit click AngleUnit href "../../enums/AngleUnit/" ``` ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [value](../slots/value.md) | 0..1
[float](../types/float.md) | | direct | | [value_unit](../slots/value_unit.md) | 0..1
[AngleUnit](../enums/AngleUnit.md) | | direct | ## 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/AngleQuantity | | native | https://CCPBioSim.ac.uk/biosim-schema/AngleQuantity | ## LinkML Source ### Direct ```yaml name: AngleQuantity description: A quantity representing angles. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: value: name: value from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity range: float value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(degree) domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity - VectorLengthQuantity - VectorAngleQuantity - VectorVolumeQuantity - VectorCompressibilityQuantity - VectorPressureQuantity - VectorTemperatureQuantity - VectorTimeQuantity - MatrixPressureQuantity - MatrixCompressibilityQuantity - MatrixQuantity range: AngleUnit ``` ### Induced ```yaml name: AngleQuantity description: A quantity representing angles. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: value: name: value from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities owner: AngleQuantity domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity range: float value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(degree) owner: AngleQuantity domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity - VectorLengthQuantity - VectorAngleQuantity - VectorVolumeQuantity - VectorCompressibilityQuantity - VectorPressureQuantity - VectorTemperatureQuantity - VectorTimeQuantity - MatrixPressureQuantity - MatrixCompressibilityQuantity - MatrixQuantity range: AngleUnit ```