此内容没有您所选择的语言版本。11.7. Declaring a Type This illustrates the process of declaring a type: package org.drools.examples import java.util.Date declare Person name : String dateOfBirth : Date address : Address end package org.drools.examples import java.util.Date declare Person name : String dateOfBirth : Date address : Address end Copy to Clipboard Copied! Toggle word wrap Toggle overflow Report a bug 前一个下一个