|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeneralizableElementQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
allSubtype()
Adds a constraint to the predicate for GeneralizableElement testing whether the feature
allSubtype has values or not. |
MultivaluedFeaturePredicate |
allSupertype()
Adds a constraint to the predicate for GeneralizableElement testing whether the feature
allSupertype has values or not. |
MultivaluedFeaturePredicate |
feature()
Adds a constraint to the predicate for GeneralizableElement testing whether the feature
feature has values or not. |
GeneralizableElementQuery |
forAllAllSubtype()
Adds a constraint for the feature allSubtype to the
predicate. |
GeneralizableElementQuery |
forAllAllSupertype()
Adds a constraint for the feature allSupertype to the
predicate. |
FeatureQuery |
forAllFeature()
Adds a constraint for the feature feature to the
predicate. |
GeneralizableElementQuery |
forAllSubtype()
Adds a constraint for the feature subtype to the
predicate. |
GeneralizableElementQuery |
forAllSupertype()
Adds a constraint for the feature supertype to the
predicate. |
BooleanTypePredicate |
isAbstract()
|
SimpleTypeOrder |
orderByIsAbstract()
Allows to adds a sort instruction for GeneralizableElement
depending the feature isAbstract
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByVisibility()
Allows to adds a sort instruction for GeneralizableElement
depending the feature visibility
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
subtype()
Adds a constraint to the predicate for GeneralizableElement testing whether the feature
subtype has values or not. |
MultivaluedFeaturePredicate |
supertype()
Adds a constraint to the predicate for GeneralizableElement testing whether the feature
supertype has values or not. |
GeneralizableElementQuery |
thereExistsAllSubtype()
Adds a constraint for the feature allSubtype to the
predicate. |
GeneralizableElementQuery |
thereExistsAllSupertype()
Adds a constraint for the feature allSupertype to the
predicate. |
FeatureQuery |
thereExistsFeature()
Adds a constraint for the feature feature to the
predicate. |
GeneralizableElementQuery |
thereExistsSubtype()
Adds a constraint for the feature subtype to the
predicate. |
GeneralizableElementQuery |
thereExistsSupertype()
Adds a constraint for the feature supertype to the
predicate. |
StringTypePredicate |
visibility()
|
| Methods inherited from interface org.omg.model1.query.NamespaceQuery |
|---|
content, forAllContent, thereExistsContent |
| 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 |
|---|
MultivaluedFeaturePredicate allSubtype()
GeneralizableElement testing whether the feature
allSubtype has values or not.
GeneralizableElementQuery thereExistsAllSubtype()
allSubtype to the
predicate. The predicate for GeneralizableElement
evaluates true if at least one of its values of feature
allSubtype 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!
GeneralizableElementQuery forAllAllSubtype()
allSubtype to the
predicate. The predicate for GeneralizableElement
evaluates true if all of its values of feature
allSubtype 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!
MultivaluedFeaturePredicate allSupertype()
GeneralizableElement testing whether the feature
allSupertype has values or not.
GeneralizableElementQuery thereExistsAllSupertype()
allSupertype to the
predicate. The predicate for GeneralizableElement
evaluates true if at least one of its values of feature
allSupertype 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!
GeneralizableElementQuery forAllAllSupertype()
allSupertype to the
predicate. The predicate for GeneralizableElement
evaluates true if all of its values of feature
allSupertype 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!
MultivaluedFeaturePredicate feature()
GeneralizableElement testing whether the feature
feature has values or not.
FeatureQuery thereExistsFeature()
feature to the
predicate. The predicate for GeneralizableElement
evaluates true if at least one of its values of feature
feature 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!
FeatureQuery forAllFeature()
feature to the
predicate. The predicate for GeneralizableElement
evaluates true if all of its values of feature
feature 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!
BooleanTypePredicate isAbstract()
SimpleTypeOrder orderByIsAbstract()
GeneralizableElement
depending the feature isAbstract
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate subtype()
GeneralizableElement testing whether the feature
subtype has values or not.
GeneralizableElementQuery thereExistsSubtype()
subtype to the
predicate. The predicate for GeneralizableElement
evaluates true if at least one of its values of feature
subtype 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!
GeneralizableElementQuery forAllSubtype()
subtype to the
predicate. The predicate for GeneralizableElement
evaluates true if all of its values of feature
subtype 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!
MultivaluedFeaturePredicate supertype()
GeneralizableElement testing whether the feature
supertype has values or not.
GeneralizableElementQuery thereExistsSupertype()
supertype to the
predicate. The predicate for GeneralizableElement
evaluates true if at least one of its values of feature
supertype 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!
GeneralizableElementQuery forAllSupertype()
supertype to the
predicate. The predicate for GeneralizableElement
evaluates true if all of its values of feature
supertype 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!
StringTypePredicate visibility()
SimpleTypeOrder orderByVisibility()
GeneralizableElement
depending the feature visibility
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||