org.omg.model1.query
Interface BehaviouralFeatureQuery
- All Superinterfaces:
- AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, FeatureQuery, NamespaceQuery, ViewCapableQuery
- All Known Subinterfaces:
- ExceptionQuery, OperationQuery
- All Known Implementing Classes:
- BehaviouralFeatureFilterImpl, ExceptionFilterImpl, OperationFilterImpl
public interface BehaviouralFeatureQuery
- extends FeatureQuery, NamespaceQuery
A BehaviouralFeatureQuery selects a set of instances of
class BehaviouralFeature based on conditions to be met by
their attributes.
| Methods inherited from interface org.omg.model1.query.ElementQuery |
annotation, container, forAllAnnotation, forAllContainer, forAllStereotype, name, orderByAnnotation, orderByName, orderByQualifiedName, orderByStereotype, qualifiedName, stereotype, thereExistsAnnotation, thereExistsContainer, thereExistsStereotype |
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
parameter
MultivaluedFeaturePredicate parameter()
- Adds a constraint to the predicate for
BehaviouralFeature
testing whether the feature parameter has values or not.
thereExistsParameter
ParameterQuery thereExistsParameter()
- Adds a constraint for the feature
parameter to the
predicate. The predicate for BehaviouralFeature evaluates
true if its value of feature parameter
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
forAllParameter
ParameterQuery forAllParameter()
- Adds a constraint for the feature
parameter to the
predicate. The predicate for BehaviouralFeature evaluates
true if its value of feature parameter
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.