|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationEndQuery
A AssociationEndQuery selects a set of instances of class
AssociationEnd based on conditions to be met by their
attributes.
| Method Summary | |
|---|---|
StringTypePredicate |
aggregation()
Adds a constraint for the feature aggregation to the
predicate. |
StringTypePredicate |
forAllQualifierName()
Adds a constraint for the feature qualifierName to the
predicate. |
ClassifierQuery |
forAllQualifierType()
Adds a constraint for the feature qualifierType to the
predicate. |
BooleanTypePredicate |
isChangeable()
Adds a constraint for the feature isChangeable to the
predicate. |
BooleanTypePredicate |
isNavigable()
Adds a constraint for the feature isNavigable to the
predicate. |
StringTypePredicate |
multiplicity()
Adds a constraint for the feature multiplicity to the
predicate. |
SimpleTypeOrder |
orderByAggregation()
Allows to adds a sort instruction for AssociationEnd
depending the feature aggregation
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByIsChangeable()
Allows to adds a sort instruction for AssociationEnd
depending the feature isChangeable
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByIsNavigable()
Allows to adds a sort instruction for AssociationEnd
depending the feature isNavigable
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByMultiplicity()
Allows to adds a sort instruction for AssociationEnd
depending the feature multiplicity
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByQualifierName()
Allows to adds a sort instruction for AssociationEnd
depending the feature qualifierName
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
qualifierName()
Adds a constraint to the predicate for AssociationEnd
testing whether the feature qualifierName has values or
not. |
MultivaluedFeaturePredicate |
qualifierType()
Adds a constraint to the predicate for AssociationEnd
testing whether the feature qualifierType has values or
not. |
StringTypePredicate |
thereExistsQualifierName()
Adds a constraint for the feature qualifierName to the
predicate. |
ClassifierQuery |
thereExistsQualifierType()
Adds a constraint for the feature qualifierType to the
predicate. |
| Methods inherited from interface org.omg.model1.query.TypedElementQuery |
|---|
type |
| 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 |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
StringTypePredicate aggregation()
aggregation to the
predicate. The predicate for AssociationEnd evaluates
true if its value of feature aggregation
satisfies the selected condition.
SimpleTypeOrder orderByAggregation()
AssociationEnd
depending the feature aggregation
Note: The order in which orderBy…
instructions are given is relevant!
BooleanTypePredicate isChangeable()
isChangeable to the
predicate. The predicate for AssociationEnd evaluates
true if its value of feature isChangeable
satisfies the selected condition.
SimpleTypeOrder orderByIsChangeable()
AssociationEnd
depending the feature isChangeable
Note: The order in which orderBy…
instructions are given is relevant!
BooleanTypePredicate isNavigable()
isNavigable to the
predicate. The predicate for AssociationEnd evaluates
true if its value of feature isNavigable
satisfies the selected condition.
SimpleTypeOrder orderByIsNavigable()
AssociationEnd
depending the feature isNavigable
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate multiplicity()
multiplicity to the
predicate. The predicate for AssociationEnd evaluates
true if its value of feature multiplicity
satisfies the selected condition.
SimpleTypeOrder orderByMultiplicity()
AssociationEnd
depending the feature multiplicity
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate qualifierName()
AssociationEnd
testing whether the feature qualifierName has values or
not.
StringTypePredicate thereExistsQualifierName()
qualifierName to the
predicate. The predicate for AssociationEnd evaluates
true if at least one of its values of feature
qualifierName satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
StringTypePredicate forAllQualifierName()
qualifierName to the
predicate. The predicate for AssociationEnd evaluates
true if all of its values of feature
qualifierName satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByQualifierName()
AssociationEnd
depending the feature qualifierName
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate qualifierType()
AssociationEnd
testing whether the feature qualifierType has values or
not.
ClassifierQuery thereExistsQualifierType()
qualifierType to the
predicate. The predicate for AssociationEnd evaluates
true if its value of feature qualifierType
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!
ClassifierQuery forAllQualifierType()
qualifierType to the
predicate. The predicate for AssociationEnd evaluates
true if its value of feature qualifierType
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!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||