public class ModelVersionPolicy extends Object implements EvaluationPolicy
| Constructor and Description |
|---|
ModelVersionPolicy(boolean restrictedToActiveModel)
Initializes a policy to either restrict query evaluation to only the active model
version or not.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRestrictedToActiveModel()
Indicates if this policy is restricting query evaluation to the active model version
or not.
|
public ModelVersionPolicy(boolean restrictedToActiveModel)
restrictedToActiveModel - Flag indicating if query evaluation will only
consider the active model version or not.Copyright © 2016 Eclipse Stardust. All Rights Reserved.