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
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.