Skip to content

ValueAliasSet

Describes the translation of a set of values into a name and is intendend to facilitate custom translations. Each ValueAliasSet has a name, description etc. A specific Measurement may represent a discrete state like Open, Closed, Intermediate etc. This requires a translation from the MeasurementValue.value number to a string, e.g. 0->"Invalid", 1->"Open", 2->"Closed", 3->"Intermediate". Each ValueToAlias member in ValueAliasSet.Value describe a mapping for one particular value to a name.

URI: cim:ValueAliasSet
Type: Class

%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
    class ValueAliasSet
    click ValueAliasSet href "/Models/Profiles/Operation/ConcreteClasses/ValueAliasSet/"
    style ValueAliasSet fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        IdentifiedObject <|-- ValueAliasSet : inherits
            click IdentifiedObject href "/Models/Profiles/Operation/AbstractClasses/IdentifiedObject/"
            style IdentifiedObject fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        ValueAliasSet --> Command : ValueAliasSet.Commands

        Command
            click Command href "/Models/Profiles/Operation/ConcreteClasses/Command/"
            style Command fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        ValueAliasSet --> Discrete : ValueAliasSet.Discretes

        Discrete
            click Discrete href "/Models/Profiles/Operation/ConcreteClasses/Discrete/"
            style Discrete fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        ValueAliasSet --> RaiseLowerCommand : ValueAliasSet.RaiseLowerCommands

        RaiseLowerCommand
            click RaiseLowerCommand href "/Models/Profiles/Operation/ConcreteClasses/RaiseLowerCommand/"
            style RaiseLowerCommand fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        ValueAliasSet --> ValueToAlias : ValueAliasSet.Values

        ValueToAlias
            click ValueToAlias href "/Models/Profiles/Operation/ConcreteClasses/ValueToAlias/"
            style ValueToAlias fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        Command --> ValueAliasSet : Command.ValueAliasSet

        Command
            click Command href "/Models/Profiles/Operation/ConcreteClasses/Command/"
            style Command fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        Discrete --> ValueAliasSet : Discrete.ValueAliasSet

        Discrete
            click Discrete href "/Models/Profiles/Operation/ConcreteClasses/Discrete/"
            style Discrete fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        RaiseLowerCommand --> ValueAliasSet : RaiseLowerCommand.ValueAliasSet

        RaiseLowerCommand
            click RaiseLowerCommand href "/Models/Profiles/Operation/ConcreteClasses/RaiseLowerCommand/"
            style RaiseLowerCommand fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        ValueToAlias --> ValueAliasSet : ValueToAlias.ValueAliasSet

        ValueToAlias
            click ValueToAlias href "/Models/Profiles/Operation/ConcreteClasses/ValueToAlias/"
            style ValueToAlias fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white


        ValueAliasSet : ValueAliasSet.Commands
        ValueAliasSet : ValueAliasSet.Discretes
        ValueAliasSet : ValueAliasSet.RaiseLowerCommands
        ValueAliasSet : ValueAliasSet.Values
        IdentifiedObject : IdentifiedObject.description
        IdentifiedObject : IdentifiedObject.mRID
        IdentifiedObject : IdentifiedObject.name

Inheritance

Attributes

Name URI Cardinality and Range Description Inheritance
Commands cim:ValueAliasSet.Commands No cardinality available Command The Commands using the set for translation. direct
Discretes cim:ValueAliasSet.Discretes No cardinality available Discrete The Measurements using the set for translation. direct
RaiseLowerCommands cim:ValueAliasSet.RaiseLowerCommands No cardinality available RaiseLowerCommand The Commands using the set for translation. direct
Values cim:ValueAliasSet.Values No cardinality available ValueToAlias The ValueToAlias mappings included in the set. direct
description cim:IdentifiedObject.description No cardinality available string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy. IdentifiedObject
mRID cim:IdentifiedObject.mRID No cardinality available string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended.
For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. IdentifiedObject
name cim:IdentifiedObject.name No cardinality available string The name is any free human readable and possibly non unique text naming the object. IdentifiedObject

Schema Source

Responsive Footer