222223224225226227228229230231232
* * @return the rule_ unit */ Rule_Unit newRules(){ Rule_Unit shipsRule = (Rule_Unit) RDB.This().get("RDBROOT.SHIP_RULE"); return shipsRule.create(getName()); } /** * New rules starting. *