public final class VF2AlgorithmBuilder extends Object
VF2Algorithms step by step.| Modifier and Type | Method and Description |
|---|---|
VF2AlgorithmBuilder |
addFeasibilityCondition(FeasibilityFunction condition)
Adds a FeasibilityFunction used to prune the search space when searching for potential graph morphisms.
|
VF2Algorithm |
build()
Checks and returns the specified VF2Algorithm.
|
VF2AlgorithmBuilder |
setMatchingCondition(TerminationFunction condition)
Specifies the condition that determines that a suitable matching has been found.
|
public VF2Algorithm build()
public VF2AlgorithmBuilder setMatchingCondition(TerminationFunction condition)
condition - The successful termination condition to be used by the algorithm.public VF2AlgorithmBuilder addFeasibilityCondition(FeasibilityFunction condition)
condition - The condition to be used by the algorithm.Copyright © 2018. All rights reserved.