Class: StateChangeEffectFacet
"A state change effect facet is a grouping of characteristics unique to the effects of actions upon observable objects where a state of the observable object is changed."
URI: master:StateChangeEffectFacet
 classDiagram
    class StateChangeEffectFacet
      DefinedEffectFacet <|-- StateChangeEffectFacet
      StateChangeEffectFacet : newObject
          StateChangeEffectFacet ..> ObservableObject : newObject
      StateChangeEffectFacet : oldObject
          StateChangeEffectFacet ..> ObservableObject : oldObject
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- DefinedEffectFacet
- StateChangeEffectFacet
 
 
 - DefinedEffectFacet
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| newObject | 0..1  ObservableObject  | 
"Specifies the observable object and its properties as they are after the sta... | direct | 
| oldObject | 0..1  ObservableObject  | 
"Specifies the observable object and its properties as they were before the s... | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:StateChangeEffectFacet | 
| native | master:StateChangeEffectFacet | 
LinkML Source
Direct
name: StateChangeEffectFacet
description: '"A state change effect facet is a grouping of characteristics unique
  to the effects of actions upon observable objects where a state of the observable
  object is changed."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: DefinedEffectFacet
slots:
- newObject
- oldObject
Induced
name: StateChangeEffectFacet
description: '"A state change effect facet is a grouping of characteristics unique
  to the effects of actions upon observable objects where a state of the observable
  object is changed."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: DefinedEffectFacet
attributes:
  newObject:
    name: newObject
    description: '"Specifies the observable object and its properties as they are
      after the state change effect occurred."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: newObject
    owner: StateChangeEffectFacet
    domain_of:
    - StateChangeEffectFacet
    range: ObservableObject
  oldObject:
    name: oldObject
    description: '"Specifies the observable object and its properties as they were
      before the state change effect occurred."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: oldObject
    owner: StateChangeEffectFacet
    domain_of:
    - StateChangeEffectFacet
    range: ObservableObject