Expression
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک عبارت دلخواه از نوع دلخواه را مشخص می کند. زمینه ای که در آن استفاده می شود نوع پاسخ را تعیین می کند.
نمایندگی JSON |
---|
{
"values": {
string: {
object (ValueNode )
},
...
},
"result": string
} |
فیلدها |
---|
values | map (key: string, value: object ( ValueNode )) تمام مقادیر میانی در محاسبات. نمودار جهت دار این فرم ها باید غیر چرخه ای باشد. یک شی حاوی لیستی از "key": value . مثال: { "name": "wrench", "mass": "1.3kg", "count": "3" } . |
result | string کدام یک از ValueNodes در "values" نتیجه نهایی محاسبه است. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[],["The core content describes a structure for representing arbitrary expressions and their computations. It uses a JSON format with two main components: `values` and `result`. `values` is a map of intermediate computations, where each key-value pair represents a step, and the graph formed by these computations must be acyclic. `result` specifies the `string` key within `values` that represents the final outcome of the computation. The type of the response is determined by the context.\n"]]