RuleBase
103104105106107108109110
this.ruleBase.writeExternal( out ); } public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { ruleBase = new ReteooRuleBase(); ruleBase.readExternal( in ); }