質的価値
タイプ名: QualitativeValue
Enumeration を拡張します。
氏名 |
型 |
説明 |
イコール |
質的価値 |
定性的な値の順序関係は、主語が目的語と等しいことを示します。 |
大きい |
質的価値 |
定性的値の順序関係は、テーマがオブジェクトよりも大きいことを示しています。 |
大、正 |
質的価値 |
定性的値の順序関係は、被写体がオブジェクト以上であることを示しています。 |
少ない |
質的価値 |
定性的な値の順序関係は、被写体が目的語よりも低いことを示します。 |
低評価 |
質的価値 |
定性的な値の順序関係は、主語が目的以下のオブジェクトであることを示しています。 |
不等価 |
質的価値 |
定性的値の順序関係は、被写体がオブジェクトと等しくないことを示しています。 |
valueReference |
列挙型または StructuredValue |
元の値に関する追加情報(基準温度など)を提供する、セカンダリ値へのポインタ。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["`QualitativeValue` extends the `Enumeration` type and is used for expressing qualitative values with ordering relations."],["It includes properties like `equal`, `greater`, `greaterOrEqual`, `lesser`, `lesserOrEqual`, and `nonEqual` to define relationships between qualitative values."],["The `valueReference` property can point to an `Enumeration` or `StructuredValue` to provide further context or information about the qualitative value."]]],["QualitativeValue extends Enumeration and defines ordering relations between a subject and an object. These relations include `equal`, `greater`, `greaterOrEqual`, `lesser`, `lesserOrEqual`, and `nonEqual`, all using QualitativeValue as their type. Additionally, `valueReference` acts as a pointer to supplementary data, with types being either Enumeration or StructuredValue. This feature provides more information on the primary value.\n"]]