1 package simpletrl; 2 public interface ContainsRules extends javax.jmi.reflect.RefAssociation { 3 4 public boolean exists(simpletrl.Rule end0,simpletrl.RulesUnit end1) throws javax.jmi.reflect.JmiException ; 5 public boolean add(simpletrl.Rule end0,simpletrl.RulesUnit end1) throws javax.jmi.reflect.JmiException ; 6 public boolean remove(simpletrl.Rule end0,simpletrl.RulesUnit end1) throws javax.jmi.reflect.JmiException ; 7 public java.util.Collection getRules(simpletrl.RulesUnit end) throws javax.jmi.reflect.JmiException ; 8 public simpletrl.RulesUnit getUnit(simpletrl.Rule rules) throws javax.jmi.reflect.JmiException ; 9 } 10 | Popular Tags |