public class VF2MinDistanceEmbeddingChecker extends AbstractVF2MorphismChecker
MorphismChecker to determine embeddings between a pattern graph
into a target graph in which each variable in the target graph has at least a given distance to the embedding.| Constructor and Description |
|---|
VF2MinDistanceEmbeddingChecker(int depth,
boolean aggressiveNullAbstractionEnabled,
boolean aggressiveCompositeMarkingAbstraction)
Initializes this checker for a given minimal distance.
|
public VF2MinDistanceEmbeddingChecker(int depth,
boolean aggressiveNullAbstractionEnabled,
boolean aggressiveCompositeMarkingAbstraction)
depth - The minimal distance of all variables to a found embedding.Copyright © 2018. All rights reserved.