org.omg.model1.cci2.ClassifierQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.QueryMapper 2.17.7
// Generated at 2020-11-27T16:04:08.496Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
/**
*/
public interface ClassifierQuery
extends org.omg.model1.cci2.GeneralizableElementQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Classifier
testing whether the feature attribute
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate attribute(
);
/**
* Adds a condition for the feature attribute
to the predicate for Classifier
, which evaluates to false
unless the value of the feature attribute
satisfies the given condition.
* Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.AttributeQuery thereExistsAttribute(
);
/**
* Adds a condition for the feature attribute
to the predicate for Classifier
, which evaluates to false
unless the value of the feature attribute
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.AttributeQuery forAllAttribute(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Classifier
testing whether the value of the feature compositeReference
is null
or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate compositeReference(
);
/**
* Adds a condition for the feature compositeReference
to the predicate for Classifier
, which evaluates to false
unless the value of the feature compositeReference
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.ReferenceQuery thereExistsCompositeReference(
);
/**
* Adds a condition for the feature compositeReference
to the predicate for Classifier
, which evaluates to false
unless the value of the feature compositeReference
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.ReferenceQuery forAllCompositeReference(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Classifier
testing whether the feature field
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate field(
);
/**
* Adds a condition for the feature field
to the predicate for Classifier
, which evaluates to false
unless the value of the feature field
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.StructureFieldQuery thereExistsField(
);
/**
* Adds a condition for the feature field
to the predicate for Classifier
, which evaluates to false
unless the value of the feature field
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.StructureFieldQuery forAllField(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Classifier
testing whether the feature operation
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate operation(
);
/**
* Adds a condition for the feature operation
to the predicate for Classifier
, which evaluates to false
unless the value of the feature operation
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.OperationQuery thereExistsOperation(
);
/**
* Adds a condition for the feature operation
to the predicate for Classifier
, which evaluates to false
unless the value of the feature operation
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.OperationQuery forAllOperation(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for Classifier
testing whether the feature reference
has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate reference(
);
/**
* Adds a condition for the feature reference
to the predicate for Classifier
, which evaluates to false
unless the value of the feature reference
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
*/
public org.omg.model1.cci2.ReferenceQuery thereExistsReference(
);
/**
* Adds a condition for the feature reference
to the predicate for Classifier
, which evaluates to false
unless the value of the feature reference
satisfies the given condition.
*
Since the attribute is optional its value may be null
, in which case the condition is satisfied
*/
public org.omg.model1.cci2.ReferenceQuery forAllReference(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}