Package | Description |
---|---|
org.eclipse.incquery.runtime.localsearch.planner | |
org.eclipse.incquery.runtime.localsearch.planner.util |
Modifier and Type | Method and Description |
---|---|
java.util.List<PConstraintInfo> |
PlanState.getFutureChecks() |
java.util.List<PConstraintInfo> |
PlanState.getFutureExtends() |
java.util.List<PConstraintInfo> |
PlanState.getOperations() |
java.util.List<PConstraintInfo> |
PlanState.getPresentExtends() |
java.util.Set<PConstraintInfo> |
PConstraintInfo.getSameWithDifferentBindings() |
Modifier and Type | Method and Description |
---|---|
void |
PlanState.updateOperations(java.util.List<PConstraintInfo> allPotentialExtendInfos,
java.util.List<PConstraintInfo> allPotentialChecks) |
void |
PlanState.updateOperations(java.util.List<PConstraintInfo> allPotentialExtendInfos,
java.util.List<PConstraintInfo> allPotentialChecks) |
Constructor and Description |
---|
PConstraintInfo(PConstraint constraint,
java.util.Set<PVariable> boundMaskVariables,
java.util.Set<PVariable> freeMaskVariables,
java.util.Set<PConstraintInfo> sameWithDifferentBindings,
IQueryRuntimeContext runtimeContext)
Instantiates the wrapper
|
PlanState(PBody pBody,
java.util.List<PConstraintInfo> operationsList,
java.util.Set<PVariable> boundVariables) |
Modifier and Type | Method and Description |
---|---|
int |
OperationCostComparator.compare(PConstraintInfo o1,
PConstraintInfo o2) |