$EntityStores

从版本11.3开始,$EntityStores 已被函数 EntityRegisterEntityStoresEntityUnregister 所取代.

$EntityStores

是一个全局变量,给出当使用 Entity 时自动访问的全部实体存储列表.

更多信息

  • 当运算诸如 Entity["type","name"][property] 等表达式时,数据从 $EntityStores 中含有 "type" 的第一个 EntityStore 提取.
  • 出现在 $EntityStores 中的实体类型在内置实体类型之前被考虑.
  • 在赋值过程中,Entity["type","name"][property]=value 数据存储于 $EntityStores 中含有 "type" 的第一个 EntityStore 中. 如果在 $EntityStores 中不存在含有 "type"EntityStore,将在 $EntityStores 中预置一个新的 EntityStore.

范例

打开所有单元关闭所有单元

基本范例  (1)

添加一个实体存储,在其中查找类型为 "MyType" 的实体:

范围  (2)

设置实体的属性值:

这将在 $EntityStores 中引入一个新的 EntityStore

设定一个不同类型的实体值将在 $EntityStores 中引入另一个 EntityStore

引入含有两个实体类型的 EntityStore

涉及这些类型的赋值将被存储在这个 EntityStore 中:

Wolfram Research (2016),$EntityStores,Wolfram 语言函数,https://reference.wolfram.com/language/ref/$EntityStores.html.

文本

Wolfram Research (2016),$EntityStores,Wolfram 语言函数,https://reference.wolfram.com/language/ref/$EntityStores.html.

CMS

Wolfram 语言. 2016. "$EntityStores." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/$EntityStores.html.

APA

Wolfram 语言. (2016). $EntityStores. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/$EntityStores.html 年

BibTeX

@misc{reference.wolfram_2024_$entitystores, author="Wolfram Research", title="{$EntityStores}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/$EntityStores.html}", note=[Accessed: 23-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_$entitystores, organization={Wolfram Research}, title={$EntityStores}, year={2016}, url={https://reference.wolfram.com/language/ref/$EntityStores.html}, note=[Accessed: 23-November-2024 ]}