public class IsomorphismChecker extends AbstractMatchingChecker
AbstractMatchingChecker to find isomorphisms between two HeapConfigurations.| Constructor and Description |
|---|
IsomorphismChecker(HeapConfiguration pattern,
HeapConfiguration target)
Initializes this Wrapper to search for isomorphisms between HeapConfiguration.
|
getMatching, getPattern, getTarget, hasMatchingpublic IsomorphismChecker(HeapConfiguration pattern, HeapConfiguration target)
pattern - A HeapConfiguration that should be checked whether it is isomorphic to target.target - A HeapConfiguration that should be checked whether it is isomorphic to pattern.Copyright © 2019. All rights reserved.