| Package | Description |
|---|---|
| de.rwth.i2.attestor.grammar |
This package containsSubsumingState the classes storing the actual grammar-data.
|
| de.rwth.i2.attestor.grammar.canonicalization |
This package containsSubsumingState all necessary classes to perform canonicalization.
|
| de.rwth.i2.attestor.graph.heap |
All abstractions needed to work with HeapConfigurations.
|
| de.rwth.i2.attestor.graph.heap.internal |
All the messy details to implement a
HeapConfiguration
as a bipartite directed labeled graph. |
| de.rwth.i2.attestor.graph.heap.matching |
A collection of wrapper classes to compute matchings, such as isomorphisms and embeddings of HeapConfigurations
in other Heapconfigurations.
|
| de.rwth.i2.attestor.graph.morphism.checkers |
Specialized wrappers to compute frequently used morphisms such as
isomorphisms and embeddings.
|
| de.rwth.i2.attestor.graph.morphism.feasibility |
All feasibility functions employed by the Morphism search to detect certain graph Morphisms.
|
| de.rwth.i2.attestor.phases.counterexamples.counterexampleGeneration.heapConfigurationPair |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractionOptions |
| Modifier and Type | Method and Description |
|---|---|
CanonicalizationStrategyBuilder |
CanonicalizationStrategyBuilder.setOptions(MorphismOptions options) |
| Constructor and Description |
|---|
EmbeddingCheckerProvider(MorphismOptions morphismOptions)
Constructs an EmbeddingCheckerProvider with the given communication
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMatchingChecker |
HeapConfiguration.getEmbeddingsOf(HeapConfiguration pattern,
MorphismOptions options)
Returns an AbstractMatchingChecker to search for all occurrences of the given pattern HeapConfiguration
in this HeapConfiguration (the target).
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMatchingChecker |
InternalHeapConfiguration.getEmbeddingsOf(HeapConfiguration pattern,
MorphismOptions morphismOptions) |
| Constructor and Description |
|---|
MinDistanceEmbeddingChecker(HeapConfiguration pattern,
HeapConfiguration target,
MorphismOptions options)
Initializes an EmbeddingChecker with a minimal distance between variables and found embeddings.
|
| Constructor and Description |
|---|
VF2MinDistanceEmbeddingChecker(MorphismOptions options)
Initializes this checker for a given minimal distance.
|
| Constructor and Description |
|---|
AdmissibleAbstraction(MorphismOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AbstractMatchingChecker |
HeapConfigurationPair.getEmbeddingsOf(HeapConfiguration pattern,
MorphismOptions options) |
Copyright © 2019. All rights reserved.