# Slot: enforce 


_For a state-variable ``domain``: whether/how to enforce the range during integration (none/clamp/wrap). Ignored for parameter, distribution and grid ranges. See DomainEnforcement._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/enforce](https://w3id.org/tvbo/slot/enforce)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Range](../classes/Range.qmd) | Specifies a range for array generation, parameter bounds, or grid exploration |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [DomainEnforcement](../enums/DomainEnforcement.qmd) |
| Domain Of | [Range](../classes/Range.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| If Absent | `string(none)` |
| Owner | [Range](../classes/Range.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:enforce |
| native | tvbo:enforce |




## LinkML Source

<details>
```yaml
name: enforce
description: 'For a state-variable ``domain``: whether/how to enforce the range during
  integration (none/clamp/wrap). Ignored for parameter, distribution and grid ranges.
  See DomainEnforcement.'
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: string(none)
owner: Range
domain_of:
- Range
range: DomainEnforcement

```
</details></div>