Package trackerModule.core.rulestructure

Examples of trackerModule.core.rulestructure.Rule_Unit.create()


   *
   * @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.
   *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.