Class: WaterPotential

Potential used for water molecules.

URI: https://CCPBioSim.ac.uk/biosim-schema/WaterPotential

         classDiagram
    class WaterPotential
    click WaterPotential href "../../classes/WaterPotential/"
      WaterPotential : modified
        
      WaterPotential : water_potential_name
        
          
    
        
        
        WaterPotential --> "0..1" WaterPotentialName : water_potential_name
        click WaterPotentialName href "../../enums/WaterPotentialName/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Inheritance

water_potential_name

0..1
WaterPotentialName

Force field used to describe water molecules

direct

modified

0..1
boolean

Has the initial model been modified from the original?

direct

Usages

used by

used in

type

used

PotentialMetadata

water_potential

range

WaterPotential

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/WaterPotential

native

https://CCPBioSim.ac.uk/biosim-schema/WaterPotential

LinkML Source

Direct

name: WaterPotential
description: Potential used for water molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
slots:
- water_potential_name
- modified

Induced

name: WaterPotential
description: Potential used for water molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
  water_potential_name:
    name: water_potential_name
    description: Force field used to describe water molecules.
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: WaterPotential
    domain_of:
    - WaterPotential
    range: WaterPotentialName
  modified:
    name: modified
    description: Has the initial model been modified from the original?
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: WaterPotential
    domain_of:
    - MoleculeID
    - WaterPotential
    - ProteinPotential
    - LipidPotential
    - NucleicPotential
    - CarbohydratePotential
    - PolymerPotential
    - GeneralPotential
    - MachineLearnedPotential
    range: boolean