1 package org.opencrx.kernel.model1.cci; 14 15 17 public interface ReferenceFilter 18 extends 19 org.opencrx.kernel.model1.cci.StructuralFeatureFilter { 20 21 28 public void forAllExposedEnd ( 29 short operator, 30 org.opencrx.kernel.model1.cci.AssociationEnd[] filterValues 31 ); 32 33 37 public void thereExistsExposedEnd ( 38 short operator, 39 org.opencrx.kernel.model1.cci.AssociationEnd[] filterValues 40 ); 41 42 46 public void forAllExposedEnd ( 47 short operator, 48 java.util.Collection filterValues 49 ); 50 51 55 public void thereExistsExposedEnd ( 56 short operator, 57 java.util.Collection filterValues 58 ); 59 60 67 public void forAllReferencedEnd ( 68 short operator, 69 org.opencrx.kernel.model1.cci.AssociationEnd[] filterValues 70 ); 71 72 76 public void thereExistsReferencedEnd ( 77 short operator, 78 org.opencrx.kernel.model1.cci.AssociationEnd[] filterValues 79 ); 80 81 85 public void forAllReferencedEnd ( 86 short operator, 87 java.util.Collection filterValues 88 ); 89 90 94 public void thereExistsReferencedEnd ( 95 short operator, 96 java.util.Collection filterValues 97 ); 98 99 } 103 | Popular Tags |