public class EmbeddingCheckerProvider extends Object
| Constructor and Description |
|---|
EmbeddingCheckerProvider(MorphismOptions morphismOptions)
Constructs an EmbeddingCheckerProvider with the given communication
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMatchingChecker |
getEmbeddingChecker(HeapConfiguration graph,
HeapConfiguration pattern)
For the given target and pattern, gets the correct EmbeddingCheckerType for the stored
communication and the given semantics
|
public EmbeddingCheckerProvider(MorphismOptions morphismOptions)
morphismOptions - Options guiding how embeddings are computed.public AbstractMatchingChecker getEmbeddingChecker(HeapConfiguration graph, HeapConfiguration pattern)
graph - the target graphpattern - the graph which will be embeddedCopyright © 2019. All rights reserved.