|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.opencrx.kernel.ras1.cci.ModelFilterImpl
public class ModelFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
ModelFilterImpl(RefPackage_1_0 aPackage)
|
|
ModelFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
ModelFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
DiagramQuery |
forAllRelatedDiagram()
Adds a constraint for the feature relatedDiagram to the
predicate. |
void |
forAllRelatedDiagram(short operator,
Collection values)
|
void |
forAllRelatedDiagram(short operator,
Diagram[] filterValues)
|
ModelQuery |
forAllRelatedModel()
Adds a constraint for the feature relatedModel to the
predicate. |
void |
forAllRelatedModel(short operator,
Collection values)
|
void |
forAllRelatedModel(short operator,
Model[] filterValues)
|
OptionalFeaturePredicate |
relatedDiagram()
Adds a constraint to the predicate for Model testing
whether the value of the feature relatedDiagram is
null or not. |
OptionalFeaturePredicate |
relatedModel()
Adds a constraint to the predicate for Model testing
whether the value of the feature relatedModel is
null or not. |
DiagramQuery |
thereExistsRelatedDiagram()
Adds a constraint for the feature relatedDiagram to the
predicate. |
void |
thereExistsRelatedDiagram(short operator,
Collection values)
|
void |
thereExistsRelatedDiagram(short operator,
Diagram[] filterValues)
|
ModelQuery |
thereExistsRelatedModel()
Adds a constraint for the feature relatedModel to the
predicate. |
void |
thereExistsRelatedModel(short operator,
Collection values)
|
void |
thereExistsRelatedModel(short operator,
Model[] filterValues)
|
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1 |
|---|
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Constructor Detail |
|---|
public ModelFilterImpl(RefPackage_1_0 aPackage)
public ModelFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public ModelFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllRelatedDiagram(short operator,
Diagram[] filterValues)
forAllRelatedDiagram in interface ModelFilteroperator - The operator for this filter.FilterOperators
public void thereExistsRelatedDiagram(short operator,
Diagram[] filterValues)
thereExistsRelatedDiagram in interface ModelFilteroperator - The operator for this filter.FilterOperators
public void forAllRelatedDiagram(short operator,
Collection values)
forAllRelatedDiagram in interface ModelFilteroperator - The operator for this filter.FilterOperators
public void thereExistsRelatedDiagram(short operator,
Collection values)
thereExistsRelatedDiagram in interface ModelFilteroperator - The operator for this filter.FilterOperatorspublic OptionalFeaturePredicate relatedDiagram()
ModelQueryModel testing
whether the value of the feature relatedDiagram is
null or not.
relatedDiagram in interface ModelQuerypublic DiagramQuery thereExistsRelatedDiagram()
ModelQueryrelatedDiagram to the
predicate. The predicate for Model evaluates
true if its value of feature relatedDiagram
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!
thereExistsRelatedDiagram in interface ModelQuerypublic DiagramQuery forAllRelatedDiagram()
ModelQueryrelatedDiagram to the
predicate. The predicate for Model evaluates
true if its value of feature relatedDiagram
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!
forAllRelatedDiagram in interface ModelQuery
public void forAllRelatedModel(short operator,
Model[] filterValues)
forAllRelatedModel in interface ModelFilteroperator - The operator for this filter.FilterOperators
public void thereExistsRelatedModel(short operator,
Model[] filterValues)
thereExistsRelatedModel in interface ModelFilteroperator - The operator for this filter.FilterOperators
public void forAllRelatedModel(short operator,
Collection values)
forAllRelatedModel in interface ModelFilteroperator - The operator for this filter.FilterOperators
public void thereExistsRelatedModel(short operator,
Collection values)
thereExistsRelatedModel in interface ModelFilteroperator - The operator for this filter.FilterOperatorspublic OptionalFeaturePredicate relatedModel()
ModelQueryModel testing
whether the value of the feature relatedModel is
null or not.
relatedModel in interface ModelQuerypublic ModelQuery thereExistsRelatedModel()
ModelQueryrelatedModel to the
predicate. The predicate for Model evaluates
true if its value of feature relatedModel
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!
thereExistsRelatedModel in interface ModelQuerypublic ModelQuery forAllRelatedModel()
ModelQueryrelatedModel to the
predicate. The predicate for Model evaluates
true if its value of feature relatedModel
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!
forAllRelatedModel in interface ModelQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||