Class: ResolutionMethodCount¶
Count of a specific resolution method usage
URI: revaise:ResolutionMethodCount
```mermaid classDiagram class ResolutionMethodCount click ResolutionMethodCount href "../ResolutionMethodCount/" ResolutionMethodCount : count
ResolutionMethodCount : method
ResolutionMethodCount --> "1" ResolutionMethod : method
click ResolutionMethod href "../ResolutionMethod/"
ResolutionMethodCount : success_rate
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| method | 1 ResolutionMethod |
The resolution method | direct |
| count | 1 Integer |
Number of times this method was used | direct |
| success_rate | 0..1 Float |
Success rate of this method | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ResolutionStatistics | resolution_methods_used | range | ResolutionMethodCount |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:ResolutionMethodCount |
| native | revaise:ResolutionMethodCount |
LinkML Source¶
Direct¶
name: ResolutionMethodCount
description: Count of a specific resolution method usage
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution
slots:
- method
- count
- success_rate
slot_usage:
method:
name: method
description: The resolution method
range: ResolutionMethod
required: true
count:
name: count
description: Number of times this method was used
range: integer
required: true
success_rate:
name: success_rate
description: Success rate of this method
range: float
minimum_value: 0.0
maximum_value: 1.0
Induced¶
name: ResolutionMethodCount
description: Count of a specific resolution method usage
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution
slot_usage:
method:
name: method
description: The resolution method
range: ResolutionMethod
required: true
count:
name: count
description: Number of times this method was used
range: integer
required: true
success_rate:
name: success_rate
description: Success rate of this method
range: float
minimum_value: 0.0
maximum_value: 1.0
attributes:
method:
name: method
description: The resolution method
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution
rank: 1000
alias: method
owner: ResolutionMethodCount
domain_of:
- ResolutionMethodCount
range: ResolutionMethod
required: true
count:
name: count
description: Number of times this method was used
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution
rank: 1000
alias: count
owner: ResolutionMethodCount
domain_of:
- ResolutionMethodCount
range: integer
required: true
success_rate:
name: success_rate
description: Success rate of this method
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution
rank: 1000
alias: success_rate
owner: ResolutionMethodCount
domain_of:
- ResolutionMethodCount
range: float
minimum_value: 0.0
maximum_value: 1.0