机器
该部件可读取设置面对的机器,例如他们正在做的工作。
检测类型
是否机器目标是否为可工作的机器
输出: Boolean(布尔)
是否有工作目标是否有工作
输出: Boolean(布尔)
能否工作目标当前状态能否开始工作
输出: Boolean(布尔)
是否在工作目标是否在工作
输出: Boolean(布尔)
有无温度目标是否有指定的温度
输出: Boolean(布尔)
温度目标当前温度(K)
输出: Double(双精度型)
最大温度目标最高温度
输出: Double(双精度型)
最小温度目标最低温度
输出: Double(双精度型)
默认温度目标的初始温度,以开尔文(K)计算
输出: Double(双精度型)
Is Recipe HandlerIf the target can handle recipes
输出: Boolean(布尔)
RecipesRecipes that can be handled by the target
输出: List(列表)
Recipe By InputAn operator that returns a recipe for a given input.
输出: Operator(运算符)
Recipe By OutputAn operator that returns a recipe for a given output.
输出: Operator(运算符)
Recipes By InputAn operator that returns all possible recipes for a given input.
输出: Operator(运算符)
Recipes By OutputAn operator that returns all possible recipes for a given output.
输出: Operator(运算符)
Recipe Output By InputAn operator that returns the resulting recipe output for a given input.
输出: Operator(运算符)
Recipe Inputs By OutputAn operator that returns all possible recipe inputs for a given output.
输出: Operator(运算符)
是FE处理器如果目标以某种方式处理FE
输出: Boolean(布尔)
是FE接收器如果目标可以接收FE
输出: Boolean(布尔)
是FE供应器如果目标可以提供FE
输出: Boolean(布尔)
可以提取FE如果真正从目标中提取FE,请考虑存储
输出: Boolean(布尔)
可以插入FE如果FE真的可以插入目标,请考虑存储和容量
输出: Boolean(布尔)
FE缓冲区满如果目标的FE缓冲区已满
输出: Boolean(布尔)
FE缓冲区为空如果目标的FE缓冲区完全为空
输出: Boolean(布尔)
FE缓冲区不为空如果目标的FE缓冲区不为空
输出: Boolean(布尔)
存储FE存储在目标中的FE量
输出: Integer(整型)
FE容量目标的FE能力
输出: Integer(整型)
FE填充比目标中的FE量除以其容量
输出: Double(双精度型)