public interface SegmentQuery extends SegmentQuery
| Modifier and Type | Method and Description |
|---|---|
SubjectQuery |
forAllSubject()
Adds a condition for the feature
subject to the predicate for Segment, which evaluates to false unless the value of the feature subject satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
subject()
Adds a constraint to the predicate for
Segment testing whether the feature subject has values or not. |
SubjectQuery |
thereExistsSubject()
Adds a condition for the feature
subject to the predicate for Segment, which evaluates to false unless the value of the feature subject satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate subject()
Segment testing whether the feature subject has values or not.SubjectQuery thereExistsSubject()
subject to the predicate for Segment, which evaluates to false unless the value of the feature subject satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
SubjectQuery forAllSubject()
subject to the predicate for Segment, which evaluates to false unless the value of the feature subject satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.