|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.query.ModelVersionPolicy
public class ModelVersionPolicy
Evaluation policy affecting query execution in a multi-version model environment. Can be used to restrict query evaluation involving model elements to only consider the currently active model version.
| Constructor Summary | |
|---|---|
ModelVersionPolicy(boolean restrictedToActiveModel)
Initializes a policy to either restrict query evaluation to only the active model version or not. |
|
| Method Summary | |
|---|---|
boolean |
isRestrictedToActiveModel()
Indicates if this policy is restricting query evaluation to the active model version or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelVersionPolicy(boolean restrictedToActiveModel)
restrictedToActiveModel - Flag indicating if query evaluation will only
consider the active model version or not.| Method Detail |
|---|
public boolean isRestrictedToActiveModel()
true if query evaluation is restricted to the active model
version, false if not.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||