Package | Description |
---|---|
org.ow2.choreos.queryEngineFacade |
Modifier and Type | Method and Description |
---|---|
java.util.List<QualityPropertyConstraints> |
AdvancedQuery.getQualityPropertiesConstraints()
Special use: information exchange over web.Should not be used for other purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedQuery.setQualityPropertiesConstraints(java.util.List<QualityPropertyConstraints> qualityPropertiesConstraints)
Special use: information exchange over web.Should not be used for other purposes.
|
Constructor and Description |
---|
AdvancedQuery(java.util.List<OperationConstraints> operationsConstraints,
java.util.List<QualityPropertyConstraints> qualityPropertiesConstraints,
java.lang.String RQs)
Creates a complete AdvancedQuery object.
|