public class Models extends AbstractQueryResult<DeployedModelDescription>
DeployedModelQuery execution. Retrieved items are instances of
DeployedModelDescription.| Constructor and Description |
|---|
Models(Query query,
List<DeployedModelDescription> result)
Creates a new Models object.
|
| Modifier and Type | Method and Description |
|---|---|
DeployedModelQuery |
getQuery()
Gets the query this result is based on.
|
get, getSize, getSubsetPolicy, getTotalCount, getTotalCountThreshold, hasMore, sizeadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListpublic Models(Query query, List<DeployedModelDescription> result)
query - the query performed.result - the result of the query.public DeployedModelQuery getQuery()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.