Finally, the diagnosis results are achieved through forward chainingmethod.
最后,根据应用正向推理机得到磨损故障的诊断结果。
2
Methodchaining USES return values from methods to relay instruction context, which in this case is the object instance making the first method invocation.
方法链接使用方法的返回值来中转指令上下文,在这种情况下是进行第一个方法调用的对象实例。
3
So far, methodchaining looks like a simple way to clean up overly verbose syntax, especially method calls that are mostly declarative.