org.opencrx.kernel.ras1.cci
Interface ModelFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
DesignModelFilter, RequirementModelFilter, TestModelFilter
All Known Implementing Classes:
DesignModelFilterImpl, ModelFilterImpl, RequirementModelFilterImpl, TestModelFilterImpl

public interface ModelFilter
extends RefFilter_1_0


Method Summary
 void forAllRelatedDiagram(short operator, Collection filterValues)
           
 void forAllRelatedDiagram(short operator, Diagram[] filterValues)
           
 void forAllRelatedModel(short operator, Collection filterValues)
           
 void forAllRelatedModel(short operator, Model[] filterValues)
           
 void thereExistsRelatedDiagram(short operator, Collection filterValues)
           
 void thereExistsRelatedDiagram(short operator, Diagram[] filterValues)
           
 void thereExistsRelatedModel(short operator, Collection filterValues)
           
 void thereExistsRelatedModel(short operator, Model[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllRelatedDiagram

void forAllRelatedDiagram(short operator,
                          Diagram[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsRelatedDiagram

void thereExistsRelatedDiagram(short operator,
                               Diagram[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllRelatedDiagram

void forAllRelatedDiagram(short operator,
                          Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsRelatedDiagram

void thereExistsRelatedDiagram(short operator,
                               Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllRelatedModel

void forAllRelatedModel(short operator,
                        Model[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsRelatedModel

void thereExistsRelatedModel(short operator,
                             Model[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllRelatedModel

void forAllRelatedModel(short operator,
                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsRelatedModel

void thereExistsRelatedModel(short operator,
                             Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.