org.opencrx.kernel.ras1.cci2.ArtifactContextQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.ras1.cci2;
/**
* A {@code ArtifactContextQuery} selects a set of instances of class {@code ArtifactContext} based on conditions to be met by their attributes.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.QueryMapper",
date = "2023-10-28T12:15:35.455037937Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ArtifactContextQuery
extends org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ArtifactContext} testing whether the value of the feature {@code assetContext} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate assetContext(
);
/**
* Adds a condition for the feature {@code assetContext} to the predicate for {@code ArtifactContext}, which evaluates to {@code false} unless the value of the feature {@code assetContext} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.opencrx.kernel.ras1.cci2.AssetContextQuery thereExistsAssetContext(
);
/**
* Adds a condition for the feature {@code assetContext} to the predicate for {@code ArtifactContext}, which evaluates to {@code false} unless the value of the feature {@code assetContext} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.ras1.cci2.AssetContextQuery forAllAssetContext(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ArtifactContext} testing whether the value of the feature {@code vp} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate vp(
);
/**
* Adds a condition for the feature {@code vp} to the predicate for {@code ArtifactContext}, which evaluates to {@code false} unless the value of the feature {@code vp} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.opencrx.kernel.ras1.cci2.VariabilityPointQuery thereExistsVp(
);
/**
* Adds a condition for the feature {@code vp} to the predicate for {@code ArtifactContext}, which evaluates to {@code false} unless the value of the feature {@code vp} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.ras1.cci2.VariabilityPointQuery forAllVp(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}