| Modifier and Type | Method and Description |
|---|---|
void |
ContinuousRulesStrategy.restore(Branch branch) |
void |
ContinuousRulesStrategy.restoreLocal(Individual ind,
Branch branch) |
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
ABox.getBranches()
Returns the branches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChooseBranch |
class |
DisjunctionBranch |
class |
GuessBranch
Title:
|
class |
IndividualBranch |
class |
MaxBranch |
class |
RuleBranch |
| Modifier and Type | Method and Description |
|---|---|
abstract Branch |
Branch.copyTo(ABox abox) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmptySRIQStrategy.addBranch(Branch newBranch) |
void |
CompletionStrategy.addBranch(Branch newBranch) |
void |
EmptySRIQStrategy.restore(Branch br) |
void |
CompletionStrategy.restore(Branch br) |
void |
EmptySRIQStrategy.restoreLocal(Individual ind,
Branch br) |
void |
CompletionStrategy.restoreLocal(Individual ind,
Branch br) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
BranchAddDependency.getBranch()
Get branch
|
Branch |
CloseBranchDependency.getTheBranch() |
| Modifier and Type | Method and Description |
|---|---|
protected BranchDependency |
DependencyEntry.addBranchAddDependency(aterm.ATermAppl assertion,
int branchId,
Branch branch)
Add a branch add dependency
|
void |
DependencyIndex.addBranchAddDependency(Branch branch)
Add a new branch dependency
|
protected BranchDependency |
DependencyEntry.addCloseBranchDependency(aterm.ATermAppl assertion,
Branch theBranch)
Add a branch remove ds dependency
|
void |
DependencyIndex.addCloseBranchDependency(Branch branch,
DependencySet ds)
Add a new branch ds removal dependency
|
void |
DependencyIndex.removeBranchDependencies(Branch b)
Remove branch dependencies - this is needed due to backjumping!
|
| Constructor and Description |
|---|
BranchAddDependency(aterm.ATermAppl assertion,
int index,
Branch branch)
Constructor
|
CloseBranchDependency(aterm.ATermAppl assertion,
int tryNext,
Branch theBranch) |
Copyright © 2019. All rights reserved.