Modifier and Type | Interface and Description |
---|---|
interface |
MatchingAllAlg |
Modifier and Type | Method and Description |
---|---|
MatchingAlg |
EGMatchConfiguration.getMatchingAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
EGMatchConfiguration.setMatchingAlgorithm(MatchingAlg alg) |
Modifier and Type | Method and Description |
---|---|
MatchingAlg |
EGMatchConfigurationImpl.getMatchingAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
EGMatchConfigurationImpl.setMatchingAlgorithm(MatchingAlg alg) |
Modifier and Type | Class and Description |
---|---|
class |
MatchingAlgAbstract |
class |
MatchingAlgBackTrackingPruningImpl
This matching algorithm do still have full recursion but can use a heuristic
function to prune search state-space
|
class |
MatchingAlgDecomposedBackTrackingImpl
Algorithm 3: Decomposed and heuristic pruning.
|
class |
MatchingAlgGreedyImp
Alg 4.
|
class |
MatchingAllAlgBackTrackingBFImpl
Algorithm 1: brute forcely compute all (optimal) mapping.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MatchingAlg> |
EGMatchExpConfigurationSpace.getMatchingAlgorithms() |
Modifier and Type | Method and Description |
---|---|
void |
EGMatchExpConfigurationSpace.setMatchAlgorithms(java.util.List<MatchingAlg> algs) |